JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2022-08-04T08:41:28.597Z||main|||||INFO|500||The following profiles are active: basic 2022-08-04T08:41:40.707Z||main|||||INFO|500||Starting service [Tomcat] 2022-08-04T08:41:40.708Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-08-04T08:41:40.845Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-08-04T08:41:45.027Z||main|||||INFO|500||catdb-pool - Starting... 2022-08-04T08:41:45.391Z||main|||||INFO|500||catdb-pool - Start completed. 2022-08-04T08:41:45.827Z||main|||||INFO|500||reqdb-pool - Starting... 2022-08-04T08:41:45.836Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-08-04T08:41:45.938Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-08-04T08:41:46.180Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-08-04T08:41:46.760Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-08-04T08:41:48.699Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-08-04T08:41:51.074Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-08-04T08:41:51.147Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-08-04T08:41:51.829Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-08-04T08:41:52.048Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2022-08-04T08:41:53.253Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-08-04T08:41:54.404Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-08-04T08:41:54.428Z||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$$36dd570f.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-08-04T08:41:54.429Z||main|||||WARN|500||The sdc end point is not alive 2022-08-04T08:41:57.795Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2022-08-04T08:42:00.822Z||main|||||WARN|500||--- 2022-08-04T08:42:00.822Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-08-04T08:42:00.823Z||main|||||WARN|500||--- 2022-08-04T08:42:01.276Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-08-04T08:42:06.277Z||main|||||INFO|500||Started Application in 40.872 seconds (JVM running for 43.127) 2022-08-04T08:42:06.304Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-08-04T08:42:06.309Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-08-04T08:42:06.322Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-08-04T08:42:06.348Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-08-04T08:42:06.400Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6c18257b-2978-405a-8d2a-966e2b875c1e url= /sdc/v1/artifactTypes 2022-08-04T08:42:06.401Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-08-04T08:42:07.500Z||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.34.161] 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$$e613d8d2.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 50 common frames omitted 2022-08-04T08:42:07.505Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@291b151b 2022-08-04T08:42:07.506Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-08-04T08:42:07.523Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-08-04T08:42:07.526Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-08-04T08:42:07.528Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$e613d8d2.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 33 common frames omitted 2022-08-04T08:42:56.271Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-08-04T08:42:56.271Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-08-04T08:42:56.272Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-08-04T08:42:56.277Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-08-04T08:42:56.286Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3ce3593c-f681-4706-939d-385ccd2f8b73 url= /sdc/v1/artifactTypes 2022-08-04T08:42:56.287Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-08-04T08:42:57.315Z||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.34.161] 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$$e613d8d2.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 50 common frames omitted 2022-08-04T08:42:57.317Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7b432484 2022-08-04T08:42:57.318Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-08-04T08:42:57.318Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-08-04T08:42:57.319Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-08-04T08:42:57.320Z||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$$e613d8d2.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 33 common frames omitted 2022-08-04T08:43:46.271Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-08-04T08:43:46.273Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-08-04T08:43:46.273Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-08-04T08:43:46.277Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-08-04T08:43:46.283Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= dd4542f7-bdfb-4e19-93d3-0121bb639098 url= /sdc/v1/artifactTypes 2022-08-04T08:43:46.283Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-08-04T08:43:46.513Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-08-04T08:43:46.524Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2022-08-04T08:43:46.555Z||scheduling-1|||||DEBUG|500||create keys 2022-08-04T08:43:46.563Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-08-04T08:43:46.591Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T08:43:46.609Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a6038e91-d47c-412c-8cb7-45df342bb807 url= /sdc/v1/registerForDistribution 2022-08-04T08:43:46.730Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= a6038e91-d47c-412c-8cb7-45df342bb807 url= /sdc/v1/registerForDistribution 2022-08-04T08:43:46.730Z||scheduling-1|||||INFO|500||start DistributionClient 2022-08-04T08:43:46.741Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T08:43:46.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T08:43:46.749Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-08-04T08:43:46.753Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T08:43:46.754Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T08:43:46.754Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T08:43:46.755Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T08:43:57.059Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T08:43:57.058Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T08:44:46.739Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T08:44:46.740Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T08:44:46.740Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T08:44:46.741Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T08:44:46.743Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T08:44:46.743Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T08:44:56.315Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T08:44:56.315Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T08:45:46.739Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T08:45:46.740Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T08:45:46.740Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T08:45:46.741Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T08:45:46.741Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T08:45:46.742Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T08:45:56.297Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T08:45:56.311Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T08:46:46.739Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T08:46:46.740Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T08:46:46.740Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T08:46:46.741Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T08:46:46.743Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T08:46:46.744Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T08:46:56.304Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T08:46:56.312Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T08:47:46.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T08:47:46.740Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T08:47:46.740Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T08:47:46.741Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T08:47:46.743Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T08:47:46.743Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T08:47:56.311Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T08:47:56.310Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T08:48:46.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T08:48:46.741Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T08:48:46.742Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T08:48:46.744Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T08:48:46.745Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T08:48:46.745Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T08:48:56.305Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T08:48:56.306Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T08:49:46.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T08:49:46.740Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T08:49:46.740Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T08:49:46.741Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T08:49:46.741Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T08:49:46.741Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T08:49:56.292Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T08:49:56.303Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T08:50:46.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T08:50:46.740Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T08:50:46.740Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T08:50:46.742Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T08:50:46.743Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T08:50:46.744Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T08:50:56.302Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T08:50:56.303Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T08:51:26.591Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-08-04T08:51:46.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T08:51:46.741Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T08:51:46.741Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T08:51:46.744Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T08:51:46.744Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T08:51:46.744Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T08:51:56.286Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T08:51:56.293Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T08:52:46.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T08:52:46.740Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T08:52:46.741Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T08:52:46.741Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T08:52:46.741Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T08:52:46.742Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T08:52:56.289Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T08:52:56.299Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T08:53:46.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T08:53:46.740Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T08:53:46.740Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T08:53:46.741Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T08:53:46.741Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T08:53:46.742Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T08:53:56.293Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T08:53:56.304Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T08:54:46.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T08:54:46.740Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T08:54:46.740Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T08:54:46.741Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T08:54:46.741Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T08:54:46.742Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T08:54:56.287Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T08:54:56.288Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T08:55:46.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T08:55:46.740Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T08:55:46.740Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T08:55:46.741Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T08:55:46.741Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T08:55:46.741Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T08:55:56.298Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T08:55:56.302Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T08:56:46.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T08:56:46.740Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T08:56:46.740Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T08:56:46.741Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T08:56:46.742Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T08:56:46.743Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T08:56:56.297Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T08:56:56.300Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T08:57:46.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T08:57:46.740Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T08:57:46.740Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T08:57:46.741Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T08:57:46.741Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T08:57:46.741Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T08:57:56.295Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T08:57:56.297Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T08:58:46.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T08:58:46.740Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T08:58:46.741Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T08:58:46.741Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T08:58:46.742Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T08:58:46.742Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T08:58:56.293Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T08:58:56.293Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T08:59:46.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T08:59:46.740Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T08:59:46.740Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T08:59:46.741Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T08:59:46.741Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T08:59:46.742Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T08:59:56.294Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T08:59:56.294Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:00:46.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:00:46.740Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:00:46.740Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:00:46.741Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:00:46.742Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:00:46.742Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:00:56.300Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:00:56.300Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:01:46.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:01:46.740Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:01:46.740Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:01:46.741Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:01:46.741Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:01:46.742Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:01:56.308Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:01:56.308Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:02:46.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:02:46.741Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:02:46.741Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:02:46.741Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:02:46.741Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:02:46.742Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:02:56.294Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:02:56.294Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:03:46.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:03:46.740Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:03:46.740Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:03:46.741Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:03:46.741Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:03:46.742Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:03:56.303Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:03:56.306Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:04:46.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:04:46.739Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:04:46.739Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:04:46.741Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:04:46.741Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:04:46.741Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:04:56.297Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:04:56.298Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:05:46.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:05:46.740Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:05:46.740Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:05:46.741Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:05:46.742Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:05:46.742Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:05:56.315Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:05:56.321Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:06:46.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:06:46.740Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:06:46.740Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:06:46.741Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:06:46.742Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:06:46.742Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:06:56.285Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:06:56.290Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:07:46.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:07:46.741Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:07:46.741Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:07:46.741Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:07:46.741Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:07:46.742Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:07:56.301Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:07:56.303Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:08:46.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:08:46.741Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:08:46.741Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:08:46.741Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:08:46.741Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:08:46.742Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:08:56.293Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:08:56.303Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:09:46.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:09:46.740Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:09:46.741Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:09:46.741Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:09:46.742Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:09:46.742Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:09:56.292Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:09:56.302Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:10:46.739Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:10:46.740Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:10:46.740Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:10:46.741Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:10:46.742Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:10:46.742Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:10:56.321Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:10:56.324Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:11:46.739Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:11:46.740Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:11:46.740Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:11:46.741Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:11:46.741Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:11:46.742Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:11:56.309Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:11:56.309Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:12:46.739Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:12:46.741Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:12:46.741Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:12:46.742Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:12:46.742Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:12:46.742Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:12:56.288Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:12:56.297Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:13:46.739Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:13:46.740Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:13:46.740Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:13:46.741Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:13:46.741Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:13:46.741Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:13:56.294Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:13:56.296Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:14:46.739Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:14:46.740Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:14:46.740Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:14:46.741Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:14:46.741Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:14:46.742Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:14:56.305Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:14:56.307Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:15:46.739Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:15:46.740Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:15:46.740Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:15:46.741Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:15:46.741Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:15:46.742Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:15:56.296Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:15:56.299Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:16:46.739Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:16:46.740Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:16:46.740Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:16:46.741Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:16:46.741Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:16:46.741Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:16:56.287Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:16:56.310Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:17:46.739Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:17:46.740Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:17:46.740Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:17:46.741Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:17:46.741Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:17:46.741Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:17:56.300Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:17:56.303Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:18:46.739Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:18:46.740Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:18:46.740Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:18:46.741Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:18:46.741Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:18:46.741Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:18:56.295Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:18:56.306Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:19:46.739Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:19:46.741Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:19:46.741Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:19:46.741Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:19:46.741Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:19:46.741Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:19:56.302Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:19:56.302Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:20:46.739Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:20:46.741Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:20:46.741Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:20:46.741Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:20:46.741Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:20:46.741Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:20:56.289Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:20:56.290Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:21:46.739Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:21:46.740Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:21:46.740Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:21:46.741Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:21:46.742Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:21:46.743Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:21:56.298Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:21:56.299Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:22:46.739Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:22:46.740Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:22:46.740Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:22:46.741Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:22:46.741Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:22:46.741Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:22:56.289Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:22:56.302Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:23:46.739Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:23:46.740Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:23:46.741Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:23:46.741Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:23:46.741Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:23:46.741Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:23:56.293Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:23:56.293Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:24:46.739Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:24:46.740Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:24:46.740Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:24:46.741Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:24:46.741Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:24:46.742Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:24:56.307Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:24:56.308Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:25:46.739Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:25:46.739Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:25:46.739Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:25:46.741Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:25:46.741Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:25:46.742Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:25:56.302Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:25:56.305Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:26:46.739Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:26:46.740Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:26:46.740Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:26:46.741Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:26:46.742Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:26:46.742Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:26:56.303Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:26:56.303Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:27:46.739Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:27:46.740Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:27:46.740Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:27:46.741Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:27:46.742Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:27:46.742Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:27:56.316Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:27:56.318Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:28:46.739Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:28:46.740Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:28:46.741Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:28:46.741Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:28:46.741Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:28:46.742Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:28:47.227Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:28:47.228Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:28:47.228Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "ves-openapi-manager", "timestamp": 1659605318234, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:28:47.254Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:28:47.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:28:47.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "clamp", "timestamp": 1659605315573, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:28:47.255Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:28:47.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:28:47.255Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659605323311, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:28:47.255Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:28:47.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:28:47.255Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "multicloud-k8s-id", "timestamp": 1659605324323, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:28:47.256Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:28:47.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:28:47.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "ves-openapi-manager", "timestamp": 1659605318234, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/basic_onboard_ccbqeu0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-04T09:28:47.256Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:28:47.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:28:47.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "clamp", "timestamp": 1659605315573, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/basic_onboard_ccbqeu0_modules.json", "status": "NOTIFIED" } 2022-08-04T09:28:47.257Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:28:47.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:28:47.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659605323311, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/basic_onboard_ccbqeu0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-04T09:28:47.257Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:28:47.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:28:47.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "multicloud-k8s-id", "timestamp": 1659605324323, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/basic_onboard_ccbqeu0_modules.json", "status": "NOTIFIED" } 2022-08-04T09:28:47.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:28:47.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:28:47.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "policy-id", "timestamp": 1659605325608, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:28:47.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:28:47.380Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:28:47.382Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T09:28:47.382Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"d4d8e75f-8ae5-4573-ac0a-32718ef84621","serviceName":"basic_onboard_CcBqEu","serviceVersion":"1.0","serviceUUID":"4de861e9-bac8-4e69-b47b-2a64352ed8d0","serviceDescription":"service","serviceInvariantUUID":"4c61d2f4-b8eb-4f3f-88a2-b6802123c979","resources":[{"resourceInstanceName":"basic_onboard_CcBqEu 0","resourceName":"basic_onboard_CcBqEu","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dad5c817-2986-401c-830b-d207c2b766b4","resourceInvariantUUID":"a82c50ce-e3ea-4e10-9e1b-5d3c34364d6a","resourceCustomizationUUID":"f3c1fbe6-f783-412c-b3aa-d5c5346d16ac","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/vf-license-model.xml","artifactChecksum":"Yjc5YWIwMTk3NWMyOGJjYjZlOGViNGRmZWIzODU2MmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"77f14db3-660c-49d2-9284-de6196e10694","artifactVersion":"1"},{"artifactName":"basic_onboard_ccbqeu0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/basic_onboard_ccbqeu0_modules.json","artifactChecksum":"ZGIxYjVjMDE4ZjY0YjgzNDYwMmY0MWMxZDU0ZjU1NGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3d2485ba-1de8-4ec7-9c34-05e4e63a7736","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a1480e7b-cd6f-482f-a951-64af60228c23","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f53a864e-0e09-4a6f-899b-99bf2ab54c57","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4dd988cd-cec7-4e0a-a20f-669335f75820","artifactVersion":"2","generatedFromUUID":"a1480e7b-cd6f-482f-a951-64af60228c23"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCcbqeu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-template.yml","artifactChecksum":"NmEwOWY1NDMzZGQ1YWJiMjVjOWRlZTM0NjYyOTRmODY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"23c2dba8-6ee1-4f4c-a21d-f8b1d0ad818c","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCcbqeu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar","artifactChecksum":"MDVjOWYyMzAxODFiOTM3ZDE0NGVkNTg5YzE1MjliN2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3a1e293c-8de3-4246-856b-87f5a45e6096","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-04T09:28:47.390Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T09:28:47.397Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:28:47.418Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:28:47.418Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605326739, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:28:47.519Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2022-08-04T09:28:47.524Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:28:47.524Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:28:47.541Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:28:47.542Z||pool-3-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:28:48.429Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T09:28:48.430Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:28:48.431Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:28:48.432Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605326739, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/basic_onboard_ccbqeu0_modules.json", "status": "NOTIFIED" } 2022-08-04T09:28:48.532Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:28:48.533Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:28:48.533Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:28:48.544Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:28:48.545Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:28:49.432Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T09:28:49.434Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:28:49.436Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:28:49.436Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605326739, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-08-04T09:28:49.537Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:28:49.539Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:28:49.539Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:28:49.552Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:28:49.553Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-08-04T09:28:50.437Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T09:28:50.438Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:28:50.441Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:28:50.441Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605326739, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:28:50.541Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:28:50.542Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:28:50.542Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:28:50.558Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:28:50.559Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:28:51.448Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T09:28:51.449Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:28:51.453Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:28:51.454Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605326739, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-08-04T09:28:51.554Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:28:51.555Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:28:51.555Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:28:51.567Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:28:51.567Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:28:52.455Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T09:28:52.456Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:28:52.459Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:28:52.460Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605326739, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:28:52.559Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-04T09:28:52.561Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:28:52.561Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:28:52.572Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:28:52.573Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:28:53.461Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T09:28:53.462Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:28:53.464Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:28:53.465Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605326739, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:28:53.565Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:28:53.567Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:28:53.567Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:28:53.580Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:28:53.581Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:28:54.467Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "serviceName": "basic_onboard_CcBqEu", "serviceVersion": "1.0", "serviceUUID": "4de861e9-bac8-4e69-b47b-2a64352ed8d0", "serviceDescription": "service", "serviceInvariantUUID": "4c61d2f4-b8eb-4f3f-88a2-b6802123c979", "resources": [ { "resourceInstanceName": "basic_onboard_CcBqEu 0", "resourceCustomizationUUID": "f3c1fbe6-f783-412c-b3aa-d5c5346d16ac", "resourceName": "basic_onboard_CcBqEu", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "dad5c817-2986-401c-830b-d207c2b766b4", "resourceInvariantUUID": "a82c50ce-e3ea-4e10-9e1b-5d3c34364d6a", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_ccbqeu0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/basic_onboard_ccbqeu0_modules.json", "artifactChecksum": "ZGIxYjVjMDE4ZjY0YjgzNDYwMmY0MWMxZDU0ZjU1NGE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3d2485ba-1de8-4ec7-9c34-05e4e63a7736", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "a1480e7b-cd6f-482f-a951-64af60228c23", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4dd988cd-cec7-4e0a-a20f-669335f75820", "generatedFromUUID": "a1480e7b-cd6f-482f-a951-64af60228c23" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4dd988cd-cec7-4e0a-a20f-669335f75820", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardCcbqeu-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar", "artifactChecksum": "MDVjOWYyMzAxODFiOTM3ZDE0NGVkNTg5YzE1MjliN2E\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3a1e293c-8de3-4246-856b-87f5a45e6096" } ], "workloadContext": "Production" } 2022-08-04T09:28:54.469Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-04T09:28:54.469Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4de861e9-bac8-4e69-b47b-2a64352ed8d0 ASDC 2022-08-04T09:28:54.617Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:d4d8e75f-8ae5-4573-ac0a-32718ef84621 ServiceName:basic_onboard_CcBqEu ServiceVersion:1.0 ServiceUUID:4de861e9-bac8-4e69-b47b-2a64352ed8d0 ServiceInvariantUUID:4c61d2f4-b8eb-4f3f-88a2-b6802123c979 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardCcbqeu-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar ArtifactUUID:3a1e293c-8de3-4246-856b-87f5a45e6096 ArtifactChecksum:MDVjOWYyMzAxODFiOTM3ZDE0NGVkNTg5YzE1MjliN2E= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_CcBqEu 0 ResourceCustomizationUUID:f3c1fbe6-f783-412c-b3aa-d5c5346d16ac ResourceInvariantUUID:a82c50ce-e3ea-4e10-9e1b-5d3c34364d6a ResourceName:basic_onboard_CcBqEu ResourceType:VF ResourceUUID:dad5c817-2986-401c-830b-d207c2b766b4 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_ccbqeu0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/basic_onboard_ccbqeu0_modules.json ArtifactUUID:3d2485ba-1de8-4ec7-9c34-05e4e63a7736 ArtifactChecksum:ZGIxYjVjMDE4ZjY0YjgzNDYwMmY0MWMxZDU0ZjU1NGE= 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/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.yaml ArtifactUUID:a1480e7b-cd6f-482f-a951-64af60228c23 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/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.env ArtifactUUID:4dd988cd-cec7-4e0a-a20f-669335f75820 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/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.env ArtifactUUID:4dd988cd-cec7-4e0a-a20f-669335f75820 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-08-04T09:28:54.617Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4de861e9-bac8-4e69-b47b-2a64352ed8d0 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T09:28:54.876Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-04T09:28:54.877Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-08-04T09:28:54.879Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-08-04T09:28:54.879Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3a1e293c-8de3-4246-856b-87f5a45e6096 from URL: /sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar 2022-08-04T09:28:54.879Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-08-04T09:28:54.881Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar 2022-08-04T09:28:54.954Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-08-04T09:28:54.970Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar 3a1e293c-8de3-4246-856b-87f5a45e6096 71571 2022-08-04T09:28:54.972Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar ASDC sendASDCNotification 2022-08-04T09:28:54.972Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar 2022-08-04T09:28:54.973Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-04T09:28:54.974Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:28:54.977Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:28:54.977Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605334971, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T09:28:55.077Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:28:55.078Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:28:55.078Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:28:55.090Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:28:55.091Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:28:55.978Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-04T09:28:55.979Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-08-04T09:28:55.980Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 3a1e293c-8de3-4246-856b-87f5a45e6096, URL: /sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar to file: /app/ASDC/1/service-BasicOnboardCcbqeu-csar.csar 2022-08-04T09:28:55.981Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCcbqeu-csar.csar 2022-08-04T09:28:56.072Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCcbqeu-csar.csar 2022-08-04T09:28:56.073Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCcbqeu-csar.csar 2022-08-04T09:28:56.700Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7687912420654934007/Definitions/service-BasicOnboardCcbqeu-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-08-04T09:28:58.412Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-08-04T09:28:58.417Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-08-04T09:28:58.417Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCcbqeu-csar.csar 2022-08-04T09:28:58.417Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-08-04T09:28:58.418Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_CcBqEu 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-BasicOnboardCcbqeu-csar.csar 2022-08-04T09:28:58.418Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||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-BasicOnboardCcbqeu-csar.csar 2022-08-04T09:28:58.418Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCcbqeu-csar.csar 2022-08-04T09:28:58.418Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCcbqeu-csar.csar 2022-08-04T09:28:58.418Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCcbqeu-csar.csar 2022-08-04T09:28:58.418Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardCcbqeu-csar.csar 2022-08-04T09:28:58.418Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardCcbqeu-csar.csar 2022-08-04T09:28:58.418Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCcbqeu-csar.csar 2022-08-04T09:28:58.419Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardCcbqeu-csar.csar 2022-08-04T09:28:58.419Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-08-04T09:28:58.425Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:28:58.426Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_CcBqEu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:28:58.430Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_CcBqEu 0 is matching search criteria 2022-08-04T09:28:58.430Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-08-04T09:28:58.432Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_CcBqEu 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-04T09:28:58.434Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:28:58.434Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_CcBqEu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:28:58.434Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_CcBqEu 0 is matching search criteria 2022-08-04T09:28:58.434Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-08-04T09:28:58.434Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_CcBqEu 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-04T09:28:58.434Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:28:58.435Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_CcBqEu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:28:58.438Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:28:58.438Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_CcBqEu 0 is not matching search criteria 2022-08-04T09:28:58.438Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-08-04T09:28:58.438Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-08-04T09:28:58.439Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-08-04T09:28:58.439Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-08-04T09:28:58.439Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-08-04T09:28:58.439Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:28:58.439Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_CcBqEu is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-04T09:28:58.440Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:28:58.440Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_CcBqEu 0 is matching search criteria 2022-08-04T09:28:58.441Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_CcBqEu 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-04T09:28:58.441Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:28:58.441Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_CcBqEu 0 is matching search criteria 2022-08-04T09:28:58.441Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_CcBqEu 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-04T09:28:58.442Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:28:58.442Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_CcBqEu 0 is matching search criteria 2022-08-04T09:28:58.442Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_CcBqEu 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-04T09:28:58.442Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:28:58.442Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_CcBqEu 0 is not matching search criteria 2022-08-04T09:28:58.443Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-08-04T09:28:58.443Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-08-04T09:28:58.443Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d8d64745-f82b-4788-932a-8144e9401ee0 2022-08-04T09:28:58.443Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:28:58.443Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_CcBqEu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:28:58.443Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:28:58.444Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_CcBqEu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:28:58.444Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:28:58.444Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_CcBqEu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:28:58.444Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:28:58.444Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_CcBqEu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:28:58.445Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_CcBqEu Description:service Model UUID:4de861e9-bac8-4e69-b47b-2a64352ed8d0 Model Version:NULL Model InvariantUuid:4c61d2f4-b8eb-4f3f-88a2-b6802123c979 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_CcBqEu Model UUID:cd2123dd-f35e-4130-9104-4262a28a3683 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:a82c50ce-e3ea-4e10-9e1b-5d3c34364d6a Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f3c1fbe6-f783-412c-b3aa-d5c5346d16ac NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f43d7906-24da-469a-9d77-ddc736db8669 ModelName:BasicOnboardCcbqeu..base_ubuntu18..module-0 ModelUuid:e6ca6bd7-b577-4352-9e4c-420c00ffc100 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d8d64745-f82b-4788-932a-8144e9401ee0 ModelInvariantUuid:54e28275-1633-4917-bd2b-3a7c04e46187 ModelName:basic_onboard_CcBqEu-nodes.ubuntu18Cvfc ModelUuid:41dc37f1-2005-40c7-bab1-b99fb55242d4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:8261a9ca-65b5-45a5-a0be-c408b3b61d07 ModelInvariantUuid:29b1f7ab-8177-4a27-bbb9-8e21a725e698 ModelName:BasicOnboardCcbqeu.compute.nodes.heat.ubuntu18 ModelUuid:c670a307-1777-48d4-8f6c-02cf5c65cf16 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-08-04T09:28:58.467Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: dad5c817-2986-401c-830b-d207c2b766b4 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-08-04T09:28:58.581Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||basic_onboard_CcBqEu 0 2022-08-04T09:28:58.587Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dad5c817-2986-401c-830b-d207c2b766b4 2022-08-04T09:28:58.587Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3d2485ba-1de8-4ec7-9c34-05e4e63a7736 from URL: /sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/basic_onboard_ccbqeu0_modules.json 2022-08-04T09:28:58.587Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-08-04T09:28:58.588Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/basic_onboard_ccbqeu0_modules.json 2022-08-04T09:28:58.650Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-08-04T09:28:58.651Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/basic_onboard_ccbqeu0_modules.json 3d2485ba-1de8-4ec7-9c34-05e4e63a7736 798 2022-08-04T09:28:58.651Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/basic_onboard_ccbqeu0_modules.json ASDC sendASDCNotification 2022-08-04T09:28:58.652Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/basic_onboard_ccbqeu0_modules.json 2022-08-04T09:28:58.652Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-04T09:28:58.652Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:28:58.655Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:28:58.655Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605338651, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/basic_onboard_ccbqeu0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-04T09:28:58.755Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:28:58.756Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:28:58.756Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:28:58.769Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:28:58.770Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:28:59.657Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardCcbqeu..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "f43d7906-24da-469a-9d77-ddc736db8669", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e6ca6bd7-b577-4352-9e4c-420c00ffc100", "vfModuleModelCustomizationUUID": "ca2c6feb-9310-4b82-b8f7-c6c6eb9f237b", "isBase": true, "artifacts": [ "a1480e7b-cd6f-482f-a951-64af60228c23", "4dd988cd-cec7-4e0a-a20f-669335f75820" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-08-04T09:28:59.671Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardCcbqeu..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e6ca6bd7-b577-4352-9e4c-420c00ffc100 VfModuleModelInvariantUUID:f43d7906-24da-469a-9d77-ddc736db8669 VfModuleModelDescription:NULL Artifacts UUID List:{ a1480e7b-cd6f-482f-a951-64af60228c23 , 4dd988cd-cec7-4e0a-a20f-669335f75820 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-08-04T09:28:59.674Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardCcbqeu..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "f43d7906-24da-469a-9d77-ddc736db8669", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e6ca6bd7-b577-4352-9e4c-420c00ffc100", "vfModuleModelCustomizationUUID": "ca2c6feb-9310-4b82-b8f7-c6c6eb9f237b", "isBase": true, "artifacts": [ "a1480e7b-cd6f-482f-a951-64af60228c23", "4dd988cd-cec7-4e0a-a20f-669335f75820" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-08-04T09:28:59.675Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardCcbqeu..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e6ca6bd7-b577-4352-9e4c-420c00ffc100 VfModuleModelInvariantUUID:f43d7906-24da-469a-9d77-ddc736db8669 VfModuleModelDescription:NULL Artifacts UUID List:{ a1480e7b-cd6f-482f-a951-64af60228c23 , 4dd988cd-cec7-4e0a-a20f-669335f75820 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-08-04T09:28:59.675Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a1480e7b-cd6f-482f-a951-64af60228c23 from URL: /sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.yaml 2022-08-04T09:28:59.675Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-08-04T09:28:59.675Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.yaml 2022-08-04T09:28:59.734Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-08-04T09:28:59.735Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.yaml a1480e7b-cd6f-482f-a951-64af60228c23 5033 2022-08-04T09:28:59.735Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-08-04T09:28:59.736Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.yaml 2022-08-04T09:28:59.736Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-04T09:28:59.736Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:28:59.739Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:28:59.739Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605339735, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-08-04T09:28:59.839Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:28:59.840Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:28:59.841Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:28:59.854Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:28:59.855Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:29:00.740Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4dd988cd-cec7-4e0a-a20f-669335f75820 from URL: /sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.env 2022-08-04T09:29:00.741Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-08-04T09:29:00.741Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.env 2022-08-04T09:29:00.791Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-08-04T09:29:00.791Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.env 4dd988cd-cec7-4e0a-a20f-669335f75820 909 2022-08-04T09:29:00.791Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-08-04T09:29:00.792Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.env 2022-08-04T09:29:00.792Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-04T09:29:00.792Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:29:00.794Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:29:00.794Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605340791, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-08-04T09:29:00.895Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-08-04T09:29:00.897Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:29:00.897Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:29:00.919Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:29:00.920Z||pool-13-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:29:01.797Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 4de861e9-bac8-4e69-b47b-2a64352ed8d0 2022-08-04T09:29:01.798Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_CcBqEu 0 dad5c817-2986-401c-830b-d207c2b766b4 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-08-04T09:29:01.846Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@613d099d, org.onap.sdc.toscaparser.api.parameters.Input@5093c88d, org.onap.sdc.toscaparser.api.parameters.Input@66abddf, org.onap.sdc.toscaparser.api.parameters.Input@131374e2, org.onap.sdc.toscaparser.api.parameters.Input@1aebe6fc] 2022-08-04T09:29:01.849Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:29:01.850Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_CcBqEu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:29:01.850Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-08-04T09:29:01.851Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= f3c1fbe6-f783-412c-b3aa-d5c5346d16ac 2022-08-04T09:29:01.851Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f3c1fbe6-f783-412c-b3aa-d5c5346d16ac matches Tosca VF Customization UUID: f3c1fbe6-f783-412c-b3aa-d5c5346d16ac 2022-08-04T09:29:01.851Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: f3c1fbe6-f783-412c-b3aa-d5c5346d16ac matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-08-04T09:29:01.858Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:29:01.858Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_CcBqEu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:29:01.859Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id f3c1fbe6-f783-412c-b3aa-d5c5346d16ac: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-08-04T09:29:01.860Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3b1f682c 2022-08-04T09:29:01.860Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:29:01.860Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_CcBqEu is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-04T09:29:01.861Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ca2c6feb-9310-4b82-b8f7-c6c6eb9f237b 2022-08-04T09:29:01.862Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ca2c6feb-9310-4b82-b8f7-c6c6eb9f237b Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-08-04T09:29:01.868Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:29:01.869Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_CcBqEu 0 is matching search criteria 2022-08-04T09:29:01.869Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_CcBqEu 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-04T09:29:01.870Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:29:01.870Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_CcBqEu 0 is matching search criteria 2022-08-04T09:29:01.870Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_CcBqEu 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-04T09:29:01.871Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:29:01.871Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_CcBqEu 0 is not matching search criteria 2022-08-04T09:29:01.871Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-08-04T09:29:01.872Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-08-04T09:29:01.872Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d8d64745-f82b-4788-932a-8144e9401ee0 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-08-04T09:29:01.887Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:29:01.894Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_CcBqEu 0 is matching search criteria 2022-08-04T09:29:01.894Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_CcBqEu 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-04T09:29:01.895Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:29:01.895Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_CcBqEu 0 is matching search criteria 2022-08-04T09:29:01.895Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_CcBqEu 0] matching following query criteria: sdcType=VF, customizationUUID=f3c1fbe6-f783-412c-b3aa-d5c5346d16ac Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-08-04T09:29:01.898Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:29:01.898Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_CcBqEu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:29:01.899Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 4de861e9-bac8-4e69-b47b-2a64352ed8d0: basic_onboard_CcBqEu 2022-08-04T09:29:01.899Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:29:01.900Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_CcBqEu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:29:01.900Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:29:01.900Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_CcBqEu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:29:01.901Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:29:01.901Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_CcBqEu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:29:01.901Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:29:01.902Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_CcBqEu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:29:01.902Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:29:01.902Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_CcBqEu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:29:01.903Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_CcBqEu Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T09:29:02.124Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_CcBqEu dad5c817-2986-401c-830b-d207c2b766b4 1 ASDC deployResourceStructure 2022-08-04T09:29:02.125Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/basic_onboard_ccbqeu0_modules.json ASDC sendASDCNotification 2022-08-04T09:29:02.125Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/basic_onboard_ccbqeu0_modules.json 2022-08-04T09:29:02.125Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-04T09:29:02.126Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:29:02.129Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:29:02.129Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605342125, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/basic_onboard_ccbqeu0_modules.json", "status": "DEPLOY_OK" } 2022-08-04T09:29:02.229Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:29:02.229Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:29:02.230Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:29:02.242Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:29:02.242Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-08-04T09:29:03.130Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-08-04T09:29:03.131Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.yaml 2022-08-04T09:29:03.131Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-04T09:29:03.131Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:29:03.133Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:29:03.133Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605343130, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-08-04T09:29:03.233Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-04T09:29:03.235Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:29:03.235Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:29:03.255Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:29:03.256Z||pool-15-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:29:04.134Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-08-04T09:29:04.135Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.env 2022-08-04T09:29:04.135Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-04T09:29:04.136Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:29:04.138Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:29:04.138Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605344134, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-08-04T09:29:04.238Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:29:04.239Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:29:04.239Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:29:04.252Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:29:04.253Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:29:05.139Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar ASDC sendASDCNotification 2022-08-04T09:29:05.139Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar 2022-08-04T09:29:05.139Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-04T09:29:05.140Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:29:05.142Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:29:05.142Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605345139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T09:29:05.242Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:29:05.243Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:29:05.243Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:29:05.258Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:29:05.258Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:29:06.143Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4d8e75f-8ae5-4573-ac0a-32718ef84621 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T09:29:06.169Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4d8e75f-8ae5-4573-ac0a-32718ef84621 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T09:29:06.172Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-04T09:29:06.172Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-04T09:29:06.172Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-04T09:29:36.173Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4d8e75f-8ae5-4573-ac0a-32718ef84621 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T09:29:36.187Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4d8e75f-8ae5-4573-ac0a-32718ef84621 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T09:29:36.190Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-04T09:29:36.190Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-04T09:29:36.190Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-04T09:29:46.741Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:29:46.744Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:29:46.744Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:29:46.787Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:29:46.788Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:29:46.788Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "ves-openapi-manager", "timestamp": 1659605318234, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T09:29:46.789Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:30:06.191Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4d8e75f-8ae5-4573-ac0a-32718ef84621 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T09:30:06.204Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4d8e75f-8ae5-4573-ac0a-32718ef84621 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T09:30:06.206Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-04T09:30:06.206Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-04T09:30:06.207Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-04T09:30:36.207Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4d8e75f-8ae5-4573-ac0a-32718ef84621 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T09:30:36.221Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4d8e75f-8ae5-4573-ac0a-32718ef84621 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T09:30:36.225Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-04T09:30:36.225Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-04T09:30:36.226Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-04T09:30:46.741Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:30:46.742Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:30:46.742Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:30:46.772Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:30:46.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:30:46.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "aai-ml", "timestamp": 1659605325911, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:30:46.775Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:31:06.226Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4d8e75f-8ae5-4573-ac0a-32718ef84621 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T09:31:06.248Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4d8e75f-8ae5-4573-ac0a-32718ef84621 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T09:31:06.251Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-04T09:31:06.251Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-04T09:31:06.251Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-04T09:31:36.251Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4d8e75f-8ae5-4573-ac0a-32718ef84621 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T09:31:36.262Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4d8e75f-8ae5-4573-ac0a-32718ef84621 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T09:31:36.264Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-04T09:31:36.265Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-04T09:31:36.265Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-04T09:31:46.741Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:31:46.742Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:31:46.742Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:31:46.782Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:31:46.786Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.786Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "clamp", "timestamp": 1659605315573, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T09:31:46.787Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:31:46.787Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.788Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659605323311, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T09:31:46.788Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:31:46.788Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.788Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "multicloud-k8s-id", "timestamp": 1659605324323, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-08-04T09:31:46.789Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:31:46.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "policy-id", "timestamp": 1659605325608, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/basic_onboard_ccbqeu0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-04T09:31:46.790Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:31:46.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605326739, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:31:46.791Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:31:46.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "ves-openapi-manager", "timestamp": 1659605318234, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:31:46.793Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:31:46.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "aai-ml", "timestamp": 1659605325911, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/basic_onboard_ccbqeu0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-04T09:31:46.794Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:31:46.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "clamp", "timestamp": 1659605315573, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:31:46.795Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:31:46.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659605323311, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:31:46.796Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:31:46.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "multicloud-k8s-id", "timestamp": 1659605324323, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:31:46.796Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:31:46.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "cds", "timestamp": 1659605327670, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:31:46.798Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:31:46.798Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.798Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "policy-id", "timestamp": 1659605325608, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-08-04T09:31:46.798Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:31:46.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.799Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605326739, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/basic_onboard_ccbqeu0_modules.json", "status": "NOTIFIED" } 2022-08-04T09:31:46.799Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:31:46.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.799Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "ves-openapi-manager", "timestamp": 1659605318234, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-08-04T09:31:46.800Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:31:46.800Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.800Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "aai-ml", "timestamp": 1659605325911, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T09:31:46.801Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:31:46.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "clamp", "timestamp": 1659605315573, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-08-04T09:31:46.803Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:31:46.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659605323311, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-08-04T09:31:46.803Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:31:46.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "multicloud-k8s-id", "timestamp": 1659605324323, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-08-04T09:31:46.804Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:31:46.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "cds", "timestamp": 1659605327670, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/basic_onboard_ccbqeu0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-04T09:31:46.805Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:31:46.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "policy-id", "timestamp": 1659605325608, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:31:46.805Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:31:46.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605326739, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-08-04T09:31:46.806Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:31:46.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.806Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "ves-openapi-manager", "timestamp": 1659605318234, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:31:46.806Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:31:46.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.807Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "aai-ml", "timestamp": 1659605325911, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:31:46.807Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:31:46.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.807Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "clamp", "timestamp": 1659605315573, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:31:46.807Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:31:46.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.808Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659605323311, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:31:46.808Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:31:46.808Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.808Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "multicloud-k8s-id", "timestamp": 1659605324323, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:31:46.808Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:31:46.808Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.809Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "cds", "timestamp": 1659605327670, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T09:31:46.809Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:31:46.809Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.809Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "policy-id", "timestamp": 1659605325608, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-08-04T09:31:46.809Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:31:46.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605326739, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:31:46.810Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:31:46.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "ves-openapi-manager", "timestamp": 1659605318234, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-04T09:31:46.810Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:31:46.811Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.811Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "aai-ml", "timestamp": 1659605325911, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-08-04T09:31:46.811Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:31:46.811Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.811Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "clamp", "timestamp": 1659605315573, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:31:46.811Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:31:46.812Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.812Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659605323311, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:31:46.812Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:31:46.812Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.812Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "multicloud-k8s-id", "timestamp": 1659605324323, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:31:46.813Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:31:46.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.813Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "cds", "timestamp": 1659605327670, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:31:46.813Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:31:46.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.813Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "policy-id", "timestamp": 1659605325608, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:31:46.814Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:31:46.814Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.814Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605326739, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-08-04T09:31:46.814Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:31:46.814Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.814Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "aai-ml", "timestamp": 1659605325911, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:31:46.815Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:31:46.815Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.815Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "multicloud-k8s-id", "timestamp": 1659605332119, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/basic_onboard_ccbqeu0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-04T09:31:46.815Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:31:46.815Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.815Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659605332611, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T09:31:46.816Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:31:46.816Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.816Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "cds", "timestamp": 1659605327670, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-08-04T09:31:46.816Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:31:46.816Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.816Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "policy-id", "timestamp": 1659605325608, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:31:46.817Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:31:46.817Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.817Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605326739, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:31:46.817Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:31:46.817Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.817Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "aai-ml", "timestamp": 1659605325911, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:31:46.818Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:31:46.818Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "cds", "timestamp": 1659605327670, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:31:46.818Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:31:46.818Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "multicloud-k8s-id", "timestamp": 1659605333198, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-08-04T09:31:46.819Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:31:46.819Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.819Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605326739, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:31:46.819Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:31:46.819Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.819Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "policy-id", "timestamp": 1659605333400, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T09:31:46.820Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:31:46.820Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.820Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "aai-ml", "timestamp": 1659605333738, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T09:31:46.820Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:31:46.820Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.820Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "cds", "timestamp": 1659605327670, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:31:46.821Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:31:46.821Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.821Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "multicloud-k8s-id", "timestamp": 1659605334256, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-08-04T09:31:46.821Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:31:46.821Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.821Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "policy-id", "timestamp": 1659605334411, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T09:31:46.822Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:31:46.822Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.822Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605334971, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T09:31:46.823Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:31:46.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "cds", "timestamp": 1659605335464, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T09:31:46.823Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:31:46.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "policy-id", "timestamp": 1659605335415, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T09:31:46.833Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d4d8e75f-8ae5-4573-ac0a-32718ef84621 2022-08-04T09:31:46.834Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4d8e75f-8ae5-4573-ac0a-32718ef84621 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T09:31:46.844Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.844Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "multicloud-k8s-id", "timestamp": 1659605335325, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T09:31:46.849Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d4d8e75f-8ae5-4573-ac0a-32718ef84621 2022-08-04T09:31:46.849Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4d8e75f-8ae5-4573-ac0a-32718ef84621 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-08-04T09:31:46.857Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.857Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "cds", "timestamp": 1659605336482, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T09:31:46.862Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d4d8e75f-8ae5-4573-ac0a-32718ef84621 2022-08-04T09:31:46.862Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4d8e75f-8ae5-4573-ac0a-32718ef84621 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T09:31:46.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.872Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "multicloud-k8s-id", "timestamp": 1659605336331, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/basic_onboard_ccbqeu0_modules.json", "status": "DEPLOY_OK" } 2022-08-04T09:31:46.872Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:31:46.872Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.872Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659605336985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T09:31:46.873Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:31:46.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659605337990, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T09:31:46.878Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d4d8e75f-8ae5-4573-ac0a-32718ef84621 2022-08-04T09:31:46.878Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4d8e75f-8ae5-4573-ac0a-32718ef84621 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T09:31:46.888Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.888Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605338651, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/basic_onboard_ccbqeu0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-04T09:31:46.889Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:31:46.889Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.889Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605339735, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-08-04T09:31:46.889Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:31:46.889Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.889Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605340791, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-08-04T09:31:46.889Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:31:46.889Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.889Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "clamp", "timestamp": 1659605342308, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T09:31:46.890Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:31:46.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605342125, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/basic_onboard_ccbqeu0_modules.json", "status": "DEPLOY_OK" } 2022-08-04T09:31:46.890Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:31:46.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605343130, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-08-04T09:31:46.890Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:31:46.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "clamp", "timestamp": 1659605344316, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T09:31:46.891Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:31:46.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605344134, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-08-04T09:31:46.891Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:31:46.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "clamp", "timestamp": 1659605345321, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T09:31:46.896Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d4d8e75f-8ae5-4573-ac0a-32718ef84621 2022-08-04T09:31:46.897Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4d8e75f-8ae5-4573-ac0a-32718ef84621 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T09:31:46.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605345139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T09:31:46.905Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:31:46.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "aai-ml", "timestamp": 1659605346126, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T09:31:46.905Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:31:46.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:31:46.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "aai-ml", "timestamp": 1659605347131, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T09:31:46.910Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d4d8e75f-8ae5-4573-ac0a-32718ef84621 2022-08-04T09:31:46.910Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4d8e75f-8ae5-4573-ac0a-32718ef84621 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T09:32:06.265Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4d8e75f-8ae5-4573-ac0a-32718ef84621 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T09:32:06.291Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4d8e75f-8ae5-4573-ac0a-32718ef84621 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T09:32:06.294Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-04T09:32:06.295Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-04T09:32:06.295Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-04T09:32:06.295Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-04T09:32:06.296Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T09:32:06.296Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T09:32:06.296Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T09:32:06.296Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T09:32:06.297Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T09:32:06.297Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T09:32:06.297Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T09:32:06.304Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-04T09:32:36.304Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d4d8e75f-8ae5-4573-ac0a-32718ef84621 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-08-04T09:32:36.317Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d4d8e75f-8ae5-4573-ac0a-32718ef84621 and serviceModelVersionId: 4de861e9-bac8-4e69-b47b-2a64352ed8d0 2022-08-04T09:32:36.318Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4c61d2f4-b8eb-4f3f-88a2-b6802123c979 2022-08-04T09:32:46.741Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:32:46.742Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:32:46.742Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:32:46.779Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:32:46.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:32:46.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "clamp", "timestamp": 1659605435573, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:32:46.783Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:32:46.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:32:46.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "ves-openapi-manager", "timestamp": 1659605438236, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:32:46.783Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:32:46.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:32:46.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659605443311, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:32:46.784Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:32:46.784Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:32:46.784Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "clamp", "timestamp": 1659605435573, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vfw082ffcc531aa0_modules.json", "status": "NOTIFIED" } 2022-08-04T09:32:46.784Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:32:46.784Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:32:46.784Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "ves-openapi-manager", "timestamp": 1659605438236, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vfw082ffcc531aa0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-04T09:32:46.785Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:32:46.785Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:32:46.785Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659605443311, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vfw082ffcc531aa0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-04T09:32:46.785Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:32:46.785Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:32:46.785Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "multicloud-k8s-id", "timestamp": 1659605444323, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:32:46.786Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:32:46.786Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:32:46.787Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "clamp", "timestamp": 1659605435573, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T09:32:46.787Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:32:46.787Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:32:46.787Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "ves-openapi-manager", "timestamp": 1659605438236, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T09:32:46.787Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:32:46.787Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:32:46.788Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659605443311, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T09:32:46.788Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:32:46.788Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:32:46.788Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "multicloud-k8s-id", "timestamp": 1659605444323, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vfw082ffcc531aa0_modules.json", "status": "NOTIFIED" } 2022-08-04T09:32:46.788Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:32:46.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:32:46.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "policy-id", "timestamp": 1659605445608, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:32:46.789Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:32:46.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:32:46.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "clamp", "timestamp": 1659605435573, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:32:46.789Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:32:46.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:32:46.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "ves-openapi-manager", "timestamp": 1659605438236, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:32:46.790Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:32:52.869Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4c61d2f4-b8eb-4f3f-88a2-b6802123c979/model-vers/model-ver/4de861e9-bac8-4e69-b47b-2a64352ed8d0?depth=0 2022-08-04T09:32:52.995Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-08-04T09:32:53.520Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c61d2f4-b8eb-4f3f-88a2-b6802123c979/model-vers/model-ver/4de861e9-bac8-4e69-b47b-2a64352ed8d0?depth=0|INFO|500||Invoke 2022-08-04T09:32:53.529Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c61d2f4-b8eb-4f3f-88a2-b6802123c979/model-vers/model-ver/4de861e9-bac8-4e69-b47b-2a64352ed8d0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c61d2f4-b8eb-4f3f-88a2-b6802123c979/model-vers/model-ver/4de861e9-bac8-4e69-b47b-2a64352ed8d0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d4d8e75f-8ae5-4573-ac0a-32718ef84621], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ea72523b-cec3-4cf9-8987-28ebe7baf0a1], X-ECOMP-RequestID=[d4d8e75f-8ae5-4573-ac0a-32718ef84621], X-TransactionId=[], X-ONAP-RequestID=[d4d8e75f-8ae5-4573-ac0a-32718ef84621], Content-Type=[application/merge-patch+json]} 2022-08-04T09:32:53.673Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c61d2f4-b8eb-4f3f-88a2-b6802123c979/model-vers/model-ver/4de861e9-bac8-4e69-b47b-2a64352ed8d0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-08-04T09:32:53.871Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c61d2f4-b8eb-4f3f-88a2-b6802123c979/model-vers/model-ver/4de861e9-bac8-4e69-b47b-2a64352ed8d0?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c61d2f4-b8eb-4f3f-88a2-b6802123c979/model-vers/model-ver/4de861e9-bac8-4e69-b47b-2a64352ed8d0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220804-09:32:53:469-38069], vertex-id=[335872], Content-Length=[0], Date=[Thu, 04 Aug 2022 09:32:53 GMT], Content-Type=[application/json]} 2022-08-04T09:32:53.873Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c61d2f4-b8eb-4f3f-88a2-b6802123c979/model-vers/model-ver/4de861e9-bac8-4e69-b47b-2a64352ed8d0?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-08-04T09:32:53.876Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c61d2f4-b8eb-4f3f-88a2-b6802123c979/model-vers/model-ver/4de861e9-bac8-4e69-b47b-2a64352ed8d0?depth=0|INFO|500||InvokeReturn 2022-08-04T09:32:53.882Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-08-04T09:32:53.883Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-08-04T09:32:53.895Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-08-04T09:32:53.897Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d4d8e75f-8ae5-4573-ac0a-32718ef84621 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-08-04T09:32:53.899Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-08-04T09:32:53.900Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:32:53.903Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:32:53.904Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605573897, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-04T09:32:54.003Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-04T09:32:54.005Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:32:54.005Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:32:54.022Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:32:54.023Z||pool-18-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-08-04T09:32:54.918Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:32:54.919Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:32:54.919Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:32:59.351Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:32:59.352Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T09:32:59.352Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"237a8561-7abb-4d3d-8a3a-c6d0848b1080","serviceName":"vFW 2022-08-04 09-29-52","serviceVersion":"1.0","serviceUUID":"dba40b91-f69f-49a8-99d1-ef5acd0e0bb3","serviceDescription":"catalog service description","serviceInvariantUUID":"dd1a97ee-69a6-4aa5-9648-2698b1785232","resources":[{"resourceInstanceName":"vFW 082ffcc5-31aa 0","resourceName":"vFW 082ffcc5-31aa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e24ef83c-1641-4f3d-9548-5c27426bcf61","resourceInvariantUUID":"72a3884c-34a5-443f-a024-01d2f33f90df","resourceCustomizationUUID":"812b4bfd-9f29-4d50-9e15-8cc370ed11e2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vf-license-model.xml","artifactChecksum":"ZjM1YmM0MjBmZTMxMjE1NWVmMTBjNDhhMTI0NmEwMWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"30d5c28a-3fa4-43d6-ae48-7d8a89d55ae0","artifactVersion":"1"},{"artifactName":"vfw082ffcc531aa0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vfw082ffcc531aa0_modules.json","artifactChecksum":"NmU5OTM0MTc2YmY0ZDJjYzFhODdjY2Y2ODU1N2NhN2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"30827a64-fd52-454e-968a-99b639104620","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d1bcfb49-b67c-4c3d-a9c6-9ed9f0b695c8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vendor-license-model.xml","artifactChecksum":"OTczNmZhZmUwMjc4NjgyYzI1MThkNGRmZWQ3NzRiMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"231f62e6-a827-458f-8d2e-2cd5e6c814a4","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2bce2208-e23f-4581-9daf-be7153895cdb","artifactVersion":"2","generatedFromUUID":"d1bcfb49-b67c-4c3d-a9c6-9ed9f0b695c8"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220804092952-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-template.yml","artifactChecksum":"MjM1N2M4YzYzY2U3NzFmNDNkZjhjMTk2MzE3NzFmY2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5ff92b82-a108-408e-b24e-3334b3ed4606","artifactVersion":"1"},{"artifactName":"service-Vfw20220804092952-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar","artifactChecksum":"MmY2NzYzNDA4NTE0ZTkyMTZlYzFhNWFkZWEwYmU0NDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f7f1820e-7305-4946-a5fd-a6196d201b2a","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-04T09:32:59.359Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T09:32:59.360Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:32:59.363Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:32:59.363Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605574918, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:32:59.463Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:32:59.464Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:32:59.464Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:32:59.499Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:32:59.499Z||pool-19-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:33:00.363Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T09:33:00.365Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:33:00.368Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:33:00.368Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605574918, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vfw082ffcc531aa0_modules.json", "status": "NOTIFIED" } 2022-08-04T09:33:00.469Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-08-04T09:33:00.470Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:33:00.471Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:33:00.503Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:33:00.504Z||pool-20-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1} 2022-08-04T09:33:01.371Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T09:33:01.371Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:33:01.375Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:33:01.375Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605574918, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-04T09:33:01.476Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:33:01.477Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:33:01.477Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:33:01.492Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:33:01.493Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:33:02.376Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T09:33:02.377Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:33:02.378Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:33:02.379Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605574918, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:33:02.479Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:33:02.480Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:33:02.480Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:33:02.495Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:33:02.496Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:33:03.379Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T09:33:03.380Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:33:03.382Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:33:03.382Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605574918, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-08-04T09:33:03.482Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:33:03.483Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:33:03.483Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:33:03.500Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:33:03.500Z||pool-23-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:33:04.382Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T09:33:04.383Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:33:04.385Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:33:04.385Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605574918, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:33:04.486Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:33:04.487Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:33:04.487Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:33:04.502Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:33:04.503Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:33:05.386Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T09:33:05.387Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:33:05.388Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:33:05.388Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605574918, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:33:05.489Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-04T09:33:05.490Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:33:05.490Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:33:05.504Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:33:05.504Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:33:06.390Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "serviceName": "vFW 2022-08-04 09-29-52", "serviceVersion": "1.0", "serviceUUID": "dba40b91-f69f-49a8-99d1-ef5acd0e0bb3", "serviceDescription": "catalog service description", "serviceInvariantUUID": "dd1a97ee-69a6-4aa5-9648-2698b1785232", "resources": [ { "resourceInstanceName": "vFW 082ffcc5-31aa 0", "resourceCustomizationUUID": "812b4bfd-9f29-4d50-9e15-8cc370ed11e2", "resourceName": "vFW 082ffcc5-31aa", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e24ef83c-1641-4f3d-9548-5c27426bcf61", "resourceInvariantUUID": "72a3884c-34a5-443f-a024-01d2f33f90df", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw082ffcc531aa0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vfw082ffcc531aa0_modules.json", "artifactChecksum": "NmU5OTM0MTc2YmY0ZDJjYzFhODdjY2Y2ODU1N2NhN2U\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "30827a64-fd52-454e-968a-99b639104620", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "d1bcfb49-b67c-4c3d-a9c6-9ed9f0b695c8", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "2bce2208-e23f-4581-9daf-be7153895cdb", "generatedFromUUID": "d1bcfb49-b67c-4c3d-a9c6-9ed9f0b695c8" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "2bce2208-e23f-4581-9daf-be7153895cdb", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220804092952-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar", "artifactChecksum": "MmY2NzYzNDA4NTE0ZTkyMTZlYzFhNWFkZWEwYmU0NDk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f7f1820e-7305-4946-a5fd-a6196d201b2a" } ], "workloadContext": "Production" } 2022-08-04T09:33:06.391Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-04T09:33:06.391Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dba40b91-f69f-49a8-99d1-ef5acd0e0bb3 ASDC 2022-08-04T09:33:06.391Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:237a8561-7abb-4d3d-8a3a-c6d0848b1080 ServiceName:vFW 2022-08-04 09-29-52 ServiceVersion:1.0 ServiceUUID:dba40b91-f69f-49a8-99d1-ef5acd0e0bb3 ServiceInvariantUUID:dd1a97ee-69a6-4aa5-9648-2698b1785232 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220804092952-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar ArtifactUUID:f7f1820e-7305-4946-a5fd-a6196d201b2a ArtifactChecksum:MmY2NzYzNDA4NTE0ZTkyMTZlYzFhNWFkZWEwYmU0NDk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 082ffcc5-31aa 0 ResourceCustomizationUUID:812b4bfd-9f29-4d50-9e15-8cc370ed11e2 ResourceInvariantUUID:72a3884c-34a5-443f-a024-01d2f33f90df ResourceName:vFW 082ffcc5-31aa ResourceType:VF ResourceUUID:e24ef83c-1641-4f3d-9548-5c27426bcf61 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw082ffcc531aa0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vfw082ffcc531aa0_modules.json ArtifactUUID:30827a64-fd52-454e-968a-99b639104620 ArtifactChecksum:NmU5OTM0MTc2YmY0ZDJjYzFhODdjY2Y2ODU1N2NhN2U= 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/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.yaml ArtifactUUID:d1bcfb49-b67c-4c3d-a9c6-9ed9f0b695c8 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/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.env ArtifactUUID:2bce2208-e23f-4581-9daf-be7153895cdb 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/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.env ArtifactUUID:2bce2208-e23f-4581-9daf-be7153895cdb ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-08-04T09:33:06.392Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dba40b91-f69f-49a8-99d1-ef5acd0e0bb3 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T09:33:06.428Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-04T09:33:06.429Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-08-04T09:33:06.429Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-08-04T09:33:06.429Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f7f1820e-7305-4946-a5fd-a6196d201b2a from URL: /sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar 2022-08-04T09:33:06.429Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-08-04T09:33:06.430Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar 2022-08-04T09:33:06.514Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-08-04T09:33:06.519Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar f7f1820e-7305-4946-a5fd-a6196d201b2a 99016 2022-08-04T09:33:06.519Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar ASDC sendASDCNotification 2022-08-04T09:33:06.519Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar 2022-08-04T09:33:06.519Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-04T09:33:06.519Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:33:06.521Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:33:06.522Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605586519, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T09:33:06.622Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:33:06.623Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:33:06.623Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:33:06.638Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:33:06.639Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:33:07.522Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-04T09:33:07.523Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-08-04T09:33:07.523Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: f7f1820e-7305-4946-a5fd-a6196d201b2a, URL: /sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar to file: /app/ASDC/1/service-Vfw20220804092952-csar.csar 2022-08-04T09:33:07.524Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220804092952-csar.csar 2022-08-04T09:33:07.524Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220804092952-csar.csar 2022-08-04T09:33:07.524Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220804092952-csar.csar 2022-08-04T09:33:07.703Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12072713168301051343/Definitions/service-Vfw20220804092952-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2022-08-04T09:33:09.890Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-08-04T09:33:09.891Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-08-04T09:33:09.891Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220804092952-csar.csar 2022-08-04T09:33:09.891Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-08-04T09:33:09.891Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||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-Vfw20220804092952-csar.csar 2022-08-04T09:33:09.891Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||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-Vfw20220804092952-csar.csar 2022-08-04T09:33:09.891Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220804092952-csar.csar 2022-08-04T09:33:09.892Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220804092952-csar.csar 2022-08-04T09:33:09.892Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220804092952-csar.csar 2022-08-04T09:33:09.892Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||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-Vfw20220804092952-csar.csar 2022-08-04T09:33:09.892Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220804092952-csar.csar 2022-08-04T09:33:09.892Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220804092952-csar.csar 2022-08-04T09:33:09.892Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220804092952-csar.csar 2022-08-04T09:33:09.892Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220804092952-csar.csar 2022-08-04T09:33:09.892Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220804092952-csar.csar 2022-08-04T09:33:09.893Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220804092952-csar.csar 2022-08-04T09:33:09.893Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 082ffcc5-31aa 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-Vfw20220804092952-csar.csar 2022-08-04T09:33:09.893Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-08-04T09:33:09.893Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:33:09.893Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-04 09-29-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:33:09.893Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vFW 082ffcc5-31aa 0 is matching search criteria 2022-08-04T09:33:09.894Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-08-04T09:33:09.894Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 082ffcc5-31aa 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-04T09:33:09.894Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:33:09.894Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-04 09-29-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:33:09.895Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vFW 082ffcc5-31aa 0 is matching search criteria 2022-08-04T09:33:09.895Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-08-04T09:33:09.895Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 082ffcc5-31aa 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-04T09:33:09.895Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:33:09.895Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-04 09-29-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:33:09.896Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:33:09.896Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vFW 082ffcc5-31aa 0 is not matching search criteria 2022-08-04T09:33:09.896Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-04T09:33:09.896Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-04T09:33:09.896Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-04T09:33:09.896Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-04T09:33:09.897Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-08-04T09:33:09.897Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-04T09:33:09.897Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-04T09:33:09.897Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-04T09:33:09.897Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-08-04T09:33:09.897Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-04T09:33:09.897Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-04T09:33:09.898Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-04T09:33:09.898Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-04T09:33:09.898Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-08-04T09:33:09.898Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-04T09:33:09.898Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-08-04T09:33:09.898Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:33:09.899Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-04 09-29-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-04T09:33:09.899Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:33:09.899Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vFW 082ffcc5-31aa 0 is matching search criteria 2022-08-04T09:33:09.899Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 082ffcc5-31aa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-04T09:33:09.899Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:33:09.900Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vFW 082ffcc5-31aa 0 is matching search criteria 2022-08-04T09:33:09.900Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 082ffcc5-31aa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-04T09:33:09.900Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:33:09.900Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vFW 082ffcc5-31aa 0 is matching search criteria 2022-08-04T09:33:09.900Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 082ffcc5-31aa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-04T09:33:09.901Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:33:09.901Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vFW 082ffcc5-31aa 0 is not matching search criteria 2022-08-04T09:33:09.901Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-04T09:33:09.901Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-08-04T09:33:09.901Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-04T09:33:09.901Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-04T09:33:09.901Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-08-04T09:33:09.902Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-04T09:33:09.902Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-04T09:33:09.902Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-04T09:33:09.902Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-04T09:33:09.902Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-08-04T09:33:09.902Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-04T09:33:09.903Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=439186da-6fd0-42a2-83d6-82bfeb83ca89 2022-08-04T09:33:09.903Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:33:09.903Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vFW 082ffcc5-31aa 0 is not matching search criteria 2022-08-04T09:33:09.903Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-04T09:33:09.903Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-04T09:33:09.903Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-04T09:33:09.903Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-04T09:33:09.904Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-08-04T09:33:09.904Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-04T09:33:09.904Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-04T09:33:09.904Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-08-04T09:33:09.904Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-04T09:33:09.904Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-04T09:33:09.905Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-08-04T09:33:09.905Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-04T09:33:09.905Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=17e7e171-b6f3-4208-99fb-ec43404a024d 2022-08-04T09:33:09.905Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:33:09.905Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vFW 082ffcc5-31aa 0 is not matching search criteria 2022-08-04T09:33:09.905Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-04T09:33:09.905Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-04T09:33:09.906Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-04T09:33:09.906Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-04T09:33:09.906Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-08-04T09:33:09.906Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-04T09:33:09.906Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-04T09:33:09.907Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-04T09:33:09.907Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-08-04T09:33:09.907Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-04T09:33:09.907Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-04T09:33:09.907Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-08-04T09:33:09.907Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6fb7582f-073a-4d08-b8bd-8bdc4841ed98 2022-08-04T09:33:09.908Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:33:09.908Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-04 09-29-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:33:09.908Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:33:09.908Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-04 09-29-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:33:09.908Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:33:09.908Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-04 09-29-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:33:09.908Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:33:09.909Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-04 09-29-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:33:09.909Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-08-04 09-29-52 Description:catalog service description Model UUID:dba40b91-f69f-49a8-99d1-ef5acd0e0bb3 Model Version:NULL Model InvariantUuid:dd1a97ee-69a6-4aa5-9648-2698b1785232 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 082ffcc5-31aa Model UUID:547906a1-a4dd-4a28-a0df-2f4296bb52cc Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:72a3884c-34a5-443f-a024-01d2f33f90df Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:812b4bfd-9f29-4d50-9e15-8cc370ed11e2 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:49f001c5-d58c-4e65-ae86-e9005fac2213 ModelName:Vfw082ffcc531aa..base_vfw..module-0 ModelUuid:88d70c75-b99d-4f39-a7f3-e47155f02c2c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:439186da-6fd0-42a2-83d6-82bfeb83ca89 ModelInvariantUuid:e1ebeb15-a08d-4215-8db3-22a3129fd5d4 ModelName:vFW 082ffcc5-31aa-nodes.vfwCvfc ModelUuid:01846418-a22d-41f9-b036-67c68c43ec32 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:ae5eb5b4-df85-48e4-bcaa-f0034a1ab78f ModelInvariantUuid:1703d800-e7df-49d8-a2ac-3cfbc35b8957 ModelName:Vfw082ffcc531aa.compute.nodes.heat.vfw ModelUuid:1b8e5324-39a4-411c-962b-3db9d7679f21 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:17e7e171-b6f3-4208-99fb-ec43404a024d ModelInvariantUuid:9076a0bf-59d3-40dc-9ede-5c170e498d6f ModelName:vFW 082ffcc5-31aa-nodes.vsnCvfc ModelUuid:e05c86bc-d49c-40fe-9876-ea515adc475e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:6a99adb9-8448-4184-93f7-18251e67f3e8 ModelInvariantUuid:2e451a0a-e6f5-48ab-afcc-3d174e9d2579 ModelName:Vfw082ffcc531aa.compute.nodes.heat.vsn ModelUuid:38d98937-7dfb-417e-b6e1-387accf59fb8 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:6fb7582f-073a-4d08-b8bd-8bdc4841ed98 ModelInvariantUuid:6381088a-7913-4316-af47-795e98363853 ModelName:vFW 082ffcc5-31aa-nodes.vpgCvfc ModelUuid:4a1a9a4f-c48d-4eb5-8981-a4bae1c11236 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:f9acfb23-576b-4057-9080-d1300e2b1fd7 ModelInvariantUuid:d144cbe7-81aa-4749-a2e7-6892d6887340 ModelName:Vfw082ffcc531aa.compute.nodes.heat.vpg ModelUuid:e6117d30-32d8-4d35-b5bb-912e98d71060 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-08-04T09:33:09.920Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: e24ef83c-1641-4f3d-9548-5c27426bcf61 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-08-04T09:33:09.924Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||vFW 082ffcc5-31aa 0 2022-08-04T09:33:09.924Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e24ef83c-1641-4f3d-9548-5c27426bcf61 2022-08-04T09:33:09.924Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 30827a64-fd52-454e-968a-99b639104620 from URL: /sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vfw082ffcc531aa0_modules.json 2022-08-04T09:33:09.924Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-08-04T09:33:09.925Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vfw082ffcc531aa0_modules.json 2022-08-04T09:33:10.029Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-08-04T09:33:10.030Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vfw082ffcc531aa0_modules.json 30827a64-fd52-454e-968a-99b639104620 785 2022-08-04T09:33:10.030Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vfw082ffcc531aa0_modules.json ASDC sendASDCNotification 2022-08-04T09:33:10.030Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vfw082ffcc531aa0_modules.json 2022-08-04T09:33:10.030Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-04T09:33:10.031Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:33:10.033Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:33:10.033Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605590030, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vfw082ffcc531aa0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-04T09:33:10.133Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:33:10.134Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:33:10.134Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:33:10.148Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:33:10.150Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-08-04T09:33:11.034Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw082ffcc531aa..base_vfw..module-0", "vfModuleModelInvariantUUID": "49f001c5-d58c-4e65-ae86-e9005fac2213", "vfModuleModelVersion": "1", "vfModuleModelUUID": "88d70c75-b99d-4f39-a7f3-e47155f02c2c", "vfModuleModelCustomizationUUID": "957b4dfc-e80a-46f3-9f28-d901efe98574", "isBase": true, "artifacts": [ "d1bcfb49-b67c-4c3d-a9c6-9ed9f0b695c8", "2bce2208-e23f-4581-9daf-be7153895cdb" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-08-04T09:33:11.040Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw082ffcc531aa..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:88d70c75-b99d-4f39-a7f3-e47155f02c2c VfModuleModelInvariantUUID:49f001c5-d58c-4e65-ae86-e9005fac2213 VfModuleModelDescription:NULL Artifacts UUID List:{ d1bcfb49-b67c-4c3d-a9c6-9ed9f0b695c8 , 2bce2208-e23f-4581-9daf-be7153895cdb } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-08-04T09:33:11.043Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw082ffcc531aa..base_vfw..module-0", "vfModuleModelInvariantUUID": "49f001c5-d58c-4e65-ae86-e9005fac2213", "vfModuleModelVersion": "1", "vfModuleModelUUID": "88d70c75-b99d-4f39-a7f3-e47155f02c2c", "vfModuleModelCustomizationUUID": "957b4dfc-e80a-46f3-9f28-d901efe98574", "isBase": true, "artifacts": [ "d1bcfb49-b67c-4c3d-a9c6-9ed9f0b695c8", "2bce2208-e23f-4581-9daf-be7153895cdb" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-08-04T09:33:11.043Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw082ffcc531aa..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:88d70c75-b99d-4f39-a7f3-e47155f02c2c VfModuleModelInvariantUUID:49f001c5-d58c-4e65-ae86-e9005fac2213 VfModuleModelDescription:NULL Artifacts UUID List:{ d1bcfb49-b67c-4c3d-a9c6-9ed9f0b695c8 , 2bce2208-e23f-4581-9daf-be7153895cdb } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-08-04T09:33:11.044Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d1bcfb49-b67c-4c3d-a9c6-9ed9f0b695c8 from URL: /sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.yaml 2022-08-04T09:33:11.044Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-08-04T09:33:11.044Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.yaml 2022-08-04T09:33:11.094Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-08-04T09:33:11.094Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.yaml d1bcfb49-b67c-4c3d-a9c6-9ed9f0b695c8 20368 2022-08-04T09:33:11.095Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-08-04T09:33:11.095Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.yaml 2022-08-04T09:33:11.095Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-04T09:33:11.095Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:33:11.097Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:33:11.097Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605591095, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-08-04T09:33:11.198Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:33:11.199Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:33:11.199Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:33:11.214Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:33:11.214Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-08-04T09:33:12.098Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2bce2208-e23f-4581-9daf-be7153895cdb from URL: /sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.env 2022-08-04T09:33:12.099Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-08-04T09:33:12.099Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.env 2022-08-04T09:33:12.146Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-08-04T09:33:12.147Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.env 2bce2208-e23f-4581-9daf-be7153895cdb 2098 2022-08-04T09:33:12.147Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-08-04T09:33:12.148Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.env 2022-08-04T09:33:12.148Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-04T09:33:12.148Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:33:12.150Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:33:12.150Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605592147, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-08-04T09:33:12.250Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:33:12.251Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:33:12.252Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:33:12.270Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:33:12.271Z||pool-29-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:33:13.151Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: dba40b91-f69f-49a8-99d1-ef5acd0e0bb3 2022-08-04T09:33:13.151Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 082ffcc5-31aa 0 e24ef83c-1641-4f3d-9548-5c27426bcf61 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-08-04T09:33:13.167Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@71602f19, org.onap.sdc.toscaparser.api.parameters.Input@1ec63fc9, org.onap.sdc.toscaparser.api.parameters.Input@4891627c, org.onap.sdc.toscaparser.api.parameters.Input@5ac0882c, org.onap.sdc.toscaparser.api.parameters.Input@2a286c8a] 2022-08-04T09:33:13.169Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:33:13.169Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-04 09-29-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:33:13.170Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-08-04T09:33:13.170Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 812b4bfd-9f29-4d50-9e15-8cc370ed11e2 2022-08-04T09:33:13.170Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 812b4bfd-9f29-4d50-9e15-8cc370ed11e2 matches Tosca VF Customization UUID: 812b4bfd-9f29-4d50-9e15-8cc370ed11e2 2022-08-04T09:33:13.170Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 812b4bfd-9f29-4d50-9e15-8cc370ed11e2 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-08-04T09:33:13.172Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:33:13.172Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-04 09-29-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:33:13.173Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 812b4bfd-9f29-4d50-9e15-8cc370ed11e2: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-08-04T09:33:13.173Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@18215723 2022-08-04T09:33:13.173Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:33:13.174Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-04 09-29-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-04T09:33:13.174Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 957b4dfc-e80a-46f3-9f28-d901efe98574 2022-08-04T09:33:13.174Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 957b4dfc-e80a-46f3-9f28-d901efe98574 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-08-04T09:33:13.176Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:33:13.176Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vFW 082ffcc5-31aa 0 is matching search criteria 2022-08-04T09:33:13.176Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 082ffcc5-31aa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-04T09:33:13.177Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:33:13.177Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vFW 082ffcc5-31aa 0 is matching search criteria 2022-08-04T09:33:13.177Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 082ffcc5-31aa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-04T09:33:13.177Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:33:13.178Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vFW 082ffcc5-31aa 0 is not matching search criteria 2022-08-04T09:33:13.178Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-04T09:33:13.178Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-08-04T09:33:13.178Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-04T09:33:13.178Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-04T09:33:13.178Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-08-04T09:33:13.179Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-04T09:33:13.179Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-04T09:33:13.179Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-04T09:33:13.179Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-04T09:33:13.179Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-08-04T09:33:13.180Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-04T09:33:13.180Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=439186da-6fd0-42a2-83d6-82bfeb83ca89 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-08-04T09:33:13.183Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:33:13.183Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vFW 082ffcc5-31aa 0 is matching search criteria 2022-08-04T09:33:13.183Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 082ffcc5-31aa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-04T09:33:13.184Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:33:13.184Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vFW 082ffcc5-31aa 0 is not matching search criteria 2022-08-04T09:33:13.185Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-04T09:33:13.185Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-04T09:33:13.185Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-04T09:33:13.186Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-04T09:33:13.186Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-08-04T09:33:13.186Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-04T09:33:13.187Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-04T09:33:13.187Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-08-04T09:33:13.187Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-04T09:33:13.187Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-04T09:33:13.188Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-08-04T09:33:13.188Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-04T09:33:13.188Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=17e7e171-b6f3-4208-99fb-ec43404a024d Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-08-04T09:33:13.191Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:33:13.192Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vFW 082ffcc5-31aa 0 is matching search criteria 2022-08-04T09:33:13.192Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 082ffcc5-31aa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-04T09:33:13.196Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:33:13.196Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vFW 082ffcc5-31aa 0 is not matching search criteria 2022-08-04T09:33:13.197Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-04T09:33:13.197Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-04T09:33:13.197Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-04T09:33:13.198Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-04T09:33:13.198Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-08-04T09:33:13.198Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-04T09:33:13.199Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-04T09:33:13.199Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-04T09:33:13.199Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-08-04T09:33:13.200Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-04T09:33:13.200Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-04T09:33:13.200Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-08-04T09:33:13.201Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6fb7582f-073a-4d08-b8bd-8bdc4841ed98 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-08-04T09:33:13.204Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:33:13.204Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vFW 082ffcc5-31aa 0 is matching search criteria 2022-08-04T09:33:13.205Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 082ffcc5-31aa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-04T09:33:13.205Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:33:13.205Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vFW 082ffcc5-31aa 0 is matching search criteria 2022-08-04T09:33:13.206Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 082ffcc5-31aa 0] matching following query criteria: sdcType=VF, customizationUUID=812b4bfd-9f29-4d50-9e15-8cc370ed11e2 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-08-04T09:33:13.208Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:33:13.208Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-04 09-29-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:33:13.209Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid dba40b91-f69f-49a8-99d1-ef5acd0e0bb3: vFW 082ffcc5-31aa 2022-08-04T09:33:13.209Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:33:13.209Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-04 09-29-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:33:13.210Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:33:13.210Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-04 09-29-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:33:13.210Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:33:13.211Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-04 09-29-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:33:13.211Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:33:13.211Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-04 09-29-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:33:13.212Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:33:13.212Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-04 09-29-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:33:13.212Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-08-04 09-29-52 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T09:33:13.402Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 082ffcc5-31aa e24ef83c-1641-4f3d-9548-5c27426bcf61 1 ASDC deployResourceStructure 2022-08-04T09:33:13.402Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vfw082ffcc531aa0_modules.json ASDC sendASDCNotification 2022-08-04T09:33:13.402Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vfw082ffcc531aa0_modules.json 2022-08-04T09:33:13.402Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-04T09:33:13.403Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:33:13.405Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:33:13.405Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605593402, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vfw082ffcc531aa0_modules.json", "status": "DEPLOY_OK" } 2022-08-04T09:33:13.505Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:33:13.506Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:33:13.507Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:33:13.521Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:33:13.521Z||pool-30-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:33:14.406Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-08-04T09:33:14.407Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.yaml 2022-08-04T09:33:14.407Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-04T09:33:14.408Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:33:14.410Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:33:14.410Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605594406, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-08-04T09:33:14.510Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:33:14.511Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:33:14.511Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:33:14.526Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:33:14.527Z||pool-31-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:33:15.412Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-08-04T09:33:15.413Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.env 2022-08-04T09:33:15.413Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-04T09:33:15.413Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:33:15.416Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:33:15.416Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605595412, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-08-04T09:33:15.517Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-08-04T09:33:15.518Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:33:15.518Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:33:15.545Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:33:15.546Z||pool-32-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:33:16.420Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar ASDC sendASDCNotification 2022-08-04T09:33:16.420Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar 2022-08-04T09:33:16.420Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-04T09:33:16.421Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:33:16.424Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:33:16.424Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605596419, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T09:33:16.524Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-04T09:33:16.525Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:33:16.525Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:33:16.539Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:33:16.540Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-08-04T09:33:17.425Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 237a8561-7abb-4d3d-8a3a-c6d0848b1080 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T09:33:17.439Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 237a8561-7abb-4d3d-8a3a-c6d0848b1080 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T09:33:17.443Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-04T09:33:17.443Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-04T09:33:17.444Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-04T09:33:46.741Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:33:46.743Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:33:46.743Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:33:46.787Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:33:46.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:33:46.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659605443311, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:33:46.790Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:33:46.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:33:46.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "aai-ml", "timestamp": 1659605445910, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:33:46.791Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:33:46.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:33:46.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "multicloud-k8s-id", "timestamp": 1659605444323, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-04T09:33:46.791Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:33:46.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:33:46.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "policy-id", "timestamp": 1659605445608, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vfw082ffcc531aa0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-04T09:33:46.792Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:33:46.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:33:46.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "clamp", "timestamp": 1659605435573, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-04T09:33:46.792Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:33:46.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:33:46.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "ves-openapi-manager", "timestamp": 1659605438236, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-04T09:33:46.793Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:33:46.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:33:46.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659605443311, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-04T09:33:46.794Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:33:46.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:33:46.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "aai-ml", "timestamp": 1659605445910, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vfw082ffcc531aa0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-04T09:33:46.795Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:33:46.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:33:46.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "multicloud-k8s-id", "timestamp": 1659605444323, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:33:46.797Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:33:46.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:33:46.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "cds", "timestamp": 1659605447670, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:33:46.797Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:33:46.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:33:46.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "policy-id", "timestamp": 1659605445608, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-04T09:33:46.798Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:33:46.798Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:33:46.798Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "clamp", "timestamp": 1659605435573, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:33:46.798Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:33:46.798Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:33:46.798Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "ves-openapi-manager", "timestamp": 1659605438236, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:33:46.798Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:33:46.798Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:33:46.798Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659605443311, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:33:46.799Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:33:46.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:33:46.799Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "aai-ml", "timestamp": 1659605445910, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T09:33:46.799Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:33:46.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:33:46.799Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "multicloud-k8s-id", "timestamp": 1659605444323, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-08-04T09:33:46.799Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:33:46.800Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:33:46.800Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "cds", "timestamp": 1659605447670, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vfw082ffcc531aa0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-04T09:33:46.800Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:33:46.800Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:33:46.800Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "policy-id", "timestamp": 1659605445608, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:33:46.800Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:33:46.800Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:33:46.800Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "clamp", "timestamp": 1659605435573, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:33:46.801Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:33:46.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:33:46.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "ves-openapi-manager", "timestamp": 1659605438236, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-04T09:33:46.801Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:33:46.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:33:46.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659605443311, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:33:46.801Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:33:46.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:33:46.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "aai-ml", "timestamp": 1659605445910, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:33:46.802Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:33:46.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:33:46.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "multicloud-k8s-id", "timestamp": 1659605444323, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:33:46.802Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:33:46.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:33:46.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "cds", "timestamp": 1659605447670, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T09:33:46.802Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:33:46.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:33:46.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "policy-id", "timestamp": 1659605445608, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-04T09:33:46.803Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:33:46.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:33:46.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659605451167, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T09:33:46.803Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:33:46.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:33:46.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "aai-ml", "timestamp": 1659605445910, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-04T09:33:46.804Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:33:46.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:33:46.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "multicloud-k8s-id", "timestamp": 1659605444323, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:33:46.804Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:33:46.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:33:46.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "cds", "timestamp": 1659605447670, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:33:46.804Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:33:46.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:33:46.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "policy-id", "timestamp": 1659605445608, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:33:46.805Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:33:46.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:33:46.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "aai-ml", "timestamp": 1659605445910, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:33:46.805Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:33:46.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:33:46.806Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "multicloud-k8s-id", "timestamp": 1659605452090, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vfw082ffcc531aa0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-04T09:33:46.806Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:33:46.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:33:46.806Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "cds", "timestamp": 1659605447670, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-04T09:33:46.806Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:33:46.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:33:46.806Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "policy-id", "timestamp": 1659605445608, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:33:46.807Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:33:46.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:33:46.807Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "aai-ml", "timestamp": 1659605445910, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:33:46.807Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:33:46.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:33:46.807Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "cds", "timestamp": 1659605447670, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:33:46.807Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:33:46.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:33:46.808Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "multicloud-k8s-id", "timestamp": 1659605453163, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-08-04T09:33:46.808Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:33:46.808Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:33:46.808Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "policy-id", "timestamp": 1659605453365, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T09:33:46.808Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:33:46.808Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:33:46.809Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "aai-ml", "timestamp": 1659605453658, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T09:33:46.809Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:33:46.809Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:33:46.809Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "cds", "timestamp": 1659605447670, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:33:46.809Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-04T09:33:46.809Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:33:46.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "multicloud-k8s-id", "timestamp": 1659605454219, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-08-04T09:33:46.810Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:33:46.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:33:46.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659605454741, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T09:33:46.810Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:33:46.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:33:46.811Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "policy-id", "timestamp": 1659605454369, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T09:33:46.811Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:33:46.811Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:33:46.811Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "cds", "timestamp": 1659605455443, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T09:33:46.811Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:33:46.811Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:33:46.811Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "multicloud-k8s-id", "timestamp": 1659605455243, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T09:33:46.820Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 237a8561-7abb-4d3d-8a3a-c6d0848b1080 2022-08-04T09:33:46.820Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 237a8561-7abb-4d3d-8a3a-c6d0848b1080 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T09:33:46.831Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:33:46.831Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659605455745, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T09:33:46.836Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 237a8561-7abb-4d3d-8a3a-c6d0848b1080 2022-08-04T09:33:46.836Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 237a8561-7abb-4d3d-8a3a-c6d0848b1080 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T09:33:46.844Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:33:46.844Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "policy-id", "timestamp": 1659605455372, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T09:33:46.849Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 237a8561-7abb-4d3d-8a3a-c6d0848b1080 2022-08-04T09:33:46.850Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 237a8561-7abb-4d3d-8a3a-c6d0848b1080 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-08-04T09:33:46.857Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:33:46.857Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "cds", "timestamp": 1659605456450, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T09:33:46.864Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 237a8561-7abb-4d3d-8a3a-c6d0848b1080 2022-08-04T09:33:46.864Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 237a8561-7abb-4d3d-8a3a-c6d0848b1080 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T09:33:46.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:33:46.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "multicloud-k8s-id", "timestamp": 1659605456247, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vfw082ffcc531aa0_modules.json", "status": "DEPLOY_OK" } 2022-08-04T09:33:46.875Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:33:46.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:33:46.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "clamp", "timestamp": 1659605462317, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T09:33:46.876Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:33:46.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:33:46.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "clamp", "timestamp": 1659605464326, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T09:33:46.876Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:33:46.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:33:46.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "aai-ml", "timestamp": 1659605463734, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T09:33:46.877Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:33:46.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:33:46.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "clamp", "timestamp": 1659605465329, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T09:33:46.882Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 237a8561-7abb-4d3d-8a3a-c6d0848b1080 2022-08-04T09:33:46.882Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 237a8561-7abb-4d3d-8a3a-c6d0848b1080 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T09:33:46.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:33:46.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "aai-ml", "timestamp": 1659605464738, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T09:33:46.902Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 237a8561-7abb-4d3d-8a3a-c6d0848b1080 2022-08-04T09:33:46.903Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 237a8561-7abb-4d3d-8a3a-c6d0848b1080 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T09:33:47.444Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 237a8561-7abb-4d3d-8a3a-c6d0848b1080 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T09:33:47.455Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 237a8561-7abb-4d3d-8a3a-c6d0848b1080 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T09:33:47.460Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-04T09:33:47.460Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-04T09:33:47.461Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-04T09:33:47.461Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-04T09:33:47.461Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T09:33:47.461Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T09:33:47.461Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T09:33:47.461Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T09:33:47.462Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T09:33:47.462Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T09:33:47.462Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T09:33:47.467Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-04T09:34:17.468Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 237a8561-7abb-4d3d-8a3a-c6d0848b1080 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-08-04T09:34:17.473Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 237a8561-7abb-4d3d-8a3a-c6d0848b1080 and serviceModelVersionId: dba40b91-f69f-49a8-99d1-ef5acd0e0bb3 2022-08-04T09:34:17.474Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dd1a97ee-69a6-4aa5-9648-2698b1785232 2022-08-04T09:34:17.475Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dd1a97ee-69a6-4aa5-9648-2698b1785232/model-vers/model-ver/dba40b91-f69f-49a8-99d1-ef5acd0e0bb3?depth=0 2022-08-04T09:34:17.481Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-08-04T09:34:17.531Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd1a97ee-69a6-4aa5-9648-2698b1785232/model-vers/model-ver/dba40b91-f69f-49a8-99d1-ef5acd0e0bb3?depth=0|INFO|500||Invoke 2022-08-04T09:34:17.531Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd1a97ee-69a6-4aa5-9648-2698b1785232/model-vers/model-ver/dba40b91-f69f-49a8-99d1-ef5acd0e0bb3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd1a97ee-69a6-4aa5-9648-2698b1785232/model-vers/model-ver/dba40b91-f69f-49a8-99d1-ef5acd0e0bb3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[237a8561-7abb-4d3d-8a3a-c6d0848b1080], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a2afa82f-5cf5-44b1-b1b7-505a717394ff], X-ECOMP-RequestID=[237a8561-7abb-4d3d-8a3a-c6d0848b1080], X-TransactionId=[], X-ONAP-RequestID=[237a8561-7abb-4d3d-8a3a-c6d0848b1080], Content-Type=[application/merge-patch+json]} 2022-08-04T09:34:17.557Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd1a97ee-69a6-4aa5-9648-2698b1785232/model-vers/model-ver/dba40b91-f69f-49a8-99d1-ef5acd0e0bb3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-08-04T09:34:17.653Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd1a97ee-69a6-4aa5-9648-2698b1785232/model-vers/model-ver/dba40b91-f69f-49a8-99d1-ef5acd0e0bb3?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd1a97ee-69a6-4aa5-9648-2698b1785232/model-vers/model-ver/dba40b91-f69f-49a8-99d1-ef5acd0e0bb3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220804-09:34:17:353-59799], vertex-id=[389136], Content-Length=[0], Date=[Thu, 04 Aug 2022 09:34:17 GMT], Content-Type=[application/json]} 2022-08-04T09:34:17.653Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd1a97ee-69a6-4aa5-9648-2698b1785232/model-vers/model-ver/dba40b91-f69f-49a8-99d1-ef5acd0e0bb3?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-08-04T09:34:17.654Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd1a97ee-69a6-4aa5-9648-2698b1785232/model-vers/model-ver/dba40b91-f69f-49a8-99d1-ef5acd0e0bb3?depth=0|INFO|500||InvokeReturn 2022-08-04T09:34:17.654Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-08-04T09:34:17.655Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-08-04T09:34:17.659Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-08-04T09:34:17.660Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 237a8561-7abb-4d3d-8a3a-c6d0848b1080 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-08-04T09:34:17.660Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-08-04T09:34:17.660Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:34:17.662Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:34:17.662Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605657660, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-04T09:34:17.762Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-04T09:34:17.764Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:34:17.764Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:34:17.797Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:34:17.798Z||pool-34-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-08-04T09:34:18.674Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:34:18.674Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:34:18.674Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:34:28.223Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:34:28.224Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:34:28.224Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:34:28.225Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:34:37.761Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:34:37.762Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:34:37.763Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:34:37.763Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:34:46.741Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:34:46.742Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:34:46.742Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:34:46.786Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:34:46.788Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:34:46.788Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605573897, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-04T09:34:46.789Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:34:46.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:34:46.789Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605574918, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:34:46.790Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:34:46.790Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:34:46.790Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605574918, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vfw082ffcc531aa0_modules.json", "status": "NOTIFIED" } 2022-08-04T09:34:46.790Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:34:46.790Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:34:46.790Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605574918, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-04T09:34:46.790Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:34:46.791Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:34:46.791Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605574918, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:34:46.791Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:34:46.791Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:34:46.791Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605574918, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-08-04T09:34:46.791Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:34:46.792Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:34:46.792Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605574918, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:34:46.792Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:34:46.792Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:34:46.792Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605574918, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:34:46.792Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:34:46.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:34:46.793Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605586519, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T09:34:46.793Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:34:46.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:34:46.793Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605590030, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vfw082ffcc531aa0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-04T09:34:46.793Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:34:46.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:34:46.794Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605591095, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-08-04T09:34:46.794Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:34:46.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:34:46.794Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605592147, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-08-04T09:34:46.795Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:34:46.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:34:46.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605593402, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vfw082ffcc531aa0_modules.json", "status": "DEPLOY_OK" } 2022-08-04T09:34:46.795Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:34:46.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:34:46.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605594406, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-08-04T09:34:46.796Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:34:46.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:34:46.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605595412, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-08-04T09:34:46.796Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:34:46.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:34:46.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605596419, "artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T09:34:46.797Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:34:47.320Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:34:47.321Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:34:47.321Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:34:47.321Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:34:56.868Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:34:56.869Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:34:56.870Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:34:56.870Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:35:06.423Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:35:46.739Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:35:46.740Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:35:46.740Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:35:46.741Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:35:46.741Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:35:46.741Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:35:47.268Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:35:47.269Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:35:47.269Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659605657660, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-04T09:35:47.270Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:35:56.300Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:36:46.739Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:36:46.739Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:36:46.740Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:36:46.741Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:36:46.741Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:36:46.741Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:36:56.304Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:36:56.305Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:37:46.739Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:37:46.740Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:37:46.740Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:37:46.741Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:37:46.744Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:37:46.744Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:37:56.308Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:37:56.308Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:38:46.739Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:38:46.740Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:38:46.740Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:38:46.741Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:38:46.741Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:38:46.742Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:38:56.306Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:38:56.309Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:39:46.739Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:39:46.740Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:39:46.740Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:39:46.741Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:39:46.742Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:39:46.742Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:39:56.304Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:39:56.306Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:40:46.740Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:40:46.741Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:40:46.742Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:40:46.742Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:40:46.742Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:40:46.742Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:40:56.310Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:40:56.310Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:41:46.739Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:41:46.740Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:41:46.741Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:41:46.741Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:41:46.742Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:41:46.742Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:41:47.232Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:41:47.233Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:41:47.233Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a", "consumerID": "multicloud-k8s-id", "timestamp": 1659606084323, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:41:47.234Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:41:47.235Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:41:47.235Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a", "consumerID": "ves-openapi-manager", "timestamp": 1659606078234, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:41:47.235Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:41:47.235Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:41:47.235Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a", "consumerID": "policy-id", "timestamp": 1659606085608, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:41:47.236Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:41:47.236Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:41:47.236Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a", "consumerID": "multicloud-k8s-id", "timestamp": 1659606084323, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:41:47.236Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:41:47.236Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:41:47.236Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a", "consumerID": "ves-openapi-manager", "timestamp": 1659606078234, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-04T09:41:47.237Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:41:47.237Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:41:47.237Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a", "consumerID": "policy-id", "timestamp": 1659606085608, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:41:47.237Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:41:47.237Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:41:47.237Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a", "consumerID": "policy-id", "timestamp": 1659606091146, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T09:41:47.238Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:41:47.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:41:47.238Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a", "consumerID": "policy-id", "timestamp": 1659606092152, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T09:41:47.238Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:41:47.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:41:47.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a", "consumerID": "policy-id", "timestamp": 1659606093156, "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-08-04T09:41:47.266Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a2dbeebf-3055-4b17-8369-71391eed665a 2022-08-04T09:41:47.267Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2dbeebf-3055-4b17-8369-71391eed665a and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T09:41:47.277Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:41:47.278Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a", "consumerID": "cds", "timestamp": 1659606092671, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:41:47.278Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:41:47.278Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:41:47.278Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a", "consumerID": "cds", "timestamp": 1659606092671, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:41:47.278Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:41:47.279Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:41:47.279Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a", "consumerID": "cds", "timestamp": 1659606095394, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T09:41:47.279Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:41:47.279Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:41:47.279Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a", "consumerID": "clamp", "timestamp": 1659606095573, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:41:47.279Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:41:47.280Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:41:47.280Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a", "consumerID": "cds", "timestamp": 1659606096401, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T09:41:47.285Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a2dbeebf-3055-4b17-8369-71391eed665a 2022-08-04T09:41:47.286Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2dbeebf-3055-4b17-8369-71391eed665a and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T09:41:47.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:41:47.299Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a", "consumerID": "clamp", "timestamp": 1659606095573, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:41:47.299Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:41:47.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:41:47.299Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a", "consumerID": "clamp", "timestamp": 1659606103415, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T09:41:47.300Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:41:47.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:41:47.300Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659606103312, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:41:47.301Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:41:47.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:41:47.301Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a", "consumerID": "clamp", "timestamp": 1659606104444, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T09:41:47.301Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:41:47.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:41:47.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659606103312, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:41:47.302Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:41:47.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:41:47.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a", "consumerID": "clamp", "timestamp": 1659606105449, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T09:41:47.307Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a2dbeebf-3055-4b17-8369-71391eed665a 2022-08-04T09:41:47.307Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2dbeebf-3055-4b17-8369-71391eed665a and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T09:41:47.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:41:47.315Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659606106157, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T09:41:47.316Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:41:47.402Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:41:47.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-04T09:41:47.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"a2dbeebf-3055-4b17-8369-71391eed665a","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"c07ad3e4-d405-494b-b9de-50033624d932","serviceDescription":"service","serviceInvariantUUID":"0eff8321-e1ba-4a94-ba90-9982419e43d4","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"7154c28e-6d36-45ce-b9bb-b216b48d75fe","resourceInvariantUUID":"7d567ad0-ff28-456c-bc68-f4e4161fe393","resourceCustomizationUUID":"8bd56a97-6437-446c-a429-87d8422f06a2","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":"MWRhZjFiODY5M2NlOWY2NDNhZGFjODczMmU5M2IzYTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8eea862-f6e1-4c6c-90c1-937474f7ca49","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Yjg0OWIzMTJkOWNkZGU3NjFmM2NmNzYxY2U4ZGRkNDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2b04e75d-c5d6-44f4-b727-a0c4a10544c2","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-04T09:41:47.406Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T09:41:47.407Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:41:47.410Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:41:47.410Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606106739, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:41:47.513Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-08-04T09:41:47.514Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:41:47.514Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:41:47.529Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:41:47.529Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:41:48.411Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T09:41:48.412Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:41:48.417Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:41:48.417Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606106739, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:41:48.515Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-08-04T09:41:48.516Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:41:48.516Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:41:48.527Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:41:48.528Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:41:49.418Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "c07ad3e4-d405-494b-b9de-50033624d932", "serviceDescription": "service", "serviceInvariantUUID": "0eff8321-e1ba-4a94-ba90-9982419e43d4", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "8bd56a97-6437-446c-a429-87d8422f06a2", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "7154c28e-6d36-45ce-b9bb-b216b48d75fe", "resourceInvariantUUID": "7d567ad0-ff28-456c-bc68-f4e4161fe393", "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": "Yjg0OWIzMTJkOWNkZGU3NjFmM2NmNzYxY2U4ZGRkNDM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2b04e75d-c5d6-44f4-b727-a0c4a10544c2" } ], "workloadContext": "Production" } 2022-08-04T09:41:49.419Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-04T09:41:49.419Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c07ad3e4-d405-494b-b9de-50033624d932 ASDC 2022-08-04T09:41:49.420Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:a2dbeebf-3055-4b17-8369-71391eed665a ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:c07ad3e4-d405-494b-b9de-50033624d932 ServiceInvariantUUID:0eff8321-e1ba-4a94-ba90-9982419e43d4 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:2b04e75d-c5d6-44f4-b727-a0c4a10544c2 ArtifactChecksum:Yjg0OWIzMTJkOWNkZGU3NjFmM2NmNzYxY2U4ZGRkNDM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:8bd56a97-6437-446c-a429-87d8422f06a2 ResourceInvariantUUID:7d567ad0-ff28-456c-bc68-f4e4161fe393 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:7154c28e-6d36-45ce-b9bb-b216b48d75fe ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-08-04T09:41:49.421Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c07ad3e4-d405-494b-b9de-50033624d932 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-08-04T09:41:49.458Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-04T09:41:49.460Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-08-04T09:41:49.460Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-08-04T09:41:49.460Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2b04e75d-c5d6-44f4-b727-a0c4a10544c2 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-08-04T09:41:49.460Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-08-04T09:41:49.460Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-08-04T09:41:49.564Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-08-04T09:41:49.568Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2b04e75d-c5d6-44f4-b727-a0c4a10544c2 52510 2022-08-04T09:41:49.568Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-08-04T09:41:49.568Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-08-04T09:41:49.569Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-04T09:41:49.569Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:41:49.573Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:41:49.573Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606109568, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T09:41:49.675Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-08-04T09:41:49.676Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:41:49.676Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:41:49.689Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:41:49.690Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:41:50.574Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-04T09:41:50.574Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-08-04T09:41:50.575Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 2b04e75d-c5d6-44f4-b727-a0c4a10544c2, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-08-04T09:41:50.575Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-08-04T09:41:50.576Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-08-04T09:41:50.576Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-08-04T09:41:50.716Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2786689861318783711/Definitions/service-BasicNetwork-template.yml 2022-08-04T09:41:51.298Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-08-04T09:41:51.298Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-08-04T09:41:51.299Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-08-04T09:41:51.299Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-08-04T09:41:51.299Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-08-04T09:41:51.299Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-08-04T09:41:51.299Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-08-04T09:41:51.299Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-08-04T09:41:51.299Z|a2dbeebf-3055-4b17-8369-71391eed665a|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-BasicNetwork-csar.csar 2022-08-04T09:41:51.299Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-08-04T09:41:51.299Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-08-04T09:41:51.300Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-08-04T09:41:51.300Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-08-04T09:41:51.300Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:41:51.300Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:41:51.300Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-08-04T09:41:51.301Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-08-04T09:41:51.301Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-04T09:41:51.301Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:41:51.301Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:41:51.301Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-08-04T09:41:51.301Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-08-04T09:41:51.301Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-04T09:41:51.302Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:41:51.302Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:41:51.302Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:41:51.302Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:41:51.302Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:41:51.303Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:41:51.303Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:41:51.303Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:41:51.303Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:41:51.303Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:41:51.303Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:c07ad3e4-d405-494b-b9de-50033624d932 Model Version:NULL Model InvariantUuid:0eff8321-e1ba-4a94-ba90-9982419e43d4 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:7d567ad0-ff28-456c-bc68-f4e4161fe393 Model UUID:5af3a88b-dbae-4b5d-b1ee-3614747b6c9b Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:8bd56a97-6437-446c-a429-87d8422f06a2 Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-08-04T09:41:51.309Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: 7154c28e-6d36-45ce-b9bb-b216b48d75fe 2022-08-04T09:41:51.309Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||No resources found for Service: c07ad3e4-d405-494b-b9de-50033624d932 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-08-04T09:41:51.314Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500|| 2022-08-04T09:41:51.315Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-08-04T09:41:51.315Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||No resources found for Service: c07ad3e4-d405-494b-b9de-50033624d932 2022-08-04T09:41:51.315Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: c07ad3e4-d405-494b-b9de-50033624d932 2022-08-04T09:41:51.316Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-08-04T09:41:51.316Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-08-04T09:41:51.320Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@23875edb, org.onap.sdc.toscaparser.api.parameters.Input@3bc3246e, org.onap.sdc.toscaparser.api.parameters.Input@2c783858, org.onap.sdc.toscaparser.api.parameters.Input@4db9a4eb, org.onap.sdc.toscaparser.api.parameters.Input@54d14a01] 2022-08-04T09:41:51.321Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:41:51.322Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:41:51.322Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:41:51.322Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:41:51.322Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid c07ad3e4-d405-494b-b9de-50033624d932: Generic NeutronNet 2022-08-04T09:41:51.322Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:41:51.323Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:41:51.323Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:41:51.323Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-08-04T09:41:51.365Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:41:51.365Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:41:51.365Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:41:51.366Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:41:51.366Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:41:51.366Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:41:51.366Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-08-04T09:41:51.440Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-08-04T09:41:51.440Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-08-04T09:41:51.441Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-08-04T09:41:51.441Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-04T09:41:51.441Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:41:51.444Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:41:51.445Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606111440, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T09:41:51.545Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-04T09:41:51.547Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:41:51.547Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:41:51.559Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:41:51.560Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:41:52.447Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2dbeebf-3055-4b17-8369-71391eed665a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T09:41:52.459Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2dbeebf-3055-4b17-8369-71391eed665a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T09:41:52.462Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-04T09:41:52.462Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-04T09:41:52.462Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-04T09:42:22.463Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2dbeebf-3055-4b17-8369-71391eed665a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T09:42:22.475Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2dbeebf-3055-4b17-8369-71391eed665a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T09:42:22.483Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-04T09:42:22.483Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-04T09:42:22.483Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-04T09:42:46.741Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:42:46.742Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:42:46.743Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:42:46.814Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:42:46.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:42:46.815Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a", "consumerID": "aai-ml", "timestamp": 1659606105910, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:42:46.816Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:42:52.484Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2dbeebf-3055-4b17-8369-71391eed665a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T09:42:52.499Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2dbeebf-3055-4b17-8369-71391eed665a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T09:42:52.502Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-04T09:42:52.503Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-04T09:42:52.503Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-04T09:43:22.503Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2dbeebf-3055-4b17-8369-71391eed665a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T09:43:22.517Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2dbeebf-3055-4b17-8369-71391eed665a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T09:43:22.521Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-04T09:43:22.521Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-04T09:43:22.521Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-04T09:43:46.741Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:43:46.743Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:43:46.743Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:43:46.778Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:43:46.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:43:46.780Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606106739, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:43:46.782Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:43:52.524Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2dbeebf-3055-4b17-8369-71391eed665a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T09:43:52.538Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2dbeebf-3055-4b17-8369-71391eed665a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T09:43:52.541Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-04T09:43:52.541Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-04T09:43:52.541Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-04T09:44:22.541Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2dbeebf-3055-4b17-8369-71391eed665a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T09:44:22.559Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2dbeebf-3055-4b17-8369-71391eed665a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T09:44:22.563Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-04T09:44:22.563Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-04T09:44:22.563Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-04T09:44:46.741Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:44:46.744Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:44:46.744Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:44:46.794Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:44:46.805Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.806Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659606107992, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T09:44:46.806Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:44:46.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.807Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a", "consumerID": "aai-ml", "timestamp": 1659606105910, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:44:46.807Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.807Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606106739, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:44:46.807Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.808Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659606108998, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T09:44:46.814Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a2dbeebf-3055-4b17-8369-71391eed665a 2022-08-04T09:44:46.814Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2dbeebf-3055-4b17-8369-71391eed665a and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T09:44:46.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.825Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a", "consumerID": "aai-ml", "timestamp": 1659606108649, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T09:44:46.826Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:44:46.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606109568, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T09:44:46.826Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:44:46.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606111440, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T09:44:46.826Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:44:46.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a", "consumerID": "aai-ml", "timestamp": 1659606112619, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T09:44:46.827Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:44:46.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.827Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a", "consumerID": "aai-ml", "timestamp": 1659606113623, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T09:44:46.834Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a2dbeebf-3055-4b17-8369-71391eed665a 2022-08-04T09:44:46.834Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2dbeebf-3055-4b17-8369-71391eed665a and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T09:44:46.843Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.844Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "multicloud-k8s-id", "timestamp": 1659606124323, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:46.844Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.844Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "clamp", "timestamp": 1659606125575, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:46.845Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.845Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.845Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659606133311, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:46.845Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.846Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.846Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "policy-id", "timestamp": 1659606125608, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:46.846Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.846Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.846Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "multicloud-k8s-id", "timestamp": 1659606124323, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-08-04T09:44:46.847Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.847Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.847Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "clamp", "timestamp": 1659606125575, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-08-04T09:44:46.847Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.847Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.847Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659606133311, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:46.848Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.848Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.848Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "policy-id", "timestamp": 1659606125608, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:46.848Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.848Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.849Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "multicloud-k8s-id", "timestamp": 1659606124323, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-08-04T09:44:46.849Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.849Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.849Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659606133311, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:46.849Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.849Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.850Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "clamp", "timestamp": 1659606125575, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:46.850Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.850Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.850Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "policy-id", "timestamp": 1659606125608, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-08-04T09:44:46.851Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.851Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.851Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "aai-ml", "timestamp": 1659606135911, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:46.851Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.851Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.851Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "multicloud-k8s-id", "timestamp": 1659606124323, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:46.852Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.853Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659606133311, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:46.853Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "clamp", "timestamp": 1659606125575, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:46.854Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "policy-id", "timestamp": 1659606125608, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:46.855Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.855Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "aai-ml", "timestamp": 1659606135911, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:46.855Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.855Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "cds", "timestamp": 1659606137670, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:46.856Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "multicloud-k8s-id", "timestamp": 1659606124323, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-08-04T09:44:46.856Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.857Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659606133311, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:46.857Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.857Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "clamp", "timestamp": 1659606125575, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:46.857Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "policy-id", "timestamp": 1659606125608, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:46.859Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "aai-ml", "timestamp": 1659606135911, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:46.860Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "cds", "timestamp": 1659606137670, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:46.860Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "multicloud-k8s-id", "timestamp": 1659606124323, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:46.861Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659606133311, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:46.861Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.862Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "clamp", "timestamp": 1659606125575, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:46.862Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.862Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "policy-id", "timestamp": 1659606125608, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:46.863Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "ves-openapi-manager", "timestamp": 1659606138234, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:46.863Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "aai-ml", "timestamp": 1659606135911, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:46.864Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.864Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "cds", "timestamp": 1659606137670, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:46.868Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.869Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.869Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659606133311, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:44:46.870Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "clamp", "timestamp": 1659606125575, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:44:46.871Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "multicloud-k8s-id", "timestamp": 1659606124323, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:44:46.872Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "policy-id", "timestamp": 1659606125608, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:44:46.873Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "ves-openapi-manager", "timestamp": 1659606138234, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:46.874Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.875Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "aai-ml", "timestamp": 1659606135911, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:46.875Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.875Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "cds", "timestamp": 1659606137670, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:46.875Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.876Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "multicloud-k8s-id", "timestamp": 1659606141381, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-04T09:44:46.876Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:44:46.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.876Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659606141870, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T09:44:46.877Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:44:46.877Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.877Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "policy-id", "timestamp": 1659606141494, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T09:44:46.877Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:44:46.877Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.878Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "ves-openapi-manager", "timestamp": 1659606138234, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:46.878Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.878Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.878Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "aai-ml", "timestamp": 1659606135911, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:46.879Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.879Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.879Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "cds", "timestamp": 1659606137670, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:46.879Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.879Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.880Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "policy-id", "timestamp": 1659606142498, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T09:44:46.880Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:44:46.880Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.880Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "multicloud-k8s-id", "timestamp": 1659606142482, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-08-04T09:44:46.881Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:44:46.881Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.881Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "ves-openapi-manager", "timestamp": 1659606138234, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:46.882Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.883Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "aai-ml", "timestamp": 1659606135911, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:44:46.883Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.883Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.884Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "cds", "timestamp": 1659606137670, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:46.884Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.884Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.885Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "policy-id", "timestamp": 1659606143501, "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-08-04T09:44:46.901Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e53dd633-71fa-46d6-9964-6f21c0f0cd01 2022-08-04T09:44:46.902Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e53dd633-71fa-46d6-9964-6f21c0f0cd01 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T09:44:46.913Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.914Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "multicloud-k8s-id", "timestamp": 1659606143533, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-08-04T09:44:46.914Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:44:46.914Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.914Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "ves-openapi-manager", "timestamp": 1659606138234, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:46.915Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.915Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.915Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659606144247, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T09:44:46.915Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:44:46.915Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.915Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "aai-ml", "timestamp": 1659606143639, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T09:44:46.916Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:44:46.916Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.916Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "cds", "timestamp": 1659606137670, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:44:46.916Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.916Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.916Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "ves-openapi-manager", "timestamp": 1659606138234, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:46.917Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.917Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.917Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "multicloud-k8s-id", "timestamp": 1659606144556, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T09:44:46.924Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e53dd633-71fa-46d6-9964-6f21c0f0cd01 2022-08-04T09:44:46.924Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e53dd633-71fa-46d6-9964-6f21c0f0cd01 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-08-04T09:44:46.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659606145254, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T09:44:46.936Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e53dd633-71fa-46d6-9964-6f21c0f0cd01 2022-08-04T09:44:46.937Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e53dd633-71fa-46d6-9964-6f21c0f0cd01 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T09:44:46.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "cds", "timestamp": 1659606145489, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T09:44:46.946Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:44:46.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "ves-openapi-manager", "timestamp": 1659606138234, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:46.946Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "multicloud-k8s-id", "timestamp": 1659606145560, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-08-04T09:44:46.947Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:44:46.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "policy-id", "timestamp": 1659606145608, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:46.948Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "cds", "timestamp": 1659606146496, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T09:44:46.953Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e53dd633-71fa-46d6-9964-6f21c0f0cd01 2022-08-04T09:44:46.953Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e53dd633-71fa-46d6-9964-6f21c0f0cd01 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T09:44:46.962Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.962Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "multicloud-k8s-id", "timestamp": 1659606146565, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:46.963Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.963Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "policy-id", "timestamp": 1659606145608, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:46.963Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "multicloud-k8s-id", "timestamp": 1659606146565, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:46.964Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "policy-id", "timestamp": 1659606145608, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:46.964Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.965Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "clamp", "timestamp": 1659606149422, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T09:44:46.965Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:44:46.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.965Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "policy-id", "timestamp": 1659606145608, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:46.965Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.966Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "multicloud-k8s-id", "timestamp": 1659606146565, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:46.966Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.966Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "policy-id", "timestamp": 1659606145608, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:46.966Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "multicloud-k8s-id", "timestamp": 1659606146565, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:46.967Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "clamp", "timestamp": 1659606151432, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T09:44:46.968Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:44:46.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.968Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "aai-ml", "timestamp": 1659606150801, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T09:44:46.968Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:44:46.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "multicloud-k8s-id", "timestamp": 1659606146565, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:46.969Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "policy-id", "timestamp": 1659606145608, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:46.970Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.970Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.970Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "clamp", "timestamp": 1659606152434, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T09:44:46.976Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e53dd633-71fa-46d6-9964-6f21c0f0cd01 2022-08-04T09:44:46.976Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e53dd633-71fa-46d6-9964-6f21c0f0cd01 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T09:44:46.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "aai-ml", "timestamp": 1659606151805, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T09:44:46.990Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e53dd633-71fa-46d6-9964-6f21c0f0cd01 2022-08-04T09:44:46.990Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e53dd633-71fa-46d6-9964-6f21c0f0cd01 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T09:44:46.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "policy-id", "timestamp": 1659606145608, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:46.999Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.999Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:46.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "multicloud-k8s-id", "timestamp": 1659606146565, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:46.999Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:46.999Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:47.000Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "cds", "timestamp": 1659606152670, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:47.000Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:47.000Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:47.000Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "policy-id", "timestamp": 1659606145608, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:44:47.000Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:47.000Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:47.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "multicloud-k8s-id", "timestamp": 1659606146565, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:47.001Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:47.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:47.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "cds", "timestamp": 1659606152670, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:47.001Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:47.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:47.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "multicloud-k8s-id", "timestamp": 1659606146565, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:44:47.002Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:47.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:47.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "policy-id", "timestamp": 1659606154371, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T09:44:47.002Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:44:47.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:47.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "cds", "timestamp": 1659606152670, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:47.003Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:47.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:47.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "policy-id", "timestamp": 1659606155374, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T09:44:47.003Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:44:47.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:47.004Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "clamp", "timestamp": 1659606155573, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:47.004Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:47.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:47.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "cds", "timestamp": 1659606152670, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:47.005Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:47.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:47.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "policy-id", "timestamp": 1659606156377, "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-08-04T09:44:47.018Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1ee4ae66-4082-45e5-af36-e29b831cfc43 2022-08-04T09:44:47.018Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ee4ae66-4082-45e5-af36-e29b831cfc43 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T09:44:47.025Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:47.025Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "clamp", "timestamp": 1659606155573, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:47.026Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:47.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:47.026Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "cds", "timestamp": 1659606152670, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:47.026Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:47.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:47.026Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "clamp", "timestamp": 1659606155573, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:47.027Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:47.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:47.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "cds", "timestamp": 1659606152670, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:47.027Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:47.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:47.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "clamp", "timestamp": 1659606155573, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:47.028Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:47.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:47.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "cds", "timestamp": 1659606152670, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:47.028Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:47.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:47.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "ves-openapi-manager", "timestamp": 1659606158234, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:47.029Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:47.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:47.029Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "clamp", "timestamp": 1659606155573, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:47.029Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:47.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:47.029Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "cds", "timestamp": 1659606152670, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:44:47.030Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:47.030Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:47.030Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "ves-openapi-manager", "timestamp": 1659606158234, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:47.030Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:47.030Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:47.030Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "clamp", "timestamp": 1659606155573, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:47.030Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:47.031Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:47.031Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "ves-openapi-manager", "timestamp": 1659606158234, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:47.031Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:47.031Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:47.031Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "cds", "timestamp": 1659606161385, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T09:44:47.031Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:44:47.031Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:47.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "clamp", "timestamp": 1659606155573, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:47.032Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:47.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:47.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "ves-openapi-manager", "timestamp": 1659606158234, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:47.032Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:47.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:47.033Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "cds", "timestamp": 1659606162433, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T09:44:47.037Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1ee4ae66-4082-45e5-af36-e29b831cfc43 2022-08-04T09:44:47.037Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ee4ae66-4082-45e5-af36-e29b831cfc43 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T09:44:47.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:47.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "clamp", "timestamp": 1659606155573, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:44:47.046Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:47.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:47.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "ves-openapi-manager", "timestamp": 1659606158234, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:47.046Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:47.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:47.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659606163311, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:47.047Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:47.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:47.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "ves-openapi-manager", "timestamp": 1659606158234, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-08-04T09:44:47.047Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:47.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:47.048Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659606163311, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:47.048Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:47.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:47.048Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "multicloud-k8s-id", "timestamp": 1659606164323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:47.049Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:47.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:47.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "ves-openapi-manager", "timestamp": 1659606158234, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:47.049Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:47.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:47.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659606163311, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:47.050Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:47.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:47.050Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "multicloud-k8s-id", "timestamp": 1659606164323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-08-04T09:44:47.050Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:47.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:47.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "ves-openapi-manager", "timestamp": 1659606158234, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:47.051Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:47.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:44:47.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "policy-id", "timestamp": 1659606165608, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:44:47.051Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:44:52.563Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2dbeebf-3055-4b17-8369-71391eed665a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T09:44:52.577Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2dbeebf-3055-4b17-8369-71391eed665a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T09:44:52.580Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-04T09:44:52.580Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-04T09:44:52.580Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-04T09:44:52.581Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-04T09:44:52.581Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T09:44:52.581Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T09:44:52.581Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T09:44:52.582Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T09:44:52.582Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T09:44:52.582Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T09:44:52.583Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T09:44:52.588Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-04T09:45:22.589Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a2dbeebf-3055-4b17-8369-71391eed665a and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-08-04T09:45:22.595Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a2dbeebf-3055-4b17-8369-71391eed665a and serviceModelVersionId: c07ad3e4-d405-494b-b9de-50033624d932 2022-08-04T09:45:22.595Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0eff8321-e1ba-4a94-ba90-9982419e43d4 2022-08-04T09:45:22.597Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0eff8321-e1ba-4a94-ba90-9982419e43d4/model-vers/model-ver/c07ad3e4-d405-494b-b9de-50033624d932?depth=0 2022-08-04T09:45:22.604Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-08-04T09:45:22.671Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0eff8321-e1ba-4a94-ba90-9982419e43d4/model-vers/model-ver/c07ad3e4-d405-494b-b9de-50033624d932?depth=0|INFO|500||Invoke 2022-08-04T09:45:22.672Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0eff8321-e1ba-4a94-ba90-9982419e43d4/model-vers/model-ver/c07ad3e4-d405-494b-b9de-50033624d932?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0eff8321-e1ba-4a94-ba90-9982419e43d4/model-vers/model-ver/c07ad3e4-d405-494b-b9de-50033624d932?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a2dbeebf-3055-4b17-8369-71391eed665a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[218f00c0-d276-4dff-843d-692970c4ee54], X-ECOMP-RequestID=[a2dbeebf-3055-4b17-8369-71391eed665a], X-TransactionId=[], X-ONAP-RequestID=[a2dbeebf-3055-4b17-8369-71391eed665a], Content-Type=[application/merge-patch+json]} 2022-08-04T09:45:22.699Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0eff8321-e1ba-4a94-ba90-9982419e43d4/model-vers/model-ver/c07ad3e4-d405-494b-b9de-50033624d932?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-08-04T09:45:22.798Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0eff8321-e1ba-4a94-ba90-9982419e43d4/model-vers/model-ver/c07ad3e4-d405-494b-b9de-50033624d932?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0eff8321-e1ba-4a94-ba90-9982419e43d4/model-vers/model-ver/c07ad3e4-d405-494b-b9de-50033624d932?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220804-09:45:22:509-54471], vertex-id=[360520], Content-Length=[0], Date=[Thu, 04 Aug 2022 09:45:22 GMT], Content-Type=[application/json]} 2022-08-04T09:45:22.798Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0eff8321-e1ba-4a94-ba90-9982419e43d4/model-vers/model-ver/c07ad3e4-d405-494b-b9de-50033624d932?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-08-04T09:45:22.799Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0eff8321-e1ba-4a94-ba90-9982419e43d4/model-vers/model-ver/c07ad3e4-d405-494b-b9de-50033624d932?depth=0|INFO|500||InvokeReturn 2022-08-04T09:45:22.801Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-08-04T09:45:22.801Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-08-04T09:45:22.808Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-08-04T09:45:22.808Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a2dbeebf-3055-4b17-8369-71391eed665a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-08-04T09:45:22.808Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-08-04T09:45:22.809Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:45:22.811Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:45:22.811Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606322808, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-04T09:45:22.911Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:45:22.912Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:45:22.913Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:45:22.931Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:45:22.932Z||pool-39-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-08-04T09:45:23.824Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:45:23.825Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:45:23.825Z|a2dbeebf-3055-4b17-8369-71391eed665a|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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:45:28.248Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:45:28.250Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-04T09:45:28.250Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"e53dd633-71fa-46d6-9964-6f21c0f0cd01","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"dac83011-388c-439b-b698-3ace06b7dc96","serviceDescription":"service","serviceInvariantUUID":"44ff776b-cfa4-4bea-89d9-ccbf86448425","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cff07781-6a30-46e1-a461-11d9e1f99649","resourceInvariantUUID":"c4ab2176-ec75-47c3-b008-bc0223bfa1c8","resourceCustomizationUUID":"69fb361c-10a1-4070-8ab1-4934ebd7c6c5","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":"OTNkZTllMmMzMzNlZTJiMmMxMDM1MjQ2ZDA4NzU3ZTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"267b084f-2e20-46fd-ba84-38d6c5e1e89f","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":"NGNkOWNkYmZjMmQyZDRkMzcxYThlMTBlNmRlZDYzZWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d2e190b4-c789-4368-a078-7d0c3cbb5924","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":"33baecce-62de-4826-9596-8cd0d73765b6","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":"4014899b-708d-4107-94df-5e88dc8f5e4e","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":"7593f76b-3729-418e-9d3a-6de1b0fda6d9","artifactVersion":"2","generatedFromUUID":"33baecce-62de-4826-9596-8cd0d73765b6"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZTZiMmQ4NDllYjExNGU1M2M3ZjFkZjJjYzBjNjMxODU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3a3bd668-6817-4791-b55c-05e786ded3c3","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"N2Q0MGRlYTM3ZThkODkxMmJmNzY5MGEzNjZlMjNiZWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"421c3b2d-0778-4a28-b65d-8df1dbf352d2","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-04T09:45:28.253Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T09:45:28.253Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:45:28.255Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:45:28.255Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:28.355Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:45:28.356Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:45:28.356Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:45:28.370Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:45:28.370Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:45:29.256Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T09:45:29.256Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:45:29.258Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:45:29.258Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-08-04T09:45:29.358Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:45:29.359Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:45:29.360Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:45:29.373Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:45:29.374Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-08-04T09:45:30.259Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T09:45:30.259Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:45:30.263Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:45:30.263Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-08-04T09:45:30.363Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-04T09:45:30.364Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:45:30.365Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:45:30.379Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:45:30.380Z||pool-42-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:45:31.264Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T09:45:31.265Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:45:31.269Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:45:31.269Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:31.368Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-08-04T09:45:31.369Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:45:31.369Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:45:31.382Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:45:31.382Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:45:32.270Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T09:45:32.271Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:45:32.273Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:45:32.273Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-08-04T09:45:32.374Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:45:32.375Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:45:32.375Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:45:32.406Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:45:32.407Z||pool-44-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:45:33.275Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T09:45:33.276Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:45:33.280Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:45:33.281Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:33.379Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-08-04T09:45:33.380Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:45:33.380Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:45:33.396Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:45:33.397Z||pool-45-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:45:34.281Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T09:45:34.282Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:45:34.285Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:45:34.285Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:45:34.385Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-04T09:45:34.386Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:45:34.387Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:45:34.402Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:45:34.403Z||pool-46-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:45:35.287Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "dac83011-388c-439b-b698-3ace06b7dc96", "serviceDescription": "service", "serviceInvariantUUID": "44ff776b-cfa4-4bea-89d9-ccbf86448425", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "69fb361c-10a1-4070-8ab1-4934ebd7c6c5", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "cff07781-6a30-46e1-a461-11d9e1f99649", "resourceInvariantUUID": "c4ab2176-ec75-47c3-b008-bc0223bfa1c8", "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": "NGNkOWNkYmZjMmQyZDRkMzcxYThlMTBlNmRlZDYzZWQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d2e190b4-c789-4368-a078-7d0c3cbb5924", "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": "33baecce-62de-4826-9596-8cd0d73765b6", "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": "7593f76b-3729-418e-9d3a-6de1b0fda6d9", "generatedFromUUID": "33baecce-62de-4826-9596-8cd0d73765b6" }, "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": "7593f76b-3729-418e-9d3a-6de1b0fda6d9", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "N2Q0MGRlYTM3ZThkODkxMmJmNzY5MGEzNjZlMjNiZWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "421c3b2d-0778-4a28-b65d-8df1dbf352d2" } ], "workloadContext": "Production" } 2022-08-04T09:45:35.288Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-04T09:45:35.288Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dac83011-388c-439b-b698-3ace06b7dc96 ASDC 2022-08-04T09:45:35.289Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:e53dd633-71fa-46d6-9964-6f21c0f0cd01 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:dac83011-388c-439b-b698-3ace06b7dc96 ServiceInvariantUUID:44ff776b-cfa4-4bea-89d9-ccbf86448425 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:421c3b2d-0778-4a28-b65d-8df1dbf352d2 ArtifactChecksum:N2Q0MGRlYTM3ZThkODkxMmJmNzY5MGEzNjZlMjNiZWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:69fb361c-10a1-4070-8ab1-4934ebd7c6c5 ResourceInvariantUUID:c4ab2176-ec75-47c3-b008-bc0223bfa1c8 ResourceName:basic_vm ResourceType:VF ResourceUUID:cff07781-6a30-46e1-a461-11d9e1f99649 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:d2e190b4-c789-4368-a078-7d0c3cbb5924 ArtifactChecksum:NGNkOWNkYmZjMmQyZDRkMzcxYThlMTBlNmRlZDYzZWQ= 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:33baecce-62de-4826-9596-8cd0d73765b6 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:7593f76b-3729-418e-9d3a-6de1b0fda6d9 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:7593f76b-3729-418e-9d3a-6de1b0fda6d9 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-08-04T09:45:35.289Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dac83011-388c-439b-b698-3ace06b7dc96 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-08-04T09:45:35.323Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-04T09:45:35.324Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-08-04T09:45:35.324Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-08-04T09:45:35.324Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 421c3b2d-0778-4a28-b65d-8df1dbf352d2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-08-04T09:45:35.325Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-08-04T09:45:35.325Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-08-04T09:45:35.455Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-08-04T09:45:35.461Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 421c3b2d-0778-4a28-b65d-8df1dbf352d2 71065 2022-08-04T09:45:35.462Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-08-04T09:45:35.462Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-08-04T09:45:35.462Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-04T09:45:35.463Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:45:35.465Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:45:35.465Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606335462, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T09:45:35.565Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:45:35.567Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:45:35.567Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:45:35.585Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:45:35.586Z||pool-47-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:45:36.466Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-04T09:45:36.467Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-08-04T09:45:36.467Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 421c3b2d-0778-4a28-b65d-8df1dbf352d2, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-08-04T09:45:36.467Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-08-04T09:45:36.468Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-08-04T09:45:36.468Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-08-04T09:45:36.651Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7402089809765724300/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-08-04T09:45:38.028Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-08-04T09:45:38.029Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-08-04T09:45:38.029Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-08-04T09:45:38.030Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-08-04T09:45:38.030Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-08-04T09:45:38.030Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-08-04T09:45:38.030Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|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-BasicVm-csar.csar 2022-08-04T09:45:38.030Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-08-04T09:45:38.031Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|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-BasicVm-csar.csar 2022-08-04T09:45:38.031Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-08-04T09:45:38.031Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|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-BasicVm-csar.csar 2022-08-04T09:45:38.031Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-08-04T09:45:38.031Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-08-04T09:45:38.032Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-08-04T09:45:38.032Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:45:38.032Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:45:38.032Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-08-04T09:45:38.033Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-08-04T09:45:38.033Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-04T09:45:38.033Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:45:38.034Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:45:38.034Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-08-04T09:45:38.034Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-08-04T09:45:38.034Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-04T09:45:38.034Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:45:38.035Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:45:38.035Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:45:38.035Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-08-04T09:45:38.035Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-08-04T09:45:38.036Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-08-04T09:45:38.036Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-08-04T09:45:38.036Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-08-04T09:45:38.036Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-08-04T09:45:38.036Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:45:38.037Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-04T09:45:38.037Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:45:38.037Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-08-04T09:45:38.037Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-04T09:45:38.038Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:45:38.038Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-08-04T09:45:38.038Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-04T09:45:38.038Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:45:38.038Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-08-04T09:45:38.039Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-04T09:45:38.039Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:45:38.039Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-08-04T09:45:38.039Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-08-04T09:45:38.040Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-08-04T09:45:38.040Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=db89494d-ebf4-447a-8a12-a6649fac3f96 2022-08-04T09:45:38.040Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:45:38.040Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:45:38.041Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:45:38.041Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:45:38.041Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:45:38.041Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:45:38.042Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:45:38.042Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:45:38.042Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:dac83011-388c-439b-b698-3ace06b7dc96 Model Version:NULL Model InvariantUuid:44ff776b-cfa4-4bea-89d9-ccbf86448425 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:8e2e219d-77af-469c-b490-ac5110347ac8 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:c4ab2176-ec75-47c3-b008-bc0223bfa1c8 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:69fb361c-10a1-4070-8ab1-4934ebd7c6c5 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:196c0e5c-1414-4694-898f-42fd9ad3acb5 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:5c191ce9-b0ec-4f32-b116-1548ee44d93d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:db89494d-ebf4-447a-8a12-a6649fac3f96 ModelInvariantUuid:900515ea-dd7f-4b9b-b92e-7a536b5e9777 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:870a3b24-1111-4eab-a0d1-da716f24fbae ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:d7e7fa58-1686-46d1-bcf9-072aadc8ac15 ModelInvariantUuid:a8b08d82-9011-42b4-b3cb-6cf51685a404 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:edc1a9c1-3ff9-49db-9af9-959335ddfccf ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-08-04T09:45:38.050Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: cff07781-6a30-46e1-a461-11d9e1f99649 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-08-04T09:45:38.054Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||basic_vm 0 2022-08-04T09:45:38.054Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cff07781-6a30-46e1-a461-11d9e1f99649 2022-08-04T09:45:38.054Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d2e190b4-c789-4368-a078-7d0c3cbb5924 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-08-04T09:45:38.055Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-08-04T09:45:38.055Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-08-04T09:45:38.103Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-08-04T09:45:38.104Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json d2e190b4-c789-4368-a078-7d0c3cbb5924 787 2022-08-04T09:45:38.104Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-08-04T09:45:38.105Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-08-04T09:45:38.105Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-04T09:45:38.105Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:45:38.108Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:45:38.108Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606338104, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-04T09:45:38.208Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:45:38.209Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:45:38.209Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:45:38.221Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:45:38.222Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:45:39.109Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "196c0e5c-1414-4694-898f-42fd9ad3acb5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5c191ce9-b0ec-4f32-b116-1548ee44d93d", "vfModuleModelCustomizationUUID": "fc7bccc9-5ed2-4bdd-a7d0-169b29bd4051", "isBase": true, "artifacts": [ "33baecce-62de-4826-9596-8cd0d73765b6", "7593f76b-3729-418e-9d3a-6de1b0fda6d9" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-08-04T09:45:39.116Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5c191ce9-b0ec-4f32-b116-1548ee44d93d VfModuleModelInvariantUUID:196c0e5c-1414-4694-898f-42fd9ad3acb5 VfModuleModelDescription:NULL Artifacts UUID List:{ 33baecce-62de-4826-9596-8cd0d73765b6 , 7593f76b-3729-418e-9d3a-6de1b0fda6d9 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-08-04T09:45:39.119Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "196c0e5c-1414-4694-898f-42fd9ad3acb5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5c191ce9-b0ec-4f32-b116-1548ee44d93d", "vfModuleModelCustomizationUUID": "fc7bccc9-5ed2-4bdd-a7d0-169b29bd4051", "isBase": true, "artifacts": [ "33baecce-62de-4826-9596-8cd0d73765b6", "7593f76b-3729-418e-9d3a-6de1b0fda6d9" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-08-04T09:45:39.119Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5c191ce9-b0ec-4f32-b116-1548ee44d93d VfModuleModelInvariantUUID:196c0e5c-1414-4694-898f-42fd9ad3acb5 VfModuleModelDescription:NULL Artifacts UUID List:{ 33baecce-62de-4826-9596-8cd0d73765b6 , 7593f76b-3729-418e-9d3a-6de1b0fda6d9 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-08-04T09:45:39.120Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 33baecce-62de-4826-9596-8cd0d73765b6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-08-04T09:45:39.120Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-08-04T09:45:39.120Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-08-04T09:45:39.165Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-08-04T09:45:39.166Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 33baecce-62de-4826-9596-8cd0d73765b6 5033 2022-08-04T09:45:39.166Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-08-04T09:45:39.166Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-08-04T09:45:39.167Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-04T09:45:39.167Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:45:39.169Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:45:39.169Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606339166, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-08-04T09:45:39.270Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-04T09:45:39.271Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:45:39.271Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:45:39.284Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:45:39.285Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:45:40.171Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7593f76b-3729-418e-9d3a-6de1b0fda6d9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-08-04T09:45:40.172Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-08-04T09:45:40.172Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-08-04T09:45:40.283Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-08-04T09:45:40.284Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 7593f76b-3729-418e-9d3a-6de1b0fda6d9 903 2022-08-04T09:45:40.284Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-08-04T09:45:40.284Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-08-04T09:45:40.284Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-04T09:45:40.285Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:45:40.300Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:45:40.300Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606340284, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-08-04T09:45:40.389Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms 2022-08-04T09:45:40.391Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:45:40.391Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:45:40.415Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:45:40.416Z||pool-50-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:45:41.301Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: dac83011-388c-439b-b698-3ace06b7dc96 2022-08-04T09:45:41.301Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 cff07781-6a30-46e1-a461-11d9e1f99649 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-08-04T09:45:41.319Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@41de48fb, org.onap.sdc.toscaparser.api.parameters.Input@43d656c8, org.onap.sdc.toscaparser.api.parameters.Input@73a3680c, org.onap.sdc.toscaparser.api.parameters.Input@63a9a3c2, org.onap.sdc.toscaparser.api.parameters.Input@5003b6dc] 2022-08-04T09:45:41.321Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:45:41.321Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:45:41.321Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-08-04T09:45:41.322Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 69fb361c-10a1-4070-8ab1-4934ebd7c6c5 2022-08-04T09:45:41.322Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 69fb361c-10a1-4070-8ab1-4934ebd7c6c5 matches Tosca VF Customization UUID: 69fb361c-10a1-4070-8ab1-4934ebd7c6c5 2022-08-04T09:45:41.322Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 69fb361c-10a1-4070-8ab1-4934ebd7c6c5 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-08-04T09:45:41.324Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:45:41.325Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:45:41.325Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 69fb361c-10a1-4070-8ab1-4934ebd7c6c5: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2022-08-04T09:45:41.325Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@67002876 2022-08-04T09:45:41.326Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:45:41.326Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-04T09:45:41.326Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fc7bccc9-5ed2-4bdd-a7d0-169b29bd4051 2022-08-04T09:45:41.326Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fc7bccc9-5ed2-4bdd-a7d0-169b29bd4051 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-08-04T09:45:41.329Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:45:41.329Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-08-04T09:45:41.329Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-04T09:45:41.329Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:45:41.330Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-08-04T09:45:41.330Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-04T09:45:41.330Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:45:41.330Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-08-04T09:45:41.331Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-08-04T09:45:41.331Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-08-04T09:45:41.331Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=db89494d-ebf4-447a-8a12-a6649fac3f96 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-08-04T09:45:41.334Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:45:41.334Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-08-04T09:45:41.334Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-04T09:45:41.335Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:45:41.335Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-08-04T09:45:41.335Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=69fb361c-10a1-4070-8ab1-4934ebd7c6c5 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-08-04T09:45:41.337Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:45:41.337Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:45:41.337Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid dac83011-388c-439b-b698-3ace06b7dc96: basic_vm 2022-08-04T09:45:41.338Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:45:41.338Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:45:41.338Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:45:41.338Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:45:41.339Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:45:41.339Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:45:41.339Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:45:41.339Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:45:41.340Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:45:41.340Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:45:41.340Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T09:45:41.455Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm cff07781-6a30-46e1-a461-11d9e1f99649 1 ASDC deployResourceStructure 2022-08-04T09:45:41.456Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-08-04T09:45:41.456Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-08-04T09:45:41.456Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-04T09:45:41.456Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:45:41.464Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:45:41.464Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606341456, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-08-04T09:45:41.562Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-08-04T09:45:41.563Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:45:41.563Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:45:41.593Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:45:41.594Z||pool-51-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:45:42.465Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-08-04T09:45:42.466Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-08-04T09:45:42.467Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-04T09:45:42.467Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:45:42.469Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:45:42.469Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606342465, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-08-04T09:45:42.569Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:45:42.570Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:45:42.570Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:45:42.602Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:45:42.603Z||pool-52-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:45:43.469Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-08-04T09:45:43.470Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-08-04T09:45:43.470Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-04T09:45:43.471Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:45:43.472Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:45:43.472Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606343469, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-08-04T09:45:43.574Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-08-04T09:45:43.574Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:45:43.574Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:45:43.591Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:45:43.591Z||pool-53-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:45:44.473Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-08-04T09:45:44.474Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-08-04T09:45:44.474Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-04T09:45:44.474Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:45:44.476Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:45:44.476Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606344473, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T09:45:44.576Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:45:44.577Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:45:44.577Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:45:44.591Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:45:44.593Z||pool-54-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:45:45.479Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e53dd633-71fa-46d6-9964-6f21c0f0cd01 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T09:45:45.490Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e53dd633-71fa-46d6-9964-6f21c0f0cd01 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T09:45:45.493Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-04T09:45:45.493Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-04T09:45:45.493Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-04T09:45:45.493Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-04T09:45:45.494Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T09:45:45.494Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T09:45:45.494Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T09:45:45.494Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T09:45:45.494Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T09:45:45.494Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T09:45:45.494Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T09:45:45.499Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-04T09:45:46.741Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:45:46.742Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:45:46.742Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:45:46.793Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:45:46.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659606163311, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.796Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "aai-ml", "timestamp": 1659606165910, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.797Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "clamp", "timestamp": 1659606167425, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T09:45:46.797Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:45:46.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "multicloud-k8s-id", "timestamp": 1659606164323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-08-04T09:45:46.798Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.798Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.798Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "policy-id", "timestamp": 1659606165608, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.798Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.798Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.799Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "ves-openapi-manager", "timestamp": 1659606166426, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-08-04T09:45:46.799Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:45:46.799Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.799Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659606163311, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.799Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.799Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.799Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "aai-ml", "timestamp": 1659606165910, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.800Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.800Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.800Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "multicloud-k8s-id", "timestamp": 1659606164323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-08-04T09:45:46.800Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.800Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.800Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "cds", "timestamp": 1659606167670, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.801Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.801Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "policy-id", "timestamp": 1659606165608, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.801Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.801Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659606163311, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.801Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "ves-openapi-manager", "timestamp": 1659606167696, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-08-04T09:45:46.802Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:45:46.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "aai-ml", "timestamp": 1659606165910, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.802Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "clamp", "timestamp": 1659606169432, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T09:45:46.803Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:45:46.803Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.803Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "multicloud-k8s-id", "timestamp": 1659606164323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-08-04T09:45:46.803Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.803Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.803Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "cds", "timestamp": 1659606167670, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.804Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.804Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.804Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "policy-id", "timestamp": 1659606165608, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.804Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.804Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.804Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659606163311, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.804Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.805Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.805Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "ves-openapi-manager", "timestamp": 1659606168713, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T09:45:46.812Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 1ee4ae66-4082-45e5-af36-e29b831cfc43 2022-08-04T09:45:46.812Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ee4ae66-4082-45e5-af36-e29b831cfc43 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T09:45:46.820Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.820Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "aai-ml", "timestamp": 1659606165910, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.820Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.820Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.820Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "clamp", "timestamp": 1659606170435, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T09:45:46.825Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1ee4ae66-4082-45e5-af36-e29b831cfc43 2022-08-04T09:45:46.825Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ee4ae66-4082-45e5-af36-e29b831cfc43 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T09:45:46.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.833Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "multicloud-k8s-id", "timestamp": 1659606164323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.833Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.833Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "cds", "timestamp": 1659606167670, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.834Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.834Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "policy-id", "timestamp": 1659606165608, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-08-04T09:45:46.834Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.834Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659606163311, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:45:46.834Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.835Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "aai-ml", "timestamp": 1659606165910, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.835Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.835Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "multicloud-k8s-id", "timestamp": 1659606164323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-08-04T09:45:46.836Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.836Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.836Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "cds", "timestamp": 1659606167670, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.836Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.836Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.837Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "policy-id", "timestamp": 1659606165608, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.837Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.837Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.837Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659606172098, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T09:45:46.837Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:45:46.837Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.838Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "aai-ml", "timestamp": 1659606165910, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.838Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.838Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.838Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "multicloud-k8s-id", "timestamp": 1659606164323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.839Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.839Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "cds", "timestamp": 1659606167670, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.839Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.839Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "policy-id", "timestamp": 1659606165608, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.840Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.840Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.840Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "aai-ml", "timestamp": 1659606165910, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.840Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.840Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.840Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "multicloud-k8s-id", "timestamp": 1659606164323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:45:46.841Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.841Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.841Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "cds", "timestamp": 1659606167670, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.841Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.841Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.842Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "policy-id", "timestamp": 1659606165608, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.842Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.842Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.842Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659606173946, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T09:45:46.842Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:45:46.842Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.842Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "aai-ml", "timestamp": 1659606165910, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:45:46.843Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.843Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.843Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "multicloud-k8s-id", "timestamp": 1659606174125, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-04T09:45:46.843Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:45:46.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.844Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "cds", "timestamp": 1659606167670, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.844Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.844Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "policy-id", "timestamp": 1659606165608, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:45:46.844Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.845Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.845Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659606174949, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T09:45:46.850Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1ee4ae66-4082-45e5-af36-e29b831cfc43 2022-08-04T09:45:46.850Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ee4ae66-4082-45e5-af36-e29b831cfc43 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T09:45:46.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "aai-ml", "timestamp": 1659606174636, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T09:45:46.861Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:45:46.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "cds", "timestamp": 1659606167670, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.861Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.862Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "multicloud-k8s-id", "timestamp": 1659606175188, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-08-04T09:45:46.862Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:45:46.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.862Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "policy-id", "timestamp": 1659606175329, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T09:45:46.862Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:45:46.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.862Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659606163311, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.863Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "cds", "timestamp": 1659606167670, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:45:46.863Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "policy-id", "timestamp": 1659606176332, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T09:45:46.864Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:45:46.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.864Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "multicloud-k8s-id", "timestamp": 1659606176271, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-08-04T09:45:46.864Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:45:46.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.864Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659606163311, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.865Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.865Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.865Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "cds", "timestamp": 1659606177388, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T09:45:46.865Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:45:46.865Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.865Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "policy-id", "timestamp": 1659606177335, "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-08-04T09:45:46.877Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 45b14e08-bdfc-4fb6-996e-d8b0c79ac762 2022-08-04T09:45:46.877Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45b14e08-bdfc-4fb6-996e-d8b0c79ac762 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T09:45:46.885Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.885Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "multicloud-k8s-id", "timestamp": 1659606177322, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-08-04T09:45:46.886Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:45:46.886Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.886Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659606163311, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.886Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.886Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.886Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "cds", "timestamp": 1659606178396, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T09:45:46.891Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 45b14e08-bdfc-4fb6-996e-d8b0c79ac762 2022-08-04T09:45:46.891Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45b14e08-bdfc-4fb6-996e-d8b0c79ac762 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T09:45:46.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "multicloud-k8s-id", "timestamp": 1659606178382, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T09:45:46.904Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 45b14e08-bdfc-4fb6-996e-d8b0c79ac762 2022-08-04T09:45:46.904Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45b14e08-bdfc-4fb6-996e-d8b0c79ac762 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-08-04T09:45:46.910Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.910Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659606163311, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.911Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.911Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.911Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "multicloud-k8s-id", "timestamp": 1659606179395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-08-04T09:45:46.912Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:45:46.912Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.912Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "aai-ml", "timestamp": 1659606179156, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T09:45:46.912Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:45:46.912Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.913Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659606163311, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.913Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.913Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.913Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "ves-openapi-manager", "timestamp": 1659606178234, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.913Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.913Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.914Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "aai-ml", "timestamp": 1659606180160, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T09:45:46.917Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1ee4ae66-4082-45e5-af36-e29b831cfc43 2022-08-04T09:45:46.918Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ee4ae66-4082-45e5-af36-e29b831cfc43 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T09:45:46.924Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.925Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659606163311, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.925Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.925Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "ves-openapi-manager", "timestamp": 1659606178234, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.925Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.926Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "aai-ml", "timestamp": 1659606165910, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.926Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.926Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659606163311, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.926Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.926Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "ves-openapi-manager", "timestamp": 1659606178234, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.927Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.927Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "aai-ml", "timestamp": 1659606165910, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.927Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.927Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659606163311, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.927Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.928Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "ves-openapi-manager", "timestamp": 1659606178234, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.928Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.928Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "aai-ml", "timestamp": 1659606165910, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.928Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.928Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659606163311, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:45:46.929Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.929Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "ves-openapi-manager", "timestamp": 1659606178234, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.929Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.929Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "aai-ml", "timestamp": 1659606165910, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.929Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659606185092, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T09:45:46.930Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:45:46.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "ves-openapi-manager", "timestamp": 1659606178234, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.930Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "aai-ml", "timestamp": 1659606165910, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.931Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.931Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "ves-openapi-manager", "timestamp": 1659606178234, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.931Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.931Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "clamp", "timestamp": 1659606185573, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.931Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "aai-ml", "timestamp": 1659606165910, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.932Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "ves-openapi-manager", "timestamp": 1659606178234, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.932Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "clamp", "timestamp": 1659606185573, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.933Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659606187419, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T09:45:46.933Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:45:46.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "aai-ml", "timestamp": 1659606165910, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.933Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "ves-openapi-manager", "timestamp": 1659606178234, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.934Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "clamp", "timestamp": 1659606185573, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.934Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659606188423, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T09:45:46.939Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 45b14e08-bdfc-4fb6-996e-d8b0c79ac762 2022-08-04T09:45:46.939Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45b14e08-bdfc-4fb6-996e-d8b0c79ac762 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T09:45:46.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "aai-ml", "timestamp": 1659606165910, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.946Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "clamp", "timestamp": 1659606185573, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-08-04T09:45:46.947Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "aai-ml", "timestamp": 1659606165910, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:45:46.947Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "clamp", "timestamp": 1659606185573, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.948Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "aai-ml", "timestamp": 1659606190250, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T09:45:46.948Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:45:46.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "clamp", "timestamp": 1659606185573, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.948Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.949Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "clamp", "timestamp": 1659606185573, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.949Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.949Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "clamp", "timestamp": 1659606185573, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:45:46.949Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.950Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "clamp", "timestamp": 1659606185573, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:45:46.950Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:45:46.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.950Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "clamp", "timestamp": 1659606197429, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T09:45:46.950Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:45:46.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.950Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "aai-ml", "timestamp": 1659606196896, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T09:45:46.951Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:45:46.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.951Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "aai-ml", "timestamp": 1659606197899, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T09:45:46.955Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 45b14e08-bdfc-4fb6-996e-d8b0c79ac762 2022-08-04T09:45:46.955Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45b14e08-bdfc-4fb6-996e-d8b0c79ac762 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T09:45:46.962Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.962Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "clamp", "timestamp": 1659606199436, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T09:45:46.962Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:45:46.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:45:46.963Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "clamp", "timestamp": 1659606200440, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T09:45:46.966Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 45b14e08-bdfc-4fb6-996e-d8b0c79ac762 2022-08-04T09:45:46.966Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45b14e08-bdfc-4fb6-996e-d8b0c79ac762 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T09:46:15.500Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e53dd633-71fa-46d6-9964-6f21c0f0cd01 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-08-04T09:46:15.505Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e53dd633-71fa-46d6-9964-6f21c0f0cd01 and serviceModelVersionId: dac83011-388c-439b-b698-3ace06b7dc96 2022-08-04T09:46:15.505Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 44ff776b-cfa4-4bea-89d9-ccbf86448425 2022-08-04T09:46:15.506Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/44ff776b-cfa4-4bea-89d9-ccbf86448425/model-vers/model-ver/dac83011-388c-439b-b698-3ace06b7dc96?depth=0 2022-08-04T09:46:15.510Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-08-04T09:46:15.554Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44ff776b-cfa4-4bea-89d9-ccbf86448425/model-vers/model-ver/dac83011-388c-439b-b698-3ace06b7dc96?depth=0|INFO|500||Invoke 2022-08-04T09:46:15.554Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44ff776b-cfa4-4bea-89d9-ccbf86448425/model-vers/model-ver/dac83011-388c-439b-b698-3ace06b7dc96?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44ff776b-cfa4-4bea-89d9-ccbf86448425/model-vers/model-ver/dac83011-388c-439b-b698-3ace06b7dc96?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e53dd633-71fa-46d6-9964-6f21c0f0cd01], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[91a2863a-780d-4eda-9c3a-482f7ca278d0], X-ECOMP-RequestID=[e53dd633-71fa-46d6-9964-6f21c0f0cd01], X-TransactionId=[], X-ONAP-RequestID=[e53dd633-71fa-46d6-9964-6f21c0f0cd01], Content-Type=[application/merge-patch+json]} 2022-08-04T09:46:15.574Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44ff776b-cfa4-4bea-89d9-ccbf86448425/model-vers/model-ver/dac83011-388c-439b-b698-3ace06b7dc96?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-08-04T09:46:15.714Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44ff776b-cfa4-4bea-89d9-ccbf86448425/model-vers/model-ver/dac83011-388c-439b-b698-3ace06b7dc96?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44ff776b-cfa4-4bea-89d9-ccbf86448425/model-vers/model-ver/dac83011-388c-439b-b698-3ace06b7dc96?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220804-09:46:15:380-11343], vertex-id=[225488], Content-Length=[0], Date=[Thu, 04 Aug 2022 09:46:15 GMT], Content-Type=[application/json]} 2022-08-04T09:46:15.715Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44ff776b-cfa4-4bea-89d9-ccbf86448425/model-vers/model-ver/dac83011-388c-439b-b698-3ace06b7dc96?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-08-04T09:46:15.715Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44ff776b-cfa4-4bea-89d9-ccbf86448425/model-vers/model-ver/dac83011-388c-439b-b698-3ace06b7dc96?depth=0|INFO|500||InvokeReturn 2022-08-04T09:46:15.716Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-08-04T09:46:15.716Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-08-04T09:46:15.721Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-08-04T09:46:15.721Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e53dd633-71fa-46d6-9964-6f21c0f0cd01 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-08-04T09:46:15.721Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-08-04T09:46:15.721Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:46:15.723Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:46:15.723Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606375721, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-04T09:46:15.823Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:46:15.824Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:46:15.824Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:46:15.841Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:46:15.842Z||pool-55-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-08-04T09:46:16.741Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-04T09:46:16.741Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"1ee4ae66-4082-45e5-af36-e29b831cfc43","serviceName":"Demo_pNF_1iJ59Ss7x8mJFO2I3i9B","serviceVersion":"1.0","serviceUUID":"5420fd6f-5963-4dad-97ec-f20b95f92e9f","serviceDescription":"catalog service description","serviceInvariantUUID":"90cffb30-4098-496b-951a-b3723135fced","resources":[{"resourceInstanceName":"pNF cbc2a05b-54b4 0","resourceName":"pNF cbc2a05b-54b4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b51493a1-aa84-4d24-a2fb-c4abaa615cf7","resourceInvariantUUID":"12f3738d-d259-40f3-a2ab-4ff81007b0c1","resourceCustomizationUUID":"844dac7a-c1f7-4f8b-97d5-7ea358f418a5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/vf-license-model.xml","artifactChecksum":"NDMwMzBhNTg3ZmE0MWNkNDEzYmIxYzI4ODllNTU5MDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f79c0571-79ba-4082-9d51-49a8ea6fb34a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/pNF.csar","artifactChecksum":"YWRmYzQ0MjBiYjE5MThmYjA1MmIwNzcyYmU1MWRhMDQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ff03bf05-4a97-4a0a-9f14-a0b4b9561240","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"01d0d3e8-574c-42ed-a06e-aafc824a5bb5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/vendor-license-model.xml","artifactChecksum":"MTQ4NGU4OGQ1NjY4Y2U3YzY2ZTQ1MWE5ZTczYTM0NjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"726d0b8c-ce14-449e-b999-f4a94eb4e68c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"60e7bd12-a97b-485d-bdb1-6531f567ea78","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eec89f6a-b4d6-424f-845c-74a87901b9f3","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf1ij59ss7x8mjfo2i3i9b-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-template.yml","artifactChecksum":"ZDkyMjBiMGM4OTA4MTU3MDA3MTM5OWUzZDI3MjcxY2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dc6e63c6-e606-4757-aa6a-b8065e65c511","artifactVersion":"1"},{"artifactName":"service-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar","artifactChecksum":"NWU3MDcxN2RjYzM5MzQ2OWE4NjZkYTBmMWNkMDRjM2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63064476-4603-43e5-a24b-5edf8e089209","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-04T09:46:16.741Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T09:46:16.742Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:46:16.744Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:46:16.744Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:16.845Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-08-04T09:46:16.846Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:46:16.846Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:46:16.866Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:46:16.866Z||pool-56-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-08-04T09:46:17.745Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T09:46:17.746Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:46:17.748Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:46:17.748Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:17.850Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-08-04T09:46:17.851Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:46:17.851Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:46:17.873Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:46:17.874Z||pool-57-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-08-04T09:46:18.749Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T09:46:18.750Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:46:18.751Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:46:18.752Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:18.852Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:46:18.852Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:46:18.853Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:46:18.870Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:46:18.871Z||pool-58-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:46:19.752Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T09:46:19.753Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:46:19.755Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:46:19.755Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:19.856Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:46:19.856Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:46:19.857Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:46:19.907Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:46:19.908Z||pool-59-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":1,"count":1} 2022-08-04T09:46:20.756Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T09:46:20.757Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:46:20.759Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:46:20.759Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:20.862Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-08-04T09:46:20.863Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:46:20.863Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:46:20.877Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:46:20.878Z||pool-60-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-08-04T09:46:21.760Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T09:46:21.761Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:46:21.763Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:46:21.763Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:21.863Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:46:21.864Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:46:21.864Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:46:21.880Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:46:21.881Z||pool-61-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:46:22.763Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T09:46:22.764Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:46:22.766Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:46:22.766Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:22.866Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:46:22.868Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:46:22.868Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:46:22.887Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:46:22.887Z||pool-62-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-08-04T09:46:23.766Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T09:46:23.767Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:46:23.769Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:46:23.769Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:46:23.881Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 112 ms 2022-08-04T09:46:23.882Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:46:23.882Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:46:23.894Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:46:23.895Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:46:24.771Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "serviceName": "Demo_pNF_1iJ59Ss7x8mJFO2I3i9B", "serviceVersion": "1.0", "serviceUUID": "5420fd6f-5963-4dad-97ec-f20b95f92e9f", "serviceDescription": "catalog service description", "serviceInvariantUUID": "90cffb30-4098-496b-951a-b3723135fced", "resources": [ { "resourceInstanceName": "pNF cbc2a05b-54b4 0", "resourceCustomizationUUID": "844dac7a-c1f7-4f8b-97d5-7ea358f418a5", "resourceName": "pNF cbc2a05b-54b4", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "b51493a1-aa84-4d24-a2fb-c4abaa615cf7", "resourceInvariantUUID": "12f3738d-d259-40f3-a2ab-4ff81007b0c1", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar", "artifactChecksum": "NWU3MDcxN2RjYzM5MzQ2OWE4NjZkYTBmMWNkMDRjM2U\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "63064476-4603-43e5-a24b-5edf8e089209" } ], "workloadContext": "Production" } 2022-08-04T09:46:24.771Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-04T09:46:24.771Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5420fd6f-5963-4dad-97ec-f20b95f92e9f ASDC 2022-08-04T09:46:24.772Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:1ee4ae66-4082-45e5-af36-e29b831cfc43 ServiceName:Demo_pNF_1iJ59Ss7x8mJFO2I3i9B ServiceVersion:1.0 ServiceUUID:5420fd6f-5963-4dad-97ec-f20b95f92e9f ServiceInvariantUUID:90cffb30-4098-496b-951a-b3723135fced ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar ArtifactUUID:63064476-4603-43e5-a24b-5edf8e089209 ArtifactChecksum:NWU3MDcxN2RjYzM5MzQ2OWE4NjZkYTBmMWNkMDRjM2U= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF cbc2a05b-54b4 0 ResourceCustomizationUUID:844dac7a-c1f7-4f8b-97d5-7ea358f418a5 ResourceInvariantUUID:12f3738d-d259-40f3-a2ab-4ff81007b0c1 ResourceName:pNF cbc2a05b-54b4 ResourceType:PNF ResourceUUID:b51493a1-aa84-4d24-a2fb-c4abaa615cf7 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-08-04T09:46:24.772Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5420fd6f-5963-4dad-97ec-f20b95f92e9f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-08-04T09:46:24.804Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-04T09:46:24.804Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-08-04T09:46:24.805Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-08-04T09:46:24.805Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 63064476-4603-43e5-a24b-5edf8e089209 from URL: /sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar 2022-08-04T09:46:24.805Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-08-04T09:46:24.805Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar 2022-08-04T09:46:25.083Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-08-04T09:46:25.086Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar 63064476-4603-43e5-a24b-5edf8e089209 82653 2022-08-04T09:46:25.087Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar ASDC sendASDCNotification 2022-08-04T09:46:25.087Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar 2022-08-04T09:46:25.087Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-04T09:46:25.088Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:46:25.090Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:46:25.090Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606385087, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T09:46:25.191Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-08-04T09:46:25.192Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:46:25.192Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:46:25.204Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:46:25.205Z||pool-64-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:46:26.090Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-04T09:46:26.092Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-08-04T09:46:26.092Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 63064476-4603-43e5-a24b-5edf8e089209, URL: /sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar to file: /app/ASDC/1/service-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar 2022-08-04T09:46:26.093Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar 2022-08-04T09:46:26.093Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar 2022-08-04T09:46:26.093Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar 2022-08-04T09:46:26.190Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP982551269172344471/Definitions/service-DemoPnf1ij59ss7x8mjfo2i3i9b-template.yml 2022-08-04T09:46:26.981Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-08-04T09:46:26.982Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-08-04T09:46:26.982Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar 2022-08-04T09:46:26.982Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-08-04T09:46:26.982Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF cbc2a05b-54b4 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-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar 2022-08-04T09:46:26.983Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|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-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar 2022-08-04T09:46:26.983Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|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-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar 2022-08-04T09:46:26.983Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|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-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar 2022-08-04T09:46:26.983Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|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-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar 2022-08-04T09:46:26.983Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|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-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar 2022-08-04T09:46:26.983Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|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-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar 2022-08-04T09:46:26.983Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-08-04T09:46:26.984Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:46:26.984Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_1iJ59Ss7x8mJFO2I3i9B is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:46:26.984Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||Node template pNF cbc2a05b-54b4 0 is matching search criteria 2022-08-04T09:46:26.984Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-08-04T09:46:26.985Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF cbc2a05b-54b4 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-04T09:46:26.985Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:46:26.985Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_1iJ59Ss7x8mJFO2I3i9B is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:46:26.985Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||Node template pNF cbc2a05b-54b4 0 is matching search criteria 2022-08-04T09:46:26.985Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-08-04T09:46:26.986Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF cbc2a05b-54b4 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-04T09:46:26.986Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:46:26.986Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_1iJ59Ss7x8mJFO2I3i9B is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:46:26.986Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:46:26.986Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_1iJ59Ss7x8mJFO2I3i9B is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:46:26.987Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:46:26.987Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_1iJ59Ss7x8mJFO2I3i9B is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:46:26.987Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:46:26.987Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_1iJ59Ss7x8mJFO2I3i9B is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:46:26.987Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:46:26.987Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_1iJ59Ss7x8mJFO2I3i9B is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:46:26.988Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_1iJ59Ss7x8mJFO2I3i9B Description:catalog service description Model UUID:5420fd6f-5963-4dad-97ec-f20b95f92e9f Model Version:NULL Model InvariantUuid:90cffb30-4098-496b-951a-b3723135fced Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-08-04T09:46:26.993Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: b51493a1-aa84-4d24-a2fb-c4abaa615cf7 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-08-04T09:46:26.996Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||INFO|500||pNF cbc2a05b-54b4 0 2022-08-04T09:46:26.996Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b51493a1-aa84-4d24-a2fb-c4abaa615cf7 2022-08-04T09:46:26.996Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 5420fd6f-5963-4dad-97ec-f20b95f92e9f 2022-08-04T09:46:26.996Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 5420fd6f-5963-4dad-97ec-f20b95f92e9f 2022-08-04T09:46:26.996Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF cbc2a05b-54b4 0 b51493a1-aa84-4d24-a2fb-c4abaa615cf7 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-08-04T09:46:27.000Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@96c279f, org.onap.sdc.toscaparser.api.parameters.Input@1b2f8f38, org.onap.sdc.toscaparser.api.parameters.Input@5d0782b5, org.onap.sdc.toscaparser.api.parameters.Input@555030d0, org.onap.sdc.toscaparser.api.parameters.Input@3d68a53a] 2022-08-04T09:46:27.001Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:46:27.001Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_1iJ59Ss7x8mJFO2I3i9B is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:46:27.001Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 5420fd6f-5963-4dad-97ec-f20b95f92e9f: pNF cbc2a05b-54b4 2022-08-04T09:46:27.001Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||INFO|500||Processing PNF resource: b51493a1-aa84-4d24-a2fb-c4abaa615cf7 2022-08-04T09:46:27.002Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:46:27.002Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_1iJ59Ss7x8mJFO2I3i9B is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:46:27.002Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||INFO|500||Resource customization UUID: 844dac7a-c1f7-4f8b-97d5-7ea358f418a5 is the same as notified resource customizationUUID: 844dac7a-c1f7-4f8b-97d5-7ea358f418a5 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-08-04T09:46:27.050Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF cbc2a05b-54b4 b51493a1-aa84-4d24-a2fb-c4abaa615cf7 0 ASDC deployResourceStructure 2022-08-04T09:46:27.050Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar ASDC sendASDCNotification 2022-08-04T09:46:27.050Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar 2022-08-04T09:46:27.051Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-04T09:46:27.051Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:46:27.053Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:46:27.053Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606387050, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T09:46:27.153Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:46:27.155Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:46:27.155Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:46:27.175Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:46:27.176Z||pool-65-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":2,"count":1} 2022-08-04T09:46:28.054Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ee4ae66-4082-45e5-af36-e29b831cfc43 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T09:46:28.067Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ee4ae66-4082-45e5-af36-e29b831cfc43 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T09:46:28.070Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-04T09:46:28.070Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-04T09:46:28.070Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-04T09:46:28.070Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-04T09:46:28.070Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T09:46:28.070Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T09:46:28.070Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T09:46:28.070Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T09:46:28.070Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T09:46:28.071Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T09:46:28.071Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T09:46:28.071Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T09:46:28.076Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-04T09:46:46.741Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:46:46.742Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:46:46.742Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:46:46.805Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:46:46.806Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.806Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606322808, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-04T09:46:46.807Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:46:46.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.807Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "ves-openapi-manager", "timestamp": 1659606318234, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:46.807Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.807Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "aai-ml", "timestamp": 1659606315910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:46.807Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.808Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "cds", "timestamp": 1659606317670, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:46.808Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.808Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "multicloud-k8s-id", "timestamp": 1659606324323, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:46.808Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.808Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "ves-openapi-manager", "timestamp": 1659606318234, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:46.808Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.809Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "aai-ml", "timestamp": 1659606315910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:46.809Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.809Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "cds", "timestamp": 1659606317670, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:46.809Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.809Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "multicloud-k8s-id", "timestamp": 1659606324323, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:46.809Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.809Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "policy-id", "timestamp": 1659606325608, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:46.809Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.810Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.810Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "ves-openapi-manager", "timestamp": 1659606318234, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:46.810Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.810Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.810Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "aai-ml", "timestamp": 1659606315910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:46.810Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.810Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.810Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "cds", "timestamp": 1659606317670, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:46.811Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.811Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "multicloud-k8s-id", "timestamp": 1659606324323, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:46.811Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.811Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "policy-id", "timestamp": 1659606325608, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:46.811Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "ves-openapi-manager", "timestamp": 1659606318234, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:46.812Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "aai-ml", "timestamp": 1659606315910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:46.812Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "cds", "timestamp": 1659606317670, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:46.812Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "multicloud-k8s-id", "timestamp": 1659606324323, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:46.813Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:46.813Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "policy-id", "timestamp": 1659606325608, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:46.813Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "ves-openapi-manager", "timestamp": 1659606318234, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:46.813Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "aai-ml", "timestamp": 1659606315910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:46.814Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "cds", "timestamp": 1659606317670, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:46.814Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "multicloud-k8s-id", "timestamp": 1659606324323, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:46.814Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-08-04T09:46:46.814Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.815Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "policy-id", "timestamp": 1659606325608, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:46.815Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.815Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "ves-openapi-manager", "timestamp": 1659606318234, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-08-04T09:46:46.815Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.815Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "aai-ml", "timestamp": 1659606315910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:46.815Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.815Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "cds", "timestamp": 1659606317670, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:46.815Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.815Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "multicloud-k8s-id", "timestamp": 1659606324323, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:46.816Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.816Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.816Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-08-04T09:46:46.816Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.816Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.816Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "policy-id", "timestamp": 1659606325608, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:46.816Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.816Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.816Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "ves-openapi-manager", "timestamp": 1659606318234, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/artifacts/service-DemoPnfWictmzvht787bhdvnykh-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:46.816Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.817Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.817Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "aai-ml", "timestamp": 1659606315910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/artifacts/service-DemoPnfWictmzvht787bhdvnykh-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:46.817Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.817Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.817Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "cds", "timestamp": 1659606317670, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/artifacts/service-DemoPnfWictmzvht787bhdvnykh-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:46.817Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.817Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.817Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "multicloud-k8s-id", "timestamp": 1659606324323, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/artifacts/service-DemoPnfWictmzvht787bhdvnykh-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:46.817Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.817Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.817Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:46.817Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.817Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.818Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "policy-id", "timestamp": 1659606325608, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:46.818Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.818Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.818Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "ves-openapi-manager", "timestamp": 1659606318234, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/artifacts/service-DemoPnfWictmzvht787bhdvnykh-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:46.818Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.818Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.818Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "aai-ml", "timestamp": 1659606315910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/artifacts/service-DemoPnfWictmzvht787bhdvnykh-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:46:46.818Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.818Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.818Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "cds", "timestamp": 1659606317670, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/artifacts/service-DemoPnfWictmzvht787bhdvnykh-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:46:46.818Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.818Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.819Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "multicloud-k8s-id", "timestamp": 1659606324323, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/artifacts/service-DemoPnfWictmzvht787bhdvnykh-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:46:46.819Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.819Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-08-04T09:46:46.819Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.819Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "policy-id", "timestamp": 1659606325608, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/artifacts/service-DemoPnfWictmzvht787bhdvnykh-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:46.819Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.819Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "ves-openapi-manager", "timestamp": 1659606331970, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-08-04T09:46:46.819Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:46:46.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.820Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "aai-ml", "timestamp": 1659606332537, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/artifacts/service-DemoPnfWictmzvht787bhdvnykh-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T09:46:46.820Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:46:46.820Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.820Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "cds", "timestamp": 1659606333101, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/artifacts/service-DemoPnfWictmzvht787bhdvnykh-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T09:46:46.820Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:46:46.820Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.820Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:46.820Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.820Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.820Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "policy-id", "timestamp": 1659606325608, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/artifacts/service-DemoPnfWictmzvht787bhdvnykh-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:46:46.820Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.821Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "ves-openapi-manager", "timestamp": 1659606333003, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-08-04T09:46:46.821Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:46:46.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.821Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "cds", "timestamp": 1659606334111, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/artifacts/service-DemoPnfWictmzvht787bhdvnykh-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T09:46:46.836Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7b15d2f1-ac0b-47e9-bde3-eddfe91e1716 2022-08-04T09:46:46.837Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b15d2f1-ac0b-47e9-bde3-eddfe91e1716 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T09:46:46.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.844Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:46:46.844Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.845Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.846Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "policy-id", "timestamp": 1659606334405, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/artifacts/service-DemoPnfWictmzvht787bhdvnykh-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T09:46:46.846Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:46:46.846Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.846Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "ves-openapi-manager", "timestamp": 1659606334006, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T09:46:46.851Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 7b15d2f1-ac0b-47e9-bde3-eddfe91e1716 2022-08-04T09:46:46.851Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b15d2f1-ac0b-47e9-bde3-eddfe91e1716 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T09:46:46.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606335462, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T09:46:46.859Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:46:46.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.859Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "policy-id", "timestamp": 1659606335409, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/artifacts/service-DemoPnfWictmzvht787bhdvnykh-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T09:46:46.859Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:46:46.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.859Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "clamp", "timestamp": 1659606335573, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:46.860Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "policy-id", "timestamp": 1659606336412, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T09:46:46.864Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7b15d2f1-ac0b-47e9-bde3-eddfe91e1716 2022-08-04T09:46:46.864Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b15d2f1-ac0b-47e9-bde3-eddfe91e1716 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T09:46:46.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "clamp", "timestamp": 1659606335573, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:46.872Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "clamp", "timestamp": 1659606335573, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:46.872Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "aai-ml", "timestamp": 1659606337506, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/artifacts/service-DemoPnfWictmzvht787bhdvnykh-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T09:46:46.873Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:46:46.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606338104, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-04T09:46:46.873Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:46:46.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "clamp", "timestamp": 1659606335573, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:46.874Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "aai-ml", "timestamp": 1659606338509, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T09:46:46.878Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7b15d2f1-ac0b-47e9-bde3-eddfe91e1716 2022-08-04T09:46:46.879Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b15d2f1-ac0b-47e9-bde3-eddfe91e1716 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T09:46:46.886Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.886Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606339166, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-08-04T09:46:46.887Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:46:46.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "clamp", "timestamp": 1659606335573, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:46.887Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606340284, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-08-04T09:46:46.888Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:46:46.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "clamp", "timestamp": 1659606335573, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:46.888Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606341456, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-08-04T09:46:46.889Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:46:46.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "clamp", "timestamp": 1659606335573, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/artifacts/service-DemoPnfWictmzvht787bhdvnykh-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:46.890Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.890Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606342465, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-08-04T09:46:46.890Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:46:46.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.891Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "clamp", "timestamp": 1659606335573, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/artifacts/service-DemoPnfWictmzvht787bhdvnykh-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:46:46.891Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.891Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606343469, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-08-04T09:46:46.891Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:46:46.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.892Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659606343311, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:46.892Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.892Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.892Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606344473, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T09:46:46.892Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:46:46.893Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.893Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659606343311, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:46.893Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:46.893Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:46:46.893Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659606343311, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:46.893Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:46:58.076Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1ee4ae66-4082-45e5-af36-e29b831cfc43 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-08-04T09:46:58.081Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1ee4ae66-4082-45e5-af36-e29b831cfc43 and serviceModelVersionId: 5420fd6f-5963-4dad-97ec-f20b95f92e9f 2022-08-04T09:46:58.081Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 90cffb30-4098-496b-951a-b3723135fced 2022-08-04T09:46:58.082Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/90cffb30-4098-496b-951a-b3723135fced/model-vers/model-ver/5420fd6f-5963-4dad-97ec-f20b95f92e9f?depth=0 2022-08-04T09:46:58.088Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-08-04T09:46:58.131Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|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/90cffb30-4098-496b-951a-b3723135fced/model-vers/model-ver/5420fd6f-5963-4dad-97ec-f20b95f92e9f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-08-04T09:46:58.132Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90cffb30-4098-496b-951a-b3723135fced/model-vers/model-ver/5420fd6f-5963-4dad-97ec-f20b95f92e9f?depth=0|INFO|500||Invoke 2022-08-04T09:46:58.151Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90cffb30-4098-496b-951a-b3723135fced/model-vers/model-ver/5420fd6f-5963-4dad-97ec-f20b95f92e9f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-08-04T09:46:58.255Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90cffb30-4098-496b-951a-b3723135fced/model-vers/model-ver/5420fd6f-5963-4dad-97ec-f20b95f92e9f?depth=0|INFO|500||InvokeReturn 2022-08-04T09:46:58.258Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90cffb30-4098-496b-951a-b3723135fced/model-vers/model-ver/5420fd6f-5963-4dad-97ec-f20b95f92e9f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220804-09:46:57:958-99438], vertex-id=[442384], Content-Length=[0], Date=[Thu, 04 Aug 2022 09:46:57 GMT], Content-Type=[application/json]} 2022-08-04T09:46:58.258Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2022-08-04T09:46:58.258Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-08-04T09:46:58.258Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-08-04T09:46:58.264Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-08-04T09:46:58.264Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1ee4ae66-4082-45e5-af36-e29b831cfc43 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-08-04T09:46:58.264Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-08-04T09:46:58.264Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:46:58.266Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:46:58.266Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606418264, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-04T09:46:58.366Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:46:58.367Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:46:58.367Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:46:58.383Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:46:58.383Z||pool-66-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-08-04T09:46:59.277Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-04T09:46:59.277Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"45b14e08-bdfc-4fb6-996e-d8b0c79ac762","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"359b885a-64df-445a-9d82-30e08d436d9e","serviceDescription":"service","serviceInvariantUUID":"66a908c5-c697-41b6-946c-b0769d9ac8d3","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"93a6b4ea-7cd7-42a9-b0ef-65ce6095c77c","resourceInvariantUUID":"51529986-e358-434b-9ee9-0cb31c2b75c4","resourceCustomizationUUID":"d68fb881-2943-4fb1-b7f4-c189600f2aa1","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":"YmFkOWNhMmZlYzliMzI0Y2UwOWQ1MTRlOGRlM2UyZDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cceb4767-7b61-44cb-9da6-c9a0b34b1275","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":"20460c7d-7485-4fc9-bf53-3aeaa3ed72f0","artifactVersion":"2","generatedFromUUID":"857622d2-f2b0-4f98-b371-7cfdee5f4918"},{"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":"857622d2-f2b0-4f98-b371-7cfdee5f4918","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":"NTUwNmVmMjZkZjJjYjFmZjAxMmY3NmUxZGNmMWVkODI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e83f2245-7be9-43db-b607-dff5498b3dda","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":"7d60f738-d157-48b4-bbcf-31a0d829607e","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":"dad81413-606c-4333-9921-07282e551d78","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":"a6abfcb4-f359-4e3c-a85a-eed33fd74cc2","artifactVersion":"2","generatedFromUUID":"7d60f738-d157-48b4-bbcf-31a0d829607e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YzZlNmExMzg3OTFiZmE5NWM0NTgzZmRmMTMzZjI0ZjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2ad9329c-3f4d-411b-8784-95dc213c3f52","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NzE2Yjg1OTg3ODI1ZjZmZjlhNWFlOTYxZDZiYmQ5OTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c8328f1f-b15d-4222-b961-5c60bf299546","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-04T09:46:59.278Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T09:46:59.278Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:46:59.279Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:46:59.279Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:46:59.380Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:46:59.381Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:46:59.381Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:46:59.397Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:46:59.397Z||pool-67-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:47:00.282Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T09:47:00.283Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:47:00.285Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:47:00.285Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-08-04T09:47:00.386Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-08-04T09:47:00.386Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:47:00.387Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:47:00.405Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:47:00.406Z||pool-68-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:47:01.296Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T09:47:01.306Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:47:01.308Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:47:01.309Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-08-04T09:47:01.409Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:47:01.411Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:47:01.411Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:47:01.447Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:47:01.448Z||pool-69-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1} 2022-08-04T09:47:02.309Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T09:47:02.310Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:47:02.312Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:47:02.313Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-08-04T09:47:02.415Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-08-04T09:47:02.416Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:47:02.416Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:47:02.430Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:47:02.431Z||pool-70-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:47:03.313Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T09:47:03.314Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:47:03.316Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:47:03.316Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-08-04T09:47:03.417Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:47:03.417Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:47:03.418Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:47:03.431Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:47:03.431Z||pool-71-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-08-04T09:47:04.317Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T09:47:04.318Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:47:04.319Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:47:04.319Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:47:04.419Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:47:04.420Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:47:04.421Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:47:04.438Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:47:04.438Z||pool-72-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:47:05.320Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T09:47:05.320Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:47:05.322Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:47:05.322Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-08-04T09:47:05.422Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:47:05.423Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:47:05.423Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:47:05.439Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:47:05.439Z||pool-73-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:47:06.323Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T09:47:06.323Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:47:06.325Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:47:06.325Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:47:06.426Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-08-04T09:47:06.427Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:47:06.427Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:47:06.441Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:47:06.441Z||pool-74-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:47:07.326Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T09:47:07.327Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:47:07.328Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:47:07.328Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:47:07.429Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:47:07.430Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:47:07.430Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:47:07.446Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:47:07.446Z||pool-75-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-08-04T09:47:08.330Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "359b885a-64df-445a-9d82-30e08d436d9e", "serviceDescription": "service", "serviceInvariantUUID": "66a908c5-c697-41b6-946c-b0769d9ac8d3", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "d68fb881-2943-4fb1-b7f4-c189600f2aa1", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "93a6b4ea-7cd7-42a9-b0ef-65ce6095c77c", "resourceInvariantUUID": "51529986-e358-434b-9ee9-0cb31c2b75c4", "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": "20460c7d-7485-4fc9-bf53-3aeaa3ed72f0", "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": "857622d2-f2b0-4f98-b371-7cfdee5f4918", "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": "NTUwNmVmMjZkZjJjYjFmZjAxMmY3NmUxZGNmMWVkODI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e83f2245-7be9-43db-b607-dff5498b3dda", "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": "7d60f738-d157-48b4-bbcf-31a0d829607e", "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": "a6abfcb4-f359-4e3c-a85a-eed33fd74cc2", "generatedFromUUID": "7d60f738-d157-48b4-bbcf-31a0d829607e" }, "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": "a6abfcb4-f359-4e3c-a85a-eed33fd74cc2", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "NzE2Yjg1OTg3ODI1ZjZmZjlhNWFlOTYxZDZiYmQ5OTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c8328f1f-b15d-4222-b961-5c60bf299546" } ], "workloadContext": "Production" } 2022-08-04T09:47:08.330Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-04T09:47:08.330Z|1ee4ae66-4082-45e5-af36-e29b831cfc43|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 359b885a-64df-445a-9d82-30e08d436d9e ASDC 2022-08-04T09:47:08.330Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:45b14e08-bdfc-4fb6-996e-d8b0c79ac762 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:359b885a-64df-445a-9d82-30e08d436d9e ServiceInvariantUUID:66a908c5-c697-41b6-946c-b0769d9ac8d3 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:c8328f1f-b15d-4222-b961-5c60bf299546 ArtifactChecksum:NzE2Yjg1OTg3ODI1ZjZmZjlhNWFlOTYxZDZiYmQ5OTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:d68fb881-2943-4fb1-b7f4-c189600f2aa1 ResourceInvariantUUID:51529986-e358-434b-9ee9-0cb31c2b75c4 ResourceName:basic_cnf ResourceType:VF ResourceUUID:93a6b4ea-7cd7-42a9-b0ef-65ce6095c77c 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:20460c7d-7485-4fc9-bf53-3aeaa3ed72f0 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:857622d2-f2b0-4f98-b371-7cfdee5f4918 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:e83f2245-7be9-43db-b607-dff5498b3dda ArtifactChecksum:NTUwNmVmMjZkZjJjYjFmZjAxMmY3NmUxZGNmMWVkODI= 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:7d60f738-d157-48b4-bbcf-31a0d829607e 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:a6abfcb4-f359-4e3c-a85a-eed33fd74cc2 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:a6abfcb4-f359-4e3c-a85a-eed33fd74cc2 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-08-04T09:47:08.331Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 359b885a-64df-445a-9d82-30e08d436d9e ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-08-04T09:47:08.361Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-04T09:47:08.362Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-08-04T09:47:08.362Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-08-04T09:47:08.362Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c8328f1f-b15d-4222-b961-5c60bf299546 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-08-04T09:47:08.362Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-08-04T09:47:08.362Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-08-04T09:47:08.653Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-08-04T09:47:08.656Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar c8328f1f-b15d-4222-b961-5c60bf299546 68958 2022-08-04T09:47:08.657Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-08-04T09:47:08.657Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-08-04T09:47:08.657Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-04T09:47:08.658Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:47:08.659Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:47:08.659Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606428657, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T09:47:08.760Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:47:08.761Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:47:08.761Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:47:08.776Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:47:08.776Z||pool-76-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:47:09.660Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-04T09:47:09.662Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-08-04T09:47:09.662Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: c8328f1f-b15d-4222-b961-5c60bf299546, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-08-04T09:47:09.663Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-08-04T09:47:09.663Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-08-04T09:47:09.663Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-08-04T09:47:09.766Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8419243325324973527/Definitions/service-BasicCnf-template.yml 2022-08-04T09:47:10.879Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-08-04T09:47:10.879Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-08-04T09:47:10.879Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-08-04T09:47:10.879Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-08-04T09:47:10.879Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-08-04T09:47:10.879Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-08-04T09:47:10.880Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|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-BasicCnf-csar.csar 2022-08-04T09:47:10.880Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-08-04T09:47:10.880Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-08-04T09:47:10.880Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:47:10.880Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:47:10.880Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-08-04T09:47:10.880Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-08-04T09:47:10.881Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-04T09:47:10.881Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:47:10.881Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:47:10.881Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-08-04T09:47:10.881Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-08-04T09:47:10.881Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-04T09:47:10.882Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:47:10.882Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:47:10.882Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:47:10.882Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-08-04T09:47:10.882Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-08-04T09:47:10.882Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Node template dummy is not matching search criteria 2022-08-04T09:47:10.883Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-08-04T09:47:10.883Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:47:10.883Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-04T09:47:10.883Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:47:10.883Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-08-04T09:47:10.883Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-04T09:47:10.884Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:47:10.884Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-08-04T09:47:10.884Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-04T09:47:10.884Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:47:10.884Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-08-04T09:47:10.884Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-04T09:47:10.884Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:47:10.885Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-08-04T09:47:10.885Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-08-04T09:47:10.885Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=662cba48-b651-430c-9a3d-0e4b452dd8b4 2022-08-04T09:47:10.885Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:47:10.885Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:47:10.885Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:47:10.885Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:47:10.886Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:47:10.886Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:47:10.886Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:47:10.886Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:47:10.886Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:359b885a-64df-445a-9d82-30e08d436d9e Model Version:NULL Model InvariantUuid:66a908c5-c697-41b6-946c-b0769d9ac8d3 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:ca94a0e5-3344-4114-bcfe-3fea683a5715 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:51529986-e358-434b-9ee9-0cb31c2b75c4 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d68fb881-2943-4fb1-b7f4-c189600f2aa1 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:d4a388e9-3f9a-42c6-89d5-f8a379a271f5 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:7bb7aa20-bc63-41cb-83a1-9c5c035a4b71 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:662cba48-b651-430c-9a3d-0e4b452dd8b4 ModelInvariantUuid:e1d9c5bd-cc69-4c43-87bc-c525379e2a88 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:07e8e7ea-0d5f-4e69-b5d1-ab2c74e741d7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:5cc5d884-0d18-4e5a-bf0c-e0c384777e63 ModelInvariantUuid:98a6d0d9-3690-4404-b5d6-135d78cd5e1e ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:0838e006-7910-4e9e-8783-713a7c1cfe2d ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-08-04T09:47:10.891Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 93a6b4ea-7cd7-42a9-b0ef-65ce6095c77c Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-08-04T09:47:10.894Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||basic_cnf 0 2022-08-04T09:47:10.894Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 93a6b4ea-7cd7-42a9-b0ef-65ce6095c77c 2022-08-04T09:47:10.895Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 20460c7d-7485-4fc9-bf53-3aeaa3ed72f0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-08-04T09:47:10.895Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-08-04T09:47:10.895Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-08-04T09:47:10.964Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-08-04T09:47:10.965Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 20460c7d-7485-4fc9-bf53-3aeaa3ed72f0 12 2022-08-04T09:47:10.965Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-08-04T09:47:10.965Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-08-04T09:47:10.965Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-04T09:47:10.965Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:47:10.967Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:47:10.967Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606430965, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-08-04T09:47:11.067Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:47:11.068Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:47:11.069Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:47:11.090Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:47:11.091Z||pool-77-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:47:11.968Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 857622d2-f2b0-4f98-b371-7cfdee5f4918 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-08-04T09:47:11.968Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-08-04T09:47:11.968Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-08-04T09:47:12.022Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-08-04T09:47:12.022Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 857622d2-f2b0-4f98-b371-7cfdee5f4918 2688 2022-08-04T09:47:12.022Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-08-04T09:47:12.022Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-08-04T09:47:12.022Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-04T09:47:12.023Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:47:12.024Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:47:12.024Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606432022, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-08-04T09:47:12.125Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:47:12.126Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:47:12.126Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:47:12.140Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:47:12.141Z||pool-78-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:47:13.026Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e83f2245-7be9-43db-b607-dff5498b3dda from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-08-04T09:47:13.026Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-08-04T09:47:13.026Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-08-04T09:47:13.075Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-08-04T09:47:13.076Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json e83f2245-7be9-43db-b607-dff5498b3dda 828 2022-08-04T09:47:13.076Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-08-04T09:47:13.076Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-08-04T09:47:13.076Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-04T09:47:13.076Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:47:13.078Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:47:13.078Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606433076, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-04T09:47:13.178Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:47:13.179Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:47:13.179Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:47:13.193Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:47:13.194Z||pool-79-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:47:14.078Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "d4a388e9-3f9a-42c6-89d5-f8a379a271f5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7bb7aa20-bc63-41cb-83a1-9c5c035a4b71", "vfModuleModelCustomizationUUID": "65e390a9-9f9a-4e97-b052-22f5bac2b9f5", "isBase": true, "artifacts": [ "7d60f738-d157-48b4-bbcf-31a0d829607e", "857622d2-f2b0-4f98-b371-7cfdee5f4918", "a6abfcb4-f359-4e3c-a85a-eed33fd74cc2" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-08-04T09:47:14.082Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7bb7aa20-bc63-41cb-83a1-9c5c035a4b71 VfModuleModelInvariantUUID:d4a388e9-3f9a-42c6-89d5-f8a379a271f5 VfModuleModelDescription:NULL Artifacts UUID List:{ 7d60f738-d157-48b4-bbcf-31a0d829607e , 857622d2-f2b0-4f98-b371-7cfdee5f4918 , a6abfcb4-f359-4e3c-a85a-eed33fd74cc2 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-08-04T09:47:14.085Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "d4a388e9-3f9a-42c6-89d5-f8a379a271f5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7bb7aa20-bc63-41cb-83a1-9c5c035a4b71", "vfModuleModelCustomizationUUID": "65e390a9-9f9a-4e97-b052-22f5bac2b9f5", "isBase": true, "artifacts": [ "7d60f738-d157-48b4-bbcf-31a0d829607e", "857622d2-f2b0-4f98-b371-7cfdee5f4918", "a6abfcb4-f359-4e3c-a85a-eed33fd74cc2" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-08-04T09:47:14.085Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7bb7aa20-bc63-41cb-83a1-9c5c035a4b71 VfModuleModelInvariantUUID:d4a388e9-3f9a-42c6-89d5-f8a379a271f5 VfModuleModelDescription:NULL Artifacts UUID List:{ 7d60f738-d157-48b4-bbcf-31a0d829607e , 857622d2-f2b0-4f98-b371-7cfdee5f4918 , a6abfcb4-f359-4e3c-a85a-eed33fd74cc2 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-08-04T09:47:14.085Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7d60f738-d157-48b4-bbcf-31a0d829607e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-08-04T09:47:14.085Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-08-04T09:47:14.085Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-08-04T09:47:14.147Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-08-04T09:47:14.148Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 7d60f738-d157-48b4-bbcf-31a0d829607e 1164 2022-08-04T09:47:14.148Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-08-04T09:47:14.149Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-08-04T09:47:14.149Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-04T09:47:14.149Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:47:14.151Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:47:14.151Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606434148, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-08-04T09:47:14.251Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:47:14.252Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:47:14.253Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:47:14.270Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:47:14.271Z||pool-80-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-08-04T09:47:15.152Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a6abfcb4-f359-4e3c-a85a-eed33fd74cc2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-08-04T09:47:15.152Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-08-04T09:47:15.153Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-08-04T09:47:15.210Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-08-04T09:47:15.210Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env a6abfcb4-f359-4e3c-a85a-eed33fd74cc2 200 2022-08-04T09:47:15.210Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-08-04T09:47:15.210Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-08-04T09:47:15.210Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-04T09:47:15.211Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:47:15.212Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:47:15.213Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606435210, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-08-04T09:47:15.313Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:47:15.314Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:47:15.314Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:47:15.330Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:47:15.331Z||pool-81-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:47:16.213Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 359b885a-64df-445a-9d82-30e08d436d9e 2022-08-04T09:47:16.214Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 93a6b4ea-7cd7-42a9-b0ef-65ce6095c77c ASDC 2022-08-04T09:47:16.223Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||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-08-04T09:47:16.236Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1c44b6e7, org.onap.sdc.toscaparser.api.parameters.Input@2bdaa17e, org.onap.sdc.toscaparser.api.parameters.Input@7a5c2748, org.onap.sdc.toscaparser.api.parameters.Input@54355460, org.onap.sdc.toscaparser.api.parameters.Input@6d7f338f] 2022-08-04T09:47:16.238Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:47:16.239Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:47:16.239Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-08-04T09:47:16.239Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= d68fb881-2943-4fb1-b7f4-c189600f2aa1 2022-08-04T09:47:16.240Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d68fb881-2943-4fb1-b7f4-c189600f2aa1 matches Tosca VF Customization UUID: d68fb881-2943-4fb1-b7f4-c189600f2aa1 2022-08-04T09:47:16.240Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: d68fb881-2943-4fb1-b7f4-c189600f2aa1 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-08-04T09:47:16.244Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:47:16.244Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:47:16.245Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id d68fb881-2943-4fb1-b7f4-c189600f2aa1: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2022-08-04T09:47:16.246Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@76c57e7b 2022-08-04T09:47:16.246Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:47:16.246Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-04T09:47:16.247Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 65e390a9-9f9a-4e97-b052-22f5bac2b9f5 2022-08-04T09:47:16.247Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 65e390a9-9f9a-4e97-b052-22f5bac2b9f5 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-08-04T09:47:16.251Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:47:16.251Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-08-04T09:47:16.251Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-04T09:47:16.252Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:47:16.252Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-08-04T09:47:16.253Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-04T09:47:16.253Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:47:16.253Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-08-04T09:47:16.254Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-08-04T09:47:16.254Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=662cba48-b651-430c-9a3d-0e4b452dd8b4 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-08-04T09:47:16.257Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:47:16.257Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-08-04T09:47:16.257Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-04T09:47:16.258Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:47:16.258Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-08-04T09:47:16.258Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=d68fb881-2943-4fb1-b7f4-c189600f2aa1 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-08-04T09:47:16.260Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:47:16.260Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:47:16.261Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 359b885a-64df-445a-9d82-30e08d436d9e: basic_cnf 2022-08-04T09:47:16.261Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:47:16.261Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:47:16.261Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:47:16.262Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:47:16.262Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:47:16.262Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:47:16.262Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:47:16.262Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:47:16.264Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:47:16.264Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:47:16.265Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T09:47:16.336Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 93a6b4ea-7cd7-42a9-b0ef-65ce6095c77c 1 ASDC deployResourceStructure 2022-08-04T09:47:16.336Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-08-04T09:47:16.337Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-08-04T09:47:16.337Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-08-04T09:47:16.337Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:47:16.339Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:47:16.339Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606436336, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-08-04T09:47:16.439Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:47:16.440Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:47:16.440Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:47:16.454Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:47:16.455Z||pool-82-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:47:17.340Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-08-04T09:47:17.340Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-08-04T09:47:17.341Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-08-04T09:47:17.341Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:47:17.342Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:47:17.343Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606437340, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-08-04T09:47:17.443Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:47:17.444Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:47:17.444Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:47:17.464Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:47:17.465Z||pool-83-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:47:18.343Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-08-04T09:47:18.344Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-08-04T09:47:18.345Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-04T09:47:18.345Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:47:18.348Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:47:18.348Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606438343, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-08-04T09:47:18.448Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-04T09:47:18.449Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:47:18.449Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:47:18.464Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:47:18.464Z||pool-84-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-08-04T09:47:19.349Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-08-04T09:47:19.351Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-08-04T09:47:19.351Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-04T09:47:19.351Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:47:19.353Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:47:19.353Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606439349, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-08-04T09:47:19.454Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-08-04T09:47:19.455Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:47:19.455Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:47:19.470Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:47:19.470Z||pool-85-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-08-04T09:47:20.354Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-08-04T09:47:20.354Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-08-04T09:47:20.354Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-04T09:47:20.355Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:47:20.356Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:47:20.357Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606440354, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-08-04T09:47:20.458Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:47:20.459Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:47:20.459Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:47:20.482Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:47:20.482Z||pool-86-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:47:21.357Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-08-04T09:47:21.357Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-08-04T09:47:21.358Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-04T09:47:21.358Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:47:21.359Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:47:21.359Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606441357, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T09:47:21.472Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 112 ms 2022-08-04T09:47:21.473Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:47:21.473Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:47:21.515Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:47:21.515Z||pool-87-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:47:22.360Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45b14e08-bdfc-4fb6-996e-d8b0c79ac762 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T09:47:22.376Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45b14e08-bdfc-4fb6-996e-d8b0c79ac762 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T09:47:22.379Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-04T09:47:22.379Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-04T09:47:22.379Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-04T09:47:22.379Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-04T09:47:22.379Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T09:47:22.379Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T09:47:22.379Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T09:47:22.379Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T09:47:22.380Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T09:47:22.380Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T09:47:22.380Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T09:47:22.392Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-04T09:47:46.741Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:47:46.742Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:47:46.742Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:47:46.787Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:47:46.787Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:47:46.788Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659606343311, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:47:46.789Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:47:52.393Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 45b14e08-bdfc-4fb6-996e-d8b0c79ac762 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-08-04T09:47:52.399Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 45b14e08-bdfc-4fb6-996e-d8b0c79ac762 and serviceModelVersionId: 359b885a-64df-445a-9d82-30e08d436d9e 2022-08-04T09:47:52.400Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 66a908c5-c697-41b6-946c-b0769d9ac8d3 2022-08-04T09:47:52.401Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/66a908c5-c697-41b6-946c-b0769d9ac8d3/model-vers/model-ver/359b885a-64df-445a-9d82-30e08d436d9e?depth=0 2022-08-04T09:47:52.405Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-08-04T09:47:52.452Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66a908c5-c697-41b6-946c-b0769d9ac8d3/model-vers/model-ver/359b885a-64df-445a-9d82-30e08d436d9e?depth=0|INFO|500||Invoke 2022-08-04T09:47:52.453Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66a908c5-c697-41b6-946c-b0769d9ac8d3/model-vers/model-ver/359b885a-64df-445a-9d82-30e08d436d9e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66a908c5-c697-41b6-946c-b0769d9ac8d3/model-vers/model-ver/359b885a-64df-445a-9d82-30e08d436d9e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[45b14e08-bdfc-4fb6-996e-d8b0c79ac762], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[07f8bd4e-e0f4-4c3b-b22f-367b523f831c], X-ECOMP-RequestID=[45b14e08-bdfc-4fb6-996e-d8b0c79ac762], X-TransactionId=[], X-ONAP-RequestID=[45b14e08-bdfc-4fb6-996e-d8b0c79ac762], Content-Type=[application/merge-patch+json]} 2022-08-04T09:47:52.469Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66a908c5-c697-41b6-946c-b0769d9ac8d3/model-vers/model-ver/359b885a-64df-445a-9d82-30e08d436d9e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-08-04T09:47:52.564Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66a908c5-c697-41b6-946c-b0769d9ac8d3/model-vers/model-ver/359b885a-64df-445a-9d82-30e08d436d9e?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66a908c5-c697-41b6-946c-b0769d9ac8d3/model-vers/model-ver/359b885a-64df-445a-9d82-30e08d436d9e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220804-09:47:52:278-48637], vertex-id=[413696], Content-Length=[0], Date=[Thu, 04 Aug 2022 09:47:52 GMT], Content-Type=[application/json]} 2022-08-04T09:47:52.565Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66a908c5-c697-41b6-946c-b0769d9ac8d3/model-vers/model-ver/359b885a-64df-445a-9d82-30e08d436d9e?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-08-04T09:47:52.567Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66a908c5-c697-41b6-946c-b0769d9ac8d3/model-vers/model-ver/359b885a-64df-445a-9d82-30e08d436d9e?depth=0|INFO|500||InvokeReturn 2022-08-04T09:47:52.568Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-08-04T09:47:52.568Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-08-04T09:47:52.578Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-08-04T09:47:52.578Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 45b14e08-bdfc-4fb6-996e-d8b0c79ac762 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-08-04T09:47:52.579Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-08-04T09:47:52.579Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:47:52.582Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:47:52.582Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606472579, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-04T09:47:52.682Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:47:52.684Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:47:52.684Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:47:52.704Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:47:52.704Z||pool-88-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-08-04T09:47:53.594Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-04T09:47:53.594Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"7b15d2f1-ac0b-47e9-bde3-eddfe91e1716","serviceName":"Demo_pNF_wICTmzVht787bhdvnYkH","serviceVersion":"1.0","serviceUUID":"4e50e431-2631-4ccf-895c-bb8a24a07e9f","serviceDescription":"catalog service description","serviceInvariantUUID":"4e1fbba9-19c0-4226-b915-475ab2590e6c","resources":[{"resourceInstanceName":"pNF 3b809376-6565 0","resourceName":"pNF 3b809376-6565","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7f088af9-8b9d-4cc5-820f-68cc672e246b","resourceInvariantUUID":"5084d8c2-0513-46df-839c-5ded77298139","resourceCustomizationUUID":"edf2b1bd-2a64-4a86-bbb7-c16aceaab86b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/vf-license-model.xml","artifactChecksum":"ZjRiM2YzMDRiOTY0ZjZiNWJhZGZlNGYyMjQwMGY0Y2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"31b02f83-63c0-49a7-8f38-dd9cf2547dee","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/pNF.csar","artifactChecksum":"YWRmYzQ0MjBiYjE5MThmYjA1MmIwNzcyYmU1MWRhMDQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5359c468-41c7-4ac8-bbbf-cc3103adec59","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4e7387ab-cfef-42e2-a665-9e39a7292474","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/vendor-license-model.xml","artifactChecksum":"MmRmZGY5NDUyMmZhZWQzZTIzNmFlNzRmNzFiNDI4Mjc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"454ceb0e-d2f3-4dc7-9f1f-060b1e5931fd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"31c1c045-175a-4b10-940e-bf27478c6d2a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3b34c0b5-89fc-4696-b85e-27cb9f2da0c4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfWictmzvht787bhdvnykh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/artifacts/service-DemoPnfWictmzvht787bhdvnykh-template.yml","artifactChecksum":"Yjg3ODI4M2NjNDY3YmQyNDg3ZTI1ZmJlNzJhMzgxOTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"78310861-1037-4d2f-a32b-12bfb89a481c","artifactVersion":"1"},{"artifactName":"service-DemoPnfWictmzvht787bhdvnykh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/artifacts/service-DemoPnfWictmzvht787bhdvnykh-csar.csar","artifactChecksum":"ZGYwY2FhM2VkOWM4Y2UwYjUzNjBjMzRhM2MyOTMzZjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e27fc211-526a-4d7a-89de-8a53b24fd9e2","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-04T09:47:53.595Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T09:47:53.595Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:47:53.596Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:47:53.597Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:47:53.697Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:47:53.698Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:47:53.698Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:47:53.714Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:47:53.714Z||pool-89-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-08-04T09:47:54.597Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T09:47:54.598Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:47:54.600Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:47:54.600Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-04T09:47:54.700Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-04T09:47:54.701Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:47:54.701Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:47:54.714Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:47:54.715Z||pool-90-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:47:55.601Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T09:47:55.602Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:47:55.604Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:47:55.604Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-04T09:47:55.704Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:47:55.705Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:47:55.705Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:47:55.722Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:47:55.723Z||pool-91-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:47:56.605Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T09:47:56.605Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:47:56.607Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:47:56.608Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:47:56.708Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-04T09:47:56.708Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:47:56.709Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:47:56.724Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:47:56.724Z||pool-92-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-08-04T09:47:57.608Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T09:47:57.609Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:47:57.611Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:47:57.611Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T09:47:57.711Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-04T09:47:57.712Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:47:57.712Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:47:57.726Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:47:57.726Z||pool-93-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-08-04T09:47:58.612Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T09:47:58.613Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:47:58.615Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:47:58.615Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T09:47:58.716Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:47:58.716Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:47:58.717Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:47:58.732Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:47:58.732Z||pool-94-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:47:59.616Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T09:47:59.617Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:47:59.619Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:47:59.619Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/artifacts/service-DemoPnfWictmzvht787bhdvnykh-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:47:59.721Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-08-04T09:47:59.721Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:47:59.721Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:47:59.735Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:47:59.735Z||pool-95-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:48:00.619Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T09:48:00.620Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:48:00.623Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:48:00.623Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/artifacts/service-DemoPnfWictmzvht787bhdvnykh-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:48:00.723Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:48:00.724Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:48:00.724Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:48:00.738Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:48:00.738Z||pool-96-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:48:01.625Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "serviceName": "Demo_pNF_wICTmzVht787bhdvnYkH", "serviceVersion": "1.0", "serviceUUID": "4e50e431-2631-4ccf-895c-bb8a24a07e9f", "serviceDescription": "catalog service description", "serviceInvariantUUID": "4e1fbba9-19c0-4226-b915-475ab2590e6c", "resources": [ { "resourceInstanceName": "pNF 3b809376-6565 0", "resourceCustomizationUUID": "edf2b1bd-2a64-4a86-bbb7-c16aceaab86b", "resourceName": "pNF 3b809376-6565", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "7f088af9-8b9d-4cc5-820f-68cc672e246b", "resourceInvariantUUID": "5084d8c2-0513-46df-839c-5ded77298139", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfWictmzvht787bhdvnykh-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/artifacts/service-DemoPnfWictmzvht787bhdvnykh-csar.csar", "artifactChecksum": "ZGYwY2FhM2VkOWM4Y2UwYjUzNjBjMzRhM2MyOTMzZjA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e27fc211-526a-4d7a-89de-8a53b24fd9e2" } ], "workloadContext": "Production" } 2022-08-04T09:48:01.627Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-04T09:48:01.627Z|45b14e08-bdfc-4fb6-996e-d8b0c79ac762|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4e50e431-2631-4ccf-895c-bb8a24a07e9f ASDC 2022-08-04T09:48:01.628Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:7b15d2f1-ac0b-47e9-bde3-eddfe91e1716 ServiceName:Demo_pNF_wICTmzVht787bhdvnYkH ServiceVersion:1.0 ServiceUUID:4e50e431-2631-4ccf-895c-bb8a24a07e9f ServiceInvariantUUID:4e1fbba9-19c0-4226-b915-475ab2590e6c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfWictmzvht787bhdvnykh-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/artifacts/service-DemoPnfWictmzvht787bhdvnykh-csar.csar ArtifactUUID:e27fc211-526a-4d7a-89de-8a53b24fd9e2 ArtifactChecksum:ZGYwY2FhM2VkOWM4Y2UwYjUzNjBjMzRhM2MyOTMzZjA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 3b809376-6565 0 ResourceCustomizationUUID:edf2b1bd-2a64-4a86-bbb7-c16aceaab86b ResourceInvariantUUID:5084d8c2-0513-46df-839c-5ded77298139 ResourceName:pNF 3b809376-6565 ResourceType:PNF ResourceUUID:7f088af9-8b9d-4cc5-820f-68cc672e246b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-08-04T09:48:01.628Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4e50e431-2631-4ccf-895c-bb8a24a07e9f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-08-04T09:48:01.653Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-04T09:48:01.654Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-08-04T09:48:01.654Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-08-04T09:48:01.654Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e27fc211-526a-4d7a-89de-8a53b24fd9e2 from URL: /sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/artifacts/service-DemoPnfWictmzvht787bhdvnykh-csar.csar 2022-08-04T09:48:01.654Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-08-04T09:48:01.654Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/artifacts/service-DemoPnfWictmzvht787bhdvnykh-csar.csar 2022-08-04T09:48:01.778Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-08-04T09:48:01.781Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/artifacts/service-DemoPnfWictmzvht787bhdvnykh-csar.csar e27fc211-526a-4d7a-89de-8a53b24fd9e2 82648 2022-08-04T09:48:01.782Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/artifacts/service-DemoPnfWictmzvht787bhdvnykh-csar.csar ASDC sendASDCNotification 2022-08-04T09:48:01.782Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/artifacts/service-DemoPnfWictmzvht787bhdvnykh-csar.csar 2022-08-04T09:48:01.782Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-04T09:48:01.782Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:48:01.784Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:48:01.784Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606481782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/artifacts/service-DemoPnfWictmzvht787bhdvnykh-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T09:48:01.884Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:48:01.885Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:48:01.885Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:48:01.900Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:48:01.900Z||pool-97-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:48:02.792Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-04T09:48:02.793Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-08-04T09:48:02.793Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: e27fc211-526a-4d7a-89de-8a53b24fd9e2, URL: /sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/artifacts/service-DemoPnfWictmzvht787bhdvnykh-csar.csar to file: /app/ASDC/1/service-DemoPnfWictmzvht787bhdvnykh-csar.csar 2022-08-04T09:48:02.794Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfWictmzvht787bhdvnykh-csar.csar 2022-08-04T09:48:02.794Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfWictmzvht787bhdvnykh-csar.csar 2022-08-04T09:48:02.794Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfWictmzvht787bhdvnykh-csar.csar 2022-08-04T09:48:02.915Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP564342123508419738/Definitions/service-DemoPnfWictmzvht787bhdvnykh-template.yml 2022-08-04T09:48:03.701Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-08-04T09:48:03.702Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-08-04T09:48:03.702Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfWictmzvht787bhdvnykh-csar.csar 2022-08-04T09:48:03.702Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-08-04T09:48:03.702Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 3b809376-6565 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-DemoPnfWictmzvht787bhdvnykh-csar.csar 2022-08-04T09:48:03.702Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|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-DemoPnfWictmzvht787bhdvnykh-csar.csar 2022-08-04T09:48:03.702Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|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-DemoPnfWictmzvht787bhdvnykh-csar.csar 2022-08-04T09:48:03.702Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|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-DemoPnfWictmzvht787bhdvnykh-csar.csar 2022-08-04T09:48:03.702Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|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-DemoPnfWictmzvht787bhdvnykh-csar.csar 2022-08-04T09:48:03.702Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|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-DemoPnfWictmzvht787bhdvnykh-csar.csar 2022-08-04T09:48:03.702Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|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-DemoPnfWictmzvht787bhdvnykh-csar.csar 2022-08-04T09:48:03.703Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-08-04T09:48:03.703Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:48:03.703Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_wICTmzVht787bhdvnYkH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:48:03.703Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||Node template pNF 3b809376-6565 0 is matching search criteria 2022-08-04T09:48:03.703Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-08-04T09:48:03.703Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 3b809376-6565 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-04T09:48:03.703Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:48:03.703Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_wICTmzVht787bhdvnYkH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:48:03.704Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||Node template pNF 3b809376-6565 0 is matching search criteria 2022-08-04T09:48:03.704Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-08-04T09:48:03.704Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 3b809376-6565 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-04T09:48:03.704Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:48:03.704Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_wICTmzVht787bhdvnYkH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:48:03.704Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:48:03.704Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_wICTmzVht787bhdvnYkH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:48:03.705Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:48:03.705Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_wICTmzVht787bhdvnYkH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:48:03.705Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:48:03.705Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_wICTmzVht787bhdvnYkH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:48:03.705Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:48:03.705Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_wICTmzVht787bhdvnYkH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:48:03.705Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_wICTmzVht787bhdvnYkH Description:catalog service description Model UUID:4e50e431-2631-4ccf-895c-bb8a24a07e9f Model Version:NULL Model InvariantUuid:4e1fbba9-19c0-4226-b915-475ab2590e6c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-08-04T09:48:03.713Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 7f088af9-8b9d-4cc5-820f-68cc672e246b Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-08-04T09:48:03.715Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500||pNF 3b809376-6565 0 2022-08-04T09:48:03.716Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 7f088af9-8b9d-4cc5-820f-68cc672e246b 2022-08-04T09:48:03.716Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 4e50e431-2631-4ccf-895c-bb8a24a07e9f 2022-08-04T09:48:03.716Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 4e50e431-2631-4ccf-895c-bb8a24a07e9f 2022-08-04T09:48:03.716Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 3b809376-6565 0 7f088af9-8b9d-4cc5-820f-68cc672e246b ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-08-04T09:48:03.720Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@b306f42, org.onap.sdc.toscaparser.api.parameters.Input@10a304f, org.onap.sdc.toscaparser.api.parameters.Input@5f026978, org.onap.sdc.toscaparser.api.parameters.Input@61ff1cc, org.onap.sdc.toscaparser.api.parameters.Input@eddd432] 2022-08-04T09:48:03.721Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:48:03.721Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_wICTmzVht787bhdvnYkH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:48:03.721Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 4e50e431-2631-4ccf-895c-bb8a24a07e9f: pNF 3b809376-6565 2022-08-04T09:48:03.721Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500||Processing PNF resource: 7f088af9-8b9d-4cc5-820f-68cc672e246b 2022-08-04T09:48:03.722Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T09:48:03.722Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_wICTmzVht787bhdvnYkH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T09:48:03.722Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500||Resource customization UUID: edf2b1bd-2a64-4a86-bbb7-c16aceaab86b is the same as notified resource customizationUUID: edf2b1bd-2a64-4a86-bbb7-c16aceaab86b Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-08-04T09:48:03.751Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 3b809376-6565 7f088af9-8b9d-4cc5-820f-68cc672e246b 0 ASDC deployResourceStructure 2022-08-04T09:48:03.752Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/artifacts/service-DemoPnfWictmzvht787bhdvnykh-csar.csar ASDC sendASDCNotification 2022-08-04T09:48:03.752Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/artifacts/service-DemoPnfWictmzvht787bhdvnykh-csar.csar 2022-08-04T09:48:03.752Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-04T09:48:03.753Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:48:03.754Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:48:03.755Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606483752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/artifacts/service-DemoPnfWictmzvht787bhdvnykh-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T09:48:03.855Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:48:03.855Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:48:03.856Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:48:03.869Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:48:03.869Z||pool-98-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-04T09:48:04.756Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b15d2f1-ac0b-47e9-bde3-eddfe91e1716 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T09:48:04.774Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b15d2f1-ac0b-47e9-bde3-eddfe91e1716 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T09:48:04.778Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-04T09:48:04.778Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-04T09:48:04.779Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-04T09:48:04.779Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-04T09:48:34.779Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b15d2f1-ac0b-47e9-bde3-eddfe91e1716 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T09:48:34.793Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b15d2f1-ac0b-47e9-bde3-eddfe91e1716 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T09:48:34.795Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-04T09:48:34.795Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-04T09:48:34.795Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-04T09:48:34.796Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-04T09:48:46.741Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:48:46.742Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:48:46.742Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:48:46.782Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:48:46.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:48:46.784Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659606343311, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T09:48:46.785Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:48:46.785Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:48:46.785Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659606343311, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T09:48:46.785Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:48:46.786Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:48:46.786Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659606343311, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/artifacts/service-DemoPnfWictmzvht787bhdvnykh-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:48:46.786Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:48:46.788Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:48:46.788Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659606343311, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/artifacts/service-DemoPnfWictmzvht787bhdvnykh-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:48:46.788Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:48:46.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:48:46.789Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659606352138, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/artifacts/service-DemoPnfWictmzvht787bhdvnykh-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T09:48:46.789Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:48:46.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:48:46.789Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "clamp", "timestamp": 1659606353452, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/artifacts/service-DemoPnfWictmzvht787bhdvnykh-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T09:48:46.789Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:48:46.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:48:46.790Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659606354057, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/artifacts/service-DemoPnfWictmzvht787bhdvnykh-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T09:48:46.790Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:48:46.790Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:48:46.790Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659606355061, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T09:48:46.808Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7b15d2f1-ac0b-47e9-bde3-eddfe91e1716 2022-08-04T09:48:46.808Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b15d2f1-ac0b-47e9-bde3-eddfe91e1716 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T09:48:46.816Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:48:46.816Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "clamp", "timestamp": 1659606355460, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/artifacts/service-DemoPnfWictmzvht787bhdvnykh-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T09:48:46.816Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:48:46.816Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:48:46.817Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "clamp", "timestamp": 1659606356464, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T09:48:46.821Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7b15d2f1-ac0b-47e9-bde3-eddfe91e1716 2022-08-04T09:48:46.821Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b15d2f1-ac0b-47e9-bde3-eddfe91e1716 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T09:48:46.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:48:46.829Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606375721, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-04T09:48:46.830Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:48:46.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:48:46.831Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:48:46.831Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:48:46.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:48:46.832Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-04T09:48:46.832Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:48:46.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:48:46.832Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-04T09:48:46.833Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:48:46.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:48:46.833Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:48:46.833Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:48:46.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:48:46.834Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T09:48:46.834Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:48:46.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:48:46.834Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T09:48:46.834Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:48:46.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:48:46.835Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:48:46.835Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:48:46.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:48:46.835Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:48:46.835Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-04T09:48:46.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:48:46.835Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606385087, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T09:48:46.836Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:48:46.836Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T09:48:46.836Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606387050, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T09:48:46.836Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:49:04.796Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b15d2f1-ac0b-47e9-bde3-eddfe91e1716 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T09:49:04.806Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b15d2f1-ac0b-47e9-bde3-eddfe91e1716 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T09:49:04.814Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-04T09:49:04.814Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-04T09:49:04.814Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-04T09:49:04.815Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-04T09:49:04.815Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T09:49:04.815Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T09:49:04.816Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T09:49:04.816Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T09:49:04.816Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T09:49:04.816Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T09:49:04.817Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T09:49:04.817Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T09:49:04.823Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-04T09:49:34.823Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7b15d2f1-ac0b-47e9-bde3-eddfe91e1716 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-08-04T09:49:34.830Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7b15d2f1-ac0b-47e9-bde3-eddfe91e1716 and serviceModelVersionId: 4e50e431-2631-4ccf-895c-bb8a24a07e9f 2022-08-04T09:49:34.830Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4e1fbba9-19c0-4226-b915-475ab2590e6c 2022-08-04T09:49:34.831Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4e1fbba9-19c0-4226-b915-475ab2590e6c/model-vers/model-ver/4e50e431-2631-4ccf-895c-bb8a24a07e9f?depth=0 2022-08-04T09:49:34.836Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-08-04T09:49:34.900Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e1fbba9-19c0-4226-b915-475ab2590e6c/model-vers/model-ver/4e50e431-2631-4ccf-895c-bb8a24a07e9f?depth=0|INFO|500||Invoke 2022-08-04T09:49:34.901Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e1fbba9-19c0-4226-b915-475ab2590e6c/model-vers/model-ver/4e50e431-2631-4ccf-895c-bb8a24a07e9f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e1fbba9-19c0-4226-b915-475ab2590e6c/model-vers/model-ver/4e50e431-2631-4ccf-895c-bb8a24a07e9f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7b15d2f1-ac0b-47e9-bde3-eddfe91e1716], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7ea37878-65a5-4b00-be72-93b9bfba989c], X-ECOMP-RequestID=[7b15d2f1-ac0b-47e9-bde3-eddfe91e1716], X-TransactionId=[], X-ONAP-RequestID=[7b15d2f1-ac0b-47e9-bde3-eddfe91e1716], Content-Type=[application/merge-patch+json]} 2022-08-04T09:49:34.922Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e1fbba9-19c0-4226-b915-475ab2590e6c/model-vers/model-ver/4e50e431-2631-4ccf-895c-bb8a24a07e9f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-08-04T09:49:35.010Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e1fbba9-19c0-4226-b915-475ab2590e6c/model-vers/model-ver/4e50e431-2631-4ccf-895c-bb8a24a07e9f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e1fbba9-19c0-4226-b915-475ab2590e6c/model-vers/model-ver/4e50e431-2631-4ccf-895c-bb8a24a07e9f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220804-09:49:34:732-24248], vertex-id=[462864], Content-Length=[0], Date=[Thu, 04 Aug 2022 09:49:34 GMT], Content-Type=[application/json]} 2022-08-04T09:49:35.010Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e1fbba9-19c0-4226-b915-475ab2590e6c/model-vers/model-ver/4e50e431-2631-4ccf-895c-bb8a24a07e9f?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-08-04T09:49:35.011Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e1fbba9-19c0-4226-b915-475ab2590e6c/model-vers/model-ver/4e50e431-2631-4ccf-895c-bb8a24a07e9f?depth=0|INFO|500||InvokeReturn 2022-08-04T09:49:35.012Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-08-04T09:49:35.015Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-08-04T09:49:35.022Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-08-04T09:49:35.022Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7b15d2f1-ac0b-47e9-bde3-eddfe91e1716 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-08-04T09:49:35.023Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-08-04T09:49:35.023Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-04T09:49:35.028Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T09:49:35.028Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606575023, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-04T09:49:35.128Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T09:49:35.129Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T09:49:35.129Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T09:49:35.148Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:49:35.148Z||pool-99-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-08-04T09:49:36.041Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:49:36.041Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:49:36.042Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:49:46.382Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:49:46.383Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:49:46.383Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:49:46.384Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:49:46.741Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:49:46.741Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:49:46.742Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:49:46.804Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:49:46.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-04T09:49:46.805Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606418264, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-04T09:49:46.806Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:49:46.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-04T09:49:46.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:49:46.807Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-04T09:49:46.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-04T09:49:46.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-08-04T09:49:46.807Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-04T09:49:46.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-04T09:49:46.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-08-04T09:49:46.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-04T09:49:46.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-04T09:49:46.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-08-04T09:49:46.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-04T09:49:46.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-04T09:49:46.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-08-04T09:49:46.809Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-04T09:49:46.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-04T09:49:46.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:49:46.809Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-04T09:49:46.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-04T09:49:46.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-08-04T09:49:46.809Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-04T09:49:46.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-04T09:49:46.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:49:46.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-04T09:49:46.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-04T09:49:46.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:49:46.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-04T09:49:46.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-04T09:49:46.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606428657, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T09:49:46.811Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:49:46.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-04T09:49:46.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606430965, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-08-04T09:49:46.811Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:49:46.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-04T09:49:46.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606432022, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-08-04T09:49:46.811Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:49:46.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-04T09:49:46.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606433076, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-04T09:49:46.812Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:49:46.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-04T09:49:46.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606434148, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-08-04T09:49:46.812Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:49:46.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-04T09:49:46.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606435210, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-08-04T09:49:46.813Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:49:46.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-04T09:49:46.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606436336, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-08-04T09:49:46.813Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:49:46.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-04T09:49:46.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606437340, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-08-04T09:49:46.813Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:49:46.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-04T09:49:46.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606438343, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-08-04T09:49:46.814Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:49:46.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-04T09:49:46.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606439349, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-08-04T09:49:46.814Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:49:46.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-04T09:49:46.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606440354, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-08-04T09:49:46.815Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:49:46.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-04T09:49:46.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606441357, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T09:49:46.815Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:49:55.937Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:49:55.939Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:49:55.940Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:49:55.940Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:50:05.490Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:50:05.491Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:50:05.491Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:50:05.491Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:50:15.033Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:50:15.034Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:50:15.035Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:50:15.035Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:50:24.623Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:50:24.624Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:50:24.625Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:50:24.625Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:50:34.169Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:50:34.170Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:50:34.171Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:50:34.172Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:50:43.723Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:50:46.739Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:50:46.740Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:50:46.740Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:50:46.741Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:50:46.741Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:50:46.742Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:50:46.797Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:50:46.798Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-08-04T09:50:46.798Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606472579, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-04T09:50:46.800Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:50:46.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-08-04T09:50:46.800Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:50:46.800Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-08-04T09:50:46.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-08-04T09:50:46.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-04T09:50:46.801Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-08-04T09:50:46.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-08-04T09:50:46.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-04T09:50:46.801Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-08-04T09:50:46.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-08-04T09:50:46.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T09:50:46.802Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-08-04T09:50:46.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-08-04T09:50:46.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T09:50:46.802Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-08-04T09:50:46.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-08-04T09:50:46.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/resourceInstances/pnf3b80937665650/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T09:50:46.803Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-08-04T09:50:46.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-08-04T09:50:46.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/artifacts/service-DemoPnfWictmzvht787bhdvnykh-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T09:50:46.803Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-08-04T09:50:46.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-08-04T09:50:46.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606323824, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/artifacts/service-DemoPnfWictmzvht787bhdvnykh-csar.csar", "status": "NOTIFIED" } 2022-08-04T09:50:46.804Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-08-04T09:50:46.804Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-08-04T09:50:46.804Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606481782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/artifacts/service-DemoPnfWictmzvht787bhdvnykh-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T09:50:46.804Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:50:46.805Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-08-04T09:50:46.805Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606483752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWictmzvht787bhdvnykh/1.0/artifacts/service-DemoPnfWictmzvht787bhdvnykh-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T09:50:46.805Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:50:56.318Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:51:46.739Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:51:46.740Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:51:46.740Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:51:46.741Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:51:46.741Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:51:46.741Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:51:47.274Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:51:47.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-04T09:51:47.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b15d2f1-ac0b-47e9-bde3-eddfe91e1716", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659606575023, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-04T09:51:47.276Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T09:51:56.310Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:52:46.739Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:52:46.740Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:52:46.740Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:52:46.741Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:52:46.741Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:52:46.741Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:52:56.302Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:52:56.305Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:53:46.739Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:53:46.740Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:53:46.741Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:53:46.741Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:53:46.741Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:53:46.742Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:53:56.291Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:53:56.292Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:54:46.739Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:54:46.740Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:54:46.740Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:54:46.741Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:54:46.741Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:54:46.741Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:54:56.299Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:54:56.298Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:55:46.739Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:55:46.740Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:55:46.740Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:55:46.741Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:55:46.741Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:55:46.742Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:55:56.294Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:55:56.295Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:56:46.739Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:56:46.739Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:56:46.739Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:56:46.741Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:56:46.741Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:56:46.741Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:56:56.288Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:56:56.293Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:57:46.739Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:57:46.739Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:57:46.739Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:57:46.741Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:57:46.741Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:57:46.741Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:57:56.291Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:57:56.297Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:58:46.739Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:58:46.739Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:58:46.739Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:58:46.741Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:58:46.741Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:58:46.741Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:58:56.296Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:58:56.299Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:59:46.739Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:59:46.740Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:59:46.740Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:59:46.741Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T09:59:46.741Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T09:59:46.741Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T09:59:56.299Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T09:59:56.305Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:00:46.739Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T10:00:46.741Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T10:00:46.741Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T10:00:46.741Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T10:00:46.741Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|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 QMx8hPJFHHsYD2SB) ... 2022-08-04T10:00:46.741Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|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 QMx8hPJFHHsYD2SB) ... 2022-08-04T10:00:56.311Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:00:56.316Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:01:46.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T10:01:46.740Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T10:01:46.740Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T10:01:46.741Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T10:01:46.744Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T10:01:46.744Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|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 QMx8hPJFHHsYD2SB) ... 2022-08-04T10:01:47.190Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:01:47.191Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.191Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "aai-ml", "timestamp": 1659607275910, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T10:01:47.193Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.193Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.193Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659607273311, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T10:01:47.194Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.194Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.194Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "cds", "timestamp": 1659607277670, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T10:01:47.194Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.194Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.194Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "ves-openapi-manager", "timestamp": 1659607278234, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T10:01:47.194Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.195Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.195Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "aai-ml", "timestamp": 1659607275910, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-04T10:01:47.195Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.195Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.195Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "cds", "timestamp": 1659607277670, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-04T10:01:47.195Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.195Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.195Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659607273311, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-04T10:01:47.195Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.196Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.196Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "ves-openapi-manager", "timestamp": 1659607278234, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-04T10:01:47.196Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.196Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.196Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "aai-ml", "timestamp": 1659607275910, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T10:01:47.196Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.196Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.196Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659607273311, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T10:01:47.197Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.197Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.197Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "cds", "timestamp": 1659607277670, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T10:01:47.197Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.197Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.197Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "ves-openapi-manager", "timestamp": 1659607278234, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T10:01:47.197Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.198Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.198Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "aai-ml", "timestamp": 1659607275910, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T10:01:47.198Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.198Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.198Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "cds", "timestamp": 1659607277670, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T10:01:47.198Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.198Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.198Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659607273311, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T10:01:47.199Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.199Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.199Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "ves-openapi-manager", "timestamp": 1659607278234, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T10:01:47.199Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.199Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.199Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "aai-ml", "timestamp": 1659607275910, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-08-04T10:01:47.199Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.199Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.200Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659607273311, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-08-04T10:01:47.200Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.200Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.200Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "cds", "timestamp": 1659607277670, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-08-04T10:01:47.200Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.200Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.200Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "ves-openapi-manager", "timestamp": 1659607278234, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-08-04T10:01:47.201Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.201Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.201Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "aai-ml", "timestamp": 1659607275910, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-04T10:01:47.201Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.201Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.201Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659607273311, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-04T10:01:47.201Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.201Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.202Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "cds", "timestamp": 1659607277670, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-04T10:01:47.202Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.202Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.202Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "ves-openapi-manager", "timestamp": 1659607278234, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-04T10:01:47.202Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.202Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.202Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "multicloud-k8s-id", "timestamp": 1659607284323, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T10:01:47.202Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.203Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.203Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "aai-ml", "timestamp": 1659607275910, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T10:01:47.203Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.203Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.203Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659607273311, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T10:01:47.203Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.203Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.203Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "cds", "timestamp": 1659607277670, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T10:01:47.204Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.204Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.204Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "ves-openapi-manager", "timestamp": 1659607278234, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T10:01:47.204Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.204Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.204Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "multicloud-k8s-id", "timestamp": 1659607284323, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-08-04T10:01:47.204Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.205Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.205Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "policy-id", "timestamp": 1659607285607, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T10:01:47.205Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.205Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.205Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "aai-ml", "timestamp": 1659607275910, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-08-04T10:01:47.206Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.206Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.206Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659607273311, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-08-04T10:01:47.206Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.206Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.206Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "cds", "timestamp": 1659607277670, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-08-04T10:01:47.206Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.206Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.207Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "ves-openapi-manager", "timestamp": 1659607278234, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-04T10:01:47.207Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.207Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.207Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "multicloud-k8s-id", "timestamp": 1659607284323, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-08-04T10:01:47.207Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.207Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.207Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "policy-id", "timestamp": 1659607285607, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-04T10:01:47.208Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.208Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.208Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "cds", "timestamp": 1659607287505, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T10:01:47.208Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:01:47.208Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.208Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659607287826, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T10:01:47.208Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:01:47.209Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.209Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "aai-ml", "timestamp": 1659607287036, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T10:01:47.209Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:01:47.209Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.209Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "multicloud-k8s-id", "timestamp": 1659607284323, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T10:01:47.209Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.209Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.209Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "policy-id", "timestamp": 1659607285607, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-08-04T10:01:47.210Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.210Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.210Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "multicloud-k8s-id", "timestamp": 1659607284323, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-08-04T10:01:47.210Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.210Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.210Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "policy-id", "timestamp": 1659607285607, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T10:01:47.211Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.211Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.211Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659607290245, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T10:01:47.211Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:01:47.211Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.211Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "cds", "timestamp": 1659607290090, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T10:01:47.234Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4e68e212-59be-4c26-b6b7-78ec98a5242d 2022-08-04T10:01:47.235Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e68e212-59be-4c26-b6b7-78ec98a5242d and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T10:01:47.243Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.243Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "multicloud-k8s-id", "timestamp": 1659607284323, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-04T10:01:47.243Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.244Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.244Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "policy-id", "timestamp": 1659607285607, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-08-04T10:01:47.244Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.244Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.244Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659607291248, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T10:01:47.249Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4e68e212-59be-4c26-b6b7-78ec98a5242d 2022-08-04T10:01:47.250Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e68e212-59be-4c26-b6b7-78ec98a5242d and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T10:01:47.257Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.257Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "multicloud-k8s-id", "timestamp": 1659607284323, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T10:01:47.257Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.257Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.258Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "policy-id", "timestamp": 1659607285607, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-04T10:01:47.258Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.258Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.258Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "multicloud-k8s-id", "timestamp": 1659607284323, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-08-04T10:01:47.259Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.259Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.259Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "policy-id", "timestamp": 1659607285607, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T10:01:47.259Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.259Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.259Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "multicloud-k8s-id", "timestamp": 1659607293090, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-04T10:01:47.260Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:01:47.260Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.260Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "policy-id", "timestamp": 1659607285607, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-08-04T10:01:47.260Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.260Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.260Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "multicloud-k8s-id", "timestamp": 1659607294151, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-08-04T10:01:47.261Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:01:47.261Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.261Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "aai-ml", "timestamp": 1659607294028, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T10:01:47.261Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:01:47.262Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.262Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "policy-id", "timestamp": 1659607294375, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T10:01:47.262Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:01:47.262Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.262Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "multicloud-k8s-id", "timestamp": 1659607295205, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-08-04T10:01:47.262Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:01:47.262Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.263Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "policy-id", "timestamp": 1659607295379, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T10:01:47.263Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:01:47.263Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.263Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "aai-ml", "timestamp": 1659607295031, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T10:01:47.268Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4e68e212-59be-4c26-b6b7-78ec98a5242d 2022-08-04T10:01:47.268Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e68e212-59be-4c26-b6b7-78ec98a5242d and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T10:01:47.277Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.277Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "clamp", "timestamp": 1659607295573, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T10:01:47.278Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.278Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.278Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "multicloud-k8s-id", "timestamp": 1659607296229, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T10:01:47.282Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4e68e212-59be-4c26-b6b7-78ec98a5242d 2022-08-04T10:01:47.283Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e68e212-59be-4c26-b6b7-78ec98a5242d and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T10:01:47.290Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.290Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "policy-id", "timestamp": 1659607296382, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T10:01:47.294Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4e68e212-59be-4c26-b6b7-78ec98a5242d 2022-08-04T10:01:47.295Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e68e212-59be-4c26-b6b7-78ec98a5242d and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-08-04T10:01:47.301Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.301Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "clamp", "timestamp": 1659607295573, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-08-04T10:01:47.302Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.302Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.302Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "multicloud-k8s-id", "timestamp": 1659607297233, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-08-04T10:01:47.302Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:01:47.302Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.302Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "clamp", "timestamp": 1659607295573, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T10:01:47.302Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.302Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.303Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "clamp", "timestamp": 1659607295573, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T10:01:47.303Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.303Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.303Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "clamp", "timestamp": 1659607295573, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-08-04T10:01:47.304Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.304Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.304Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "clamp", "timestamp": 1659607295573, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-04T10:01:47.304Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.304Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.304Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "clamp", "timestamp": 1659607295573, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T10:01:47.304Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.305Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.305Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "clamp", "timestamp": 1659607295573, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-08-04T10:01:47.305Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.305Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.305Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "ves-openapi-manager", "timestamp": 1659607298234, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T10:01:47.305Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.305Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.305Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "multicloud-k8s-id", "timestamp": 1659607304323, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T10:01:47.306Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.306Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.306Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659607303311, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T10:01:47.306Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.306Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.306Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "policy-id", "timestamp": 1659607305608, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T10:01:47.306Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.307Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.307Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "ves-openapi-manager", "timestamp": 1659607298234, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-04T10:01:47.307Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.307Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.307Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659607303311, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-04T10:01:47.307Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.307Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.307Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "multicloud-k8s-id", "timestamp": 1659607304323, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-08-04T10:01:47.308Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:01:47.376Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:01:47.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T10:01:47.377Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"4e68e212-59be-4c26-b6b7-78ec98a5242d","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"caa5bfd2-d625-4a72-8e1f-d911e79f5e70","serviceDescription":"service","serviceInvariantUUID":"8398265a-eaa4-4926-bdc0-a45d2bd1e810","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8da24ad7-8e52-45d2-b362-5f6e84b56634","resourceInvariantUUID":"ec15264e-8118-460b-b484-4d28a273b729","resourceCustomizationUUID":"3b33719f-7827-4238-875d-b16fb69b7277","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":"NWI2Yzc4YzliYTViMGFiMWVmOTY5ZjRhZDI2MGMyZGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1ad32f45-8a69-4fea-89ae-ee89ef526ec1","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":"MTcyMjNiNDQ1NTgzYmU2YjYwOGUxYmVkNWQ5MzRiMDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8e1b1f05-d52c-4bdf-8dd9-e5da433ee485","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":"00075637-54dd-4be6-8be7-b6bfcfc3495f","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":"1f9abaae-1728-47e5-9aca-aaaa10ab7a66","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":"c0249128-84df-4f6e-9596-e6b92a9b5783","artifactVersion":"2","generatedFromUUID":"00075637-54dd-4be6-8be7-b6bfcfc3495f"},{"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":"MjBkNGMwYzAzYjM5NDA3YjYxY2FiYzkzM2QwYzVlYzE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"73696392-d41c-4b51-b7e2-b3b290bcd529","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":"NzJkZjA3YWFlMmE5MDVjNTc1MzViMDg0NWFiMTZiZDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8d5617f4-fb94-4753-bc15-4f103bb73a2a","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YTM0NDgyNTBmMjk4ODQyOGEzMTRiYWRmYjQ0N2U5NDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4757f9af-233c-4b09-83e5-8d094de4e172","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-04T10:01:47.380Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T10:01:47.381Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-04T10:01:47.386Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T10:01:47.386Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607306739, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T10:01:47.486Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T10:01:47.487Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T10:01:47.487Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T10:01:47.501Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:01:47.502Z||pool-100-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-08-04T10:01:48.387Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T10:01:48.387Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-04T10:01:48.389Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T10:01:48.389Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607306739, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-08-04T10:01:48.489Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T10:01:48.490Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T10:01:48.490Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T10:01:48.506Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:01:48.507Z||pool-101-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-08-04T10:01:49.390Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T10:01:49.391Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-04T10:01:49.393Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T10:01:49.393Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607306739, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-08-04T10:01:49.494Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T10:01:49.494Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T10:01:49.494Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T10:01:49.511Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:01:49.512Z||pool-102-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-08-04T10:01:50.394Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T10:01:50.395Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-04T10:01:50.396Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T10:01:50.397Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607306739, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T10:01:50.497Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T10:01:50.497Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T10:01:50.497Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T10:01:50.533Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:01:50.534Z||pool-103-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-08-04T10:01:51.397Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T10:01:51.398Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-04T10:01:51.401Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T10:01:51.401Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607306739, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-08-04T10:01:51.505Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-08-04T10:01:51.505Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T10:01:51.505Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T10:01:51.521Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:01:51.521Z||pool-104-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-08-04T10:01:52.404Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T10:01:52.405Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-04T10:01:52.408Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T10:01:52.408Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607306739, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-04T10:01:52.508Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T10:01:52.509Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T10:01:52.509Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T10:01:52.521Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:01:52.522Z||pool-105-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-04T10:01:53.409Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T10:01:53.412Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-04T10:01:53.415Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T10:01:53.415Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607306739, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T10:01:53.516Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T10:01:53.517Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T10:01:53.517Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T10:01:53.531Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:01:53.532Z||pool-106-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-08-04T10:01:54.416Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T10:01:54.417Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-04T10:01:54.420Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T10:01:54.420Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607306739, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-08-04T10:01:54.521Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T10:01:54.521Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T10:01:54.522Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T10:01:54.536Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:01:54.537Z||pool-107-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-08-04T10:01:55.422Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "caa5bfd2-d625-4a72-8e1f-d911e79f5e70", "serviceDescription": "service", "serviceInvariantUUID": "8398265a-eaa4-4926-bdc0-a45d2bd1e810", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "3b33719f-7827-4238-875d-b16fb69b7277", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "8da24ad7-8e52-45d2-b362-5f6e84b56634", "resourceInvariantUUID": "ec15264e-8118-460b-b484-4d28a273b729", "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": "MTcyMjNiNDQ1NTgzYmU2YjYwOGUxYmVkNWQ5MzRiMDI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8e1b1f05-d52c-4bdf-8dd9-e5da433ee485", "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": "00075637-54dd-4be6-8be7-b6bfcfc3495f", "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": "c0249128-84df-4f6e-9596-e6b92a9b5783", "generatedFromUUID": "00075637-54dd-4be6-8be7-b6bfcfc3495f" }, "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": "c0249128-84df-4f6e-9596-e6b92a9b5783", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "YTM0NDgyNTBmMjk4ODQyOGEzMTRiYWRmYjQ0N2U5NDc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4757f9af-233c-4b09-83e5-8d094de4e172" } ], "workloadContext": "Production" } 2022-08-04T10:01:55.422Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-04T10:01:55.423Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 caa5bfd2-d625-4a72-8e1f-d911e79f5e70 ASDC 2022-08-04T10:01:55.423Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:4e68e212-59be-4c26-b6b7-78ec98a5242d ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:caa5bfd2-d625-4a72-8e1f-d911e79f5e70 ServiceInvariantUUID:8398265a-eaa4-4926-bdc0-a45d2bd1e810 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:4757f9af-233c-4b09-83e5-8d094de4e172 ArtifactChecksum:YTM0NDgyNTBmMjk4ODQyOGEzMTRiYWRmYjQ0N2U5NDc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:3b33719f-7827-4238-875d-b16fb69b7277 ResourceInvariantUUID:ec15264e-8118-460b-b484-4d28a273b729 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:8da24ad7-8e52-45d2-b362-5f6e84b56634 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:8e1b1f05-d52c-4bdf-8dd9-e5da433ee485 ArtifactChecksum:MTcyMjNiNDQ1NTgzYmU2YjYwOGUxYmVkNWQ5MzRiMDI= 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:00075637-54dd-4be6-8be7-b6bfcfc3495f 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:c0249128-84df-4f6e-9596-e6b92a9b5783 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:c0249128-84df-4f6e-9596-e6b92a9b5783 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-08-04T10:01:55.424Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF caa5bfd2-d625-4a72-8e1f-d911e79f5e70 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-08-04T10:01:55.462Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-04T10:01:55.463Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-08-04T10:01:55.464Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-08-04T10:01:55.464Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4757f9af-233c-4b09-83e5-8d094de4e172 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-08-04T10:01:55.464Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-08-04T10:01:55.464Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-08-04T10:01:55.547Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-08-04T10:01:55.551Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 4757f9af-233c-4b09-83e5-8d094de4e172 78812 2022-08-04T10:01:55.551Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-08-04T10:01:55.551Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-08-04T10:01:55.551Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-04T10:01:55.551Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-04T10:01:55.553Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T10:01:55.554Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607315551, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T10:01:55.654Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T10:01:55.654Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T10:01:55.655Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T10:01:55.668Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:01:55.669Z||pool-108-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-08-04T10:01:56.554Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-04T10:01:56.555Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-08-04T10:01:56.556Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 4757f9af-233c-4b09-83e5-8d094de4e172, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-08-04T10:01:56.556Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-08-04T10:01:56.557Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-08-04T10:01:56.557Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-08-04T10:01:56.812Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9986877013310866019/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-08-04T10:01:58.061Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-08-04T10:01:58.061Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-08-04T10:01:58.061Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-08-04T10:01:58.061Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-08-04T10:01:58.061Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-08-04T10:01:58.062Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-08-04T10:01:58.062Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-08-04T10:01:58.062Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-08-04T10:01:58.062Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-08-04T10:01:58.062Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-08-04T10:01:58.062Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-08-04T10:01:58.062Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-08-04T10:01:58.062Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-08-04T10:01:58.062Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-08-04T10:01:58.062Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:01:58.063Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T10:01:58.063Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-08-04T10:01:58.063Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-08-04T10:01:58.063Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-04T10:01:58.064Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:01:58.064Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T10:01:58.064Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-08-04T10:01:58.064Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-08-04T10:01:58.064Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-04T10:01:58.064Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:01:58.064Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T10:01:58.065Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:01:58.065Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-08-04T10:01:58.065Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-08-04T10:01:58.065Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-08-04T10:01:58.065Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-08-04T10:01:58.065Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-08-04T10:01:58.065Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-08-04T10:01:58.066Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:01:58.066Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-04T10:01:58.066Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:01:58.066Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-08-04T10:01:58.066Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-04T10:01:58.066Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:01:58.067Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-08-04T10:01:58.067Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-04T10:01:58.067Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:01:58.067Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-08-04T10:01:58.067Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-04T10:01:58.067Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:01:58.067Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-08-04T10:01:58.068Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-08-04T10:01:58.068Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-08-04T10:01:58.068Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1ea84284-9af0-4095-ab32-3a36cacca23d 2022-08-04T10:01:58.068Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:01:58.068Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T10:01:58.068Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:01:58.068Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T10:01:58.068Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:01:58.069Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T10:01:58.069Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:01:58.069Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T10:01:58.069Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:caa5bfd2-d625-4a72-8e1f-d911e79f5e70 Model Version:NULL Model InvariantUuid:8398265a-eaa4-4926-bdc0-a45d2bd1e810 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:c02d740a-0c64-4050-8bcb-283e5c20da93 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:ec15264e-8118-460b-b484-4d28a273b729 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:3b33719f-7827-4238-875d-b16fb69b7277 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:323cd651-539d-4ee8-8f31-51801ab4be9d ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:ae3ca4bf-5a51-4402-a075-a5f51352dc84 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1ea84284-9af0-4095-ab32-3a36cacca23d ModelInvariantUuid:4f69d84b-1d7e-4f41-9abb-ac73658d4967 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:deb8f909-6449-4f91-b449-3ecfaacb770d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:a6e7e20e-05d2-40a3-8636-afc04ec5a057 ModelInvariantUuid:26388948-befa-4e33-8ea1-1f086018be9a ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:55efe371-5740-4cf7-a7a9-7cd1d0229827 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-08-04T10:01:58.080Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 8da24ad7-8e52-45d2-b362-5f6e84b56634 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-08-04T10:01:58.084Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||basic_vm_macro 0 2022-08-04T10:01:58.085Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8da24ad7-8e52-45d2-b362-5f6e84b56634 2022-08-04T10:01:58.085Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8e1b1f05-d52c-4bdf-8dd9-e5da433ee485 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-08-04T10:01:58.085Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-08-04T10:01:58.085Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-08-04T10:01:58.131Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-08-04T10:01:58.131Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 8e1b1f05-d52c-4bdf-8dd9-e5da433ee485 792 2022-08-04T10:01:58.132Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-08-04T10:01:58.132Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-08-04T10:01:58.132Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-04T10:01:58.132Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-04T10:01:58.134Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T10:01:58.134Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607318132, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-04T10:01:58.234Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T10:01:58.235Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T10:01:58.235Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T10:01:58.246Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:01:58.247Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-08-04T10:01:59.134Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "323cd651-539d-4ee8-8f31-51801ab4be9d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ae3ca4bf-5a51-4402-a075-a5f51352dc84", "vfModuleModelCustomizationUUID": "1d851c98-d64c-47eb-8184-8f61d8ad16a3", "isBase": true, "artifacts": [ "00075637-54dd-4be6-8be7-b6bfcfc3495f", "c0249128-84df-4f6e-9596-e6b92a9b5783" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-08-04T10:01:59.139Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ae3ca4bf-5a51-4402-a075-a5f51352dc84 VfModuleModelInvariantUUID:323cd651-539d-4ee8-8f31-51801ab4be9d VfModuleModelDescription:NULL Artifacts UUID List:{ 00075637-54dd-4be6-8be7-b6bfcfc3495f , c0249128-84df-4f6e-9596-e6b92a9b5783 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-08-04T10:01:59.141Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "323cd651-539d-4ee8-8f31-51801ab4be9d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ae3ca4bf-5a51-4402-a075-a5f51352dc84", "vfModuleModelCustomizationUUID": "1d851c98-d64c-47eb-8184-8f61d8ad16a3", "isBase": true, "artifacts": [ "00075637-54dd-4be6-8be7-b6bfcfc3495f", "c0249128-84df-4f6e-9596-e6b92a9b5783" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-08-04T10:01:59.141Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ae3ca4bf-5a51-4402-a075-a5f51352dc84 VfModuleModelInvariantUUID:323cd651-539d-4ee8-8f31-51801ab4be9d VfModuleModelDescription:NULL Artifacts UUID List:{ 00075637-54dd-4be6-8be7-b6bfcfc3495f , c0249128-84df-4f6e-9596-e6b92a9b5783 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-08-04T10:01:59.141Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 00075637-54dd-4be6-8be7-b6bfcfc3495f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-08-04T10:01:59.141Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-08-04T10:01:59.142Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-08-04T10:01:59.184Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-08-04T10:01:59.184Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 00075637-54dd-4be6-8be7-b6bfcfc3495f 5033 2022-08-04T10:01:59.185Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-08-04T10:01:59.185Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-08-04T10:01:59.185Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-04T10:01:59.185Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-04T10:01:59.191Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T10:01:59.191Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607319184, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-08-04T10:01:59.288Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-08-04T10:01:59.289Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T10:01:59.289Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T10:01:59.301Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:01:59.302Z||pool-110-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-08-04T10:02:00.198Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c0249128-84df-4f6e-9596-e6b92a9b5783 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-08-04T10:02:00.198Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-08-04T10:02:00.198Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-08-04T10:02:00.278Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-08-04T10:02:00.278Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env c0249128-84df-4f6e-9596-e6b92a9b5783 903 2022-08-04T10:02:00.279Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-08-04T10:02:00.279Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-08-04T10:02:00.279Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-04T10:02:00.279Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-04T10:02:00.281Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T10:02:00.281Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607320279, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-08-04T10:02:00.385Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-08-04T10:02:00.386Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T10:02:00.386Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T10:02:00.399Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:02:00.407Z||pool-111-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-08-04T10:02:01.282Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: caa5bfd2-d625-4a72-8e1f-d911e79f5e70 2022-08-04T10:02:01.282Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 8da24ad7-8e52-45d2-b362-5f6e84b56634 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-08-04T10:02:01.299Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5fffe92b, org.onap.sdc.toscaparser.api.parameters.Input@194189f4, org.onap.sdc.toscaparser.api.parameters.Input@4b4affbb, org.onap.sdc.toscaparser.api.parameters.Input@2959587d, org.onap.sdc.toscaparser.api.parameters.Input@94f4acc] 2022-08-04T10:02:01.302Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:02:01.302Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T10:02:01.303Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-08-04T10:02:01.303Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 3b33719f-7827-4238-875d-b16fb69b7277 2022-08-04T10:02:01.304Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3b33719f-7827-4238-875d-b16fb69b7277 matches Tosca VF Customization UUID: 3b33719f-7827-4238-875d-b16fb69b7277 2022-08-04T10:02:01.304Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 3b33719f-7827-4238-875d-b16fb69b7277 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-08-04T10:02:01.307Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:02:01.308Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T10:02:01.309Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 3b33719f-7827-4238-875d-b16fb69b7277: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"} 2022-08-04T10:02:01.309Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6386c5ec 2022-08-04T10:02:01.309Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:02:01.310Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-04T10:02:01.310Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1d851c98-d64c-47eb-8184-8f61d8ad16a3 2022-08-04T10:02:01.310Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1d851c98-d64c-47eb-8184-8f61d8ad16a3 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-08-04T10:02:01.313Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:02:01.314Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-08-04T10:02:01.314Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-04T10:02:01.315Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:02:01.315Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-08-04T10:02:01.316Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-04T10:02:01.316Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:02:01.316Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-08-04T10:02:01.316Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-08-04T10:02:01.317Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-08-04T10:02:01.317Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1ea84284-9af0-4095-ab32-3a36cacca23d Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-08-04T10:02:01.320Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:02:01.320Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-08-04T10:02:01.320Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-04T10:02:01.321Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:02:01.321Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-08-04T10:02:01.321Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=3b33719f-7827-4238-875d-b16fb69b7277 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-08-04T10:02:01.323Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:02:01.323Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T10:02:01.323Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid caa5bfd2-d625-4a72-8e1f-d911e79f5e70: basic_vm_macro 2022-08-04T10:02:01.324Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:02:01.324Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T10:02:01.324Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:02:01.324Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T10:02:01.325Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:02:01.325Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T10:02:01.325Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:02:01.325Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T10:02:01.326Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:02:01.326Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T10:02:01.326Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T10:02:01.441Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 8da24ad7-8e52-45d2-b362-5f6e84b56634 1 ASDC deployResourceStructure 2022-08-04T10:02:01.441Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-08-04T10:02:01.441Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-08-04T10:02:01.441Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-04T10:02:01.441Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-04T10:02:01.443Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T10:02:01.443Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607321441, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-08-04T10:02:01.543Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T10:02:01.544Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T10:02:01.544Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T10:02:01.598Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:02:01.599Z||pool-112-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":1,"count":1} 2022-08-04T10:02:02.444Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-08-04T10:02:02.444Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-08-04T10:02:02.444Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-04T10:02:02.445Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-04T10:02:02.446Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T10:02:02.446Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607322444, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-08-04T10:02:02.547Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-04T10:02:02.547Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T10:02:02.547Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T10:02:02.569Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:02:02.576Z||pool-113-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1} 2022-08-04T10:02:03.448Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-08-04T10:02:03.448Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-08-04T10:02:03.448Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-04T10:02:03.449Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-04T10:02:03.451Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T10:02:03.451Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607323447, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-08-04T10:02:03.551Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T10:02:03.553Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T10:02:03.553Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T10:02:03.575Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:02:03.576Z||pool-114-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-08-04T10:02:04.452Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-08-04T10:02:04.452Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-08-04T10:02:04.452Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-04T10:02:04.452Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-04T10:02:04.454Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T10:02:04.454Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607324452, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T10:02:04.554Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T10:02:04.555Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T10:02:04.555Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T10:02:04.568Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:02:04.569Z||pool-115-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-04T10:02:05.455Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e68e212-59be-4c26-b6b7-78ec98a5242d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T10:02:05.465Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e68e212-59be-4c26-b6b7-78ec98a5242d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T10:02:05.467Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-04T10:02:05.467Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-04T10:02:05.467Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-04T10:02:05.467Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-04T10:02:05.467Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T10:02:05.467Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T10:02:05.467Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T10:02:05.467Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T10:02:05.468Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T10:02:05.468Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T10:02:05.472Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-04T10:02:35.472Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4e68e212-59be-4c26-b6b7-78ec98a5242d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-08-04T10:02:35.479Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4e68e212-59be-4c26-b6b7-78ec98a5242d and serviceModelVersionId: caa5bfd2-d625-4a72-8e1f-d911e79f5e70 2022-08-04T10:02:35.479Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8398265a-eaa4-4926-bdc0-a45d2bd1e810 2022-08-04T10:02:35.481Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8398265a-eaa4-4926-bdc0-a45d2bd1e810/model-vers/model-ver/caa5bfd2-d625-4a72-8e1f-d911e79f5e70?depth=0 2022-08-04T10:02:35.486Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-08-04T10:02:35.529Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8398265a-eaa4-4926-bdc0-a45d2bd1e810/model-vers/model-ver/caa5bfd2-d625-4a72-8e1f-d911e79f5e70?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-08-04T10:02:35.531Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8398265a-eaa4-4926-bdc0-a45d2bd1e810/model-vers/model-ver/caa5bfd2-d625-4a72-8e1f-d911e79f5e70?depth=0|INFO|500||Invoke 2022-08-04T10:02:35.550Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8398265a-eaa4-4926-bdc0-a45d2bd1e810/model-vers/model-ver/caa5bfd2-d625-4a72-8e1f-d911e79f5e70?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-08-04T10:02:35.642Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8398265a-eaa4-4926-bdc0-a45d2bd1e810/model-vers/model-ver/caa5bfd2-d625-4a72-8e1f-d911e79f5e70?depth=0|INFO|500||InvokeReturn 2022-08-04T10:02:35.643Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8398265a-eaa4-4926-bdc0-a45d2bd1e810/model-vers/model-ver/caa5bfd2-d625-4a72-8e1f-d911e79f5e70?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220804-10:02:35:371-36225], vertex-id=[528400], Content-Length=[0], Date=[Thu, 04 Aug 2022 10:02:35 GMT], Content-Type=[application/json]} 2022-08-04T10:02:35.644Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-08-04T10:02:35.644Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-08-04T10:02:35.644Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-08-04T10:02:35.649Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-08-04T10:02:35.650Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4e68e212-59be-4c26-b6b7-78ec98a5242d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-08-04T10:02:35.650Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-08-04T10:02:35.650Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-04T10:02:35.652Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T10:02:35.652Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607355650, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-04T10:02:35.752Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T10:02:35.753Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T10:02:35.753Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T10:02:35.783Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:02:35.783Z||pool-116-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-08-04T10:02:36.664Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T10:02:36.664Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"6d24ffec-45a4-4b9a-8f33-0180dae772ae","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"a79e43d7-0fec-4e1e-9d42-b99d12ff59e7","serviceDescription":"service","serviceInvariantUUID":"8b6be6f3-6fec-4893-a80a-2e8c71c6e8a9","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d7061dd8-5068-48b3-adf1-9bbb7f4d43ed","resourceInvariantUUID":"1902acce-13f3-41c9-8cbb-778ec7609deb","resourceCustomizationUUID":"7b1d4bb2-ab8e-451c-8831-d80236fdeb7b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"NTEzYTU4NzYxZGMwOGE0ZWFlMmU1YmRjMDdlZGYyYmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"90ed5695-7889-4cde-8ab9-ba786da7452a","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"ODhmM2M3MzFiOTZkN2IzNzVhMjgzYmFmMzBmNTE2N2E\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"50a94115-80da-40d6-af16-747c5954c79c","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ef81426d-ceb1-4ba2-a5dd-4326978343c7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3e392769-f181-4e90-83b6-0aea0c287fc8","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"da7fdd47-a4f6-4ea2-bdf2-87e70b7d38c9","artifactVersion":"2","generatedFromUUID":"e2b3bd03-a969-4fb6-be41-af1172c787d3"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3b3fac3e-af73-4de4-af49-b5eb60d2b9d4","artifactVersion":"2","generatedFromUUID":"ef81426d-ceb1-4ba2-a5dd-4326978343c7"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e2b3bd03-a969-4fb6-be41-af1172c787d3","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"7a24d5a3-6d8b-4fa8-a259-b69b9af4e790","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"YzJjYTAxMjdiY2YzZDQzNDZmNDJlZWQ1NWJmNjIzNTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0e6348b4-1702-4aa1-8e51-cf08e6011491","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ODdjOGNiOGVmNTlkYjU0NTY0NmFjZTY4Mjc4NzU3MzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f79338ba-61e7-48e0-83a5-3268a2159240","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-04T10:02:36.665Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T10:02:36.665Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-04T10:02:36.666Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T10:02:36.667Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607306739, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T10:02:36.767Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T10:02:36.768Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T10:02:36.768Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T10:02:36.783Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:02:36.786Z||pool-117-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-08-04T10:02:37.667Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T10:02:37.668Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-04T10:02:37.669Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T10:02:37.670Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607306739, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-08-04T10:02:37.769Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-04T10:02:37.770Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T10:02:37.770Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T10:02:37.783Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:02:37.783Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-08-04T10:02:38.670Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T10:02:38.671Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-04T10:02:38.673Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T10:02:38.674Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607306739, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-08-04T10:02:38.774Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T10:02:38.775Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T10:02:38.775Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T10:02:38.794Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:02:38.794Z||pool-119-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-08-04T10:02:39.675Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T10:02:39.676Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-04T10:02:39.680Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T10:02:39.681Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607306739, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T10:02:39.779Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-08-04T10:02:39.780Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T10:02:39.780Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T10:02:39.796Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:02:39.796Z||pool-120-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-08-04T10:02:40.681Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T10:02:40.682Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-04T10:02:40.684Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T10:02:40.684Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607306739, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-08-04T10:02:40.784Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T10:02:40.787Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T10:02:40.788Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T10:02:40.811Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:02:40.811Z||pool-121-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-08-04T10:02:41.684Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T10:02:41.697Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-04T10:02:41.708Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T10:02:41.708Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607306739, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-08-04T10:02:41.806Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-08-04T10:02:41.807Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T10:02:41.807Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T10:02:41.827Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:02:41.828Z||pool-122-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-08-04T10:02:42.708Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T10:02:42.709Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-04T10:02:42.711Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T10:02:42.711Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607306739, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-08-04T10:02:42.811Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T10:02:42.812Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T10:02:42.813Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T10:02:42.825Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:02:42.826Z||pool-123-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-08-04T10:02:43.711Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T10:02:43.712Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-04T10:02:43.714Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T10:02:43.714Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607306739, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-04T10:02:43.814Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T10:02:43.815Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T10:02:43.815Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T10:02:43.827Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:02:43.828Z||pool-124-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-04T10:02:44.714Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T10:02:44.714Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-04T10:02:44.717Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T10:02:44.717Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607306739, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T10:02:44.817Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T10:02:44.818Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T10:02:44.819Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T10:02:44.831Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:02:44.831Z||pool-125-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-08-04T10:02:45.717Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T10:02:45.718Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-04T10:02:45.720Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T10:02:45.720Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607306739, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-04T10:02:45.820Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T10:02:45.821Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T10:02:45.821Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T10:02:45.834Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:02:45.835Z||pool-126-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-04T10:02:46.721Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "a79e43d7-0fec-4e1e-9d42-b99d12ff59e7", "serviceDescription": "service", "serviceInvariantUUID": "8b6be6f3-6fec-4893-a80a-2e8c71c6e8a9", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "7b1d4bb2-ab8e-451c-8831-d80236fdeb7b", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d7061dd8-5068-48b3-adf1-9bbb7f4d43ed", "resourceInvariantUUID": "1902acce-13f3-41c9-8cbb-778ec7609deb", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_cnf_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "artifactChecksum": "ODhmM2M3MzFiOTZkN2IzNzVhMjgzYmFmMzBmNTE2N2E\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "50a94115-80da-40d6-af16-747c5954c79c", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "ef81426d-ceb1-4ba2-a5dd-4326978343c7", "generatedArtifact": { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "3b3fac3e-af73-4de4-af49-b5eb60d2b9d4", "generatedFromUUID": "ef81426d-ceb1-4ba2-a5dd-4326978343c7" }, "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "da7fdd47-a4f6-4ea2-bdf2-87e70b7d38c9", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "3b3fac3e-af73-4de4-af49-b5eb60d2b9d4", "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.tgz", "artifactType": "HELM", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "e2b3bd03-a969-4fb6-be41-af1172c787d3", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "ODdjOGNiOGVmNTlkYjU0NTY0NmFjZTY4Mjc4NzU3MzM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f79338ba-61e7-48e0-83a5-3268a2159240" } ], "workloadContext": "Production" } 2022-08-04T10:02:46.721Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-04T10:02:46.722Z|4e68e212-59be-4c26-b6b7-78ec98a5242d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 a79e43d7-0fec-4e1e-9d42-b99d12ff59e7 ASDC 2022-08-04T10:02:46.722Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:6d24ffec-45a4-4b9a-8f33-0180dae772ae ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:a79e43d7-0fec-4e1e-9d42-b99d12ff59e7 ServiceInvariantUUID:8b6be6f3-6fec-4893-a80a-2e8c71c6e8a9 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ArtifactUUID:f79338ba-61e7-48e0-83a5-3268a2159240 ArtifactChecksum:ODdjOGNiOGVmNTlkYjU0NTY0NmFjZTY4Mjc4NzU3MzM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:7b1d4bb2-ab8e-451c-8831-d80236fdeb7b ResourceInvariantUUID:1902acce-13f3-41c9-8cbb-778ec7609deb ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:d7061dd8-5068-48b3-adf1-9bbb7f4d43ed ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_cnf_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ArtifactUUID:50a94115-80da-40d6-af16-747c5954c79c ArtifactChecksum:ODhmM2M3MzFiOTZkN2IzNzVhMjgzYmFmMzBmNTE2N2E= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ArtifactUUID:ef81426d-ceb1-4ba2-a5dd-4326978343c7 ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:3b3fac3e-af73-4de4-af49-b5eb60d2b9d4 ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ArtifactUUID:da7fdd47-a4f6-4ea2-bdf2-87e70b7d38c9 ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:3b3fac3e-af73-4de4-af49-b5eb60d2b9d4 ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.tgz ArtifactVersion:1 ArtifactType:HELM ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ArtifactUUID:e2b3bd03-a969-4fb6-be41-af1172c787d3 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-08-04T10:02:46.722Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a79e43d7-0fec-4e1e-9d42-b99d12ff59e7 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 (?, ?, ?, ?, ?) 2022-08-04T10:02:46.741Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T10:02:46.741Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T10:02:46.741Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|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 QMx8hPJFHHsYD2SB) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T10:02:46.753Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-04T10:02:46.754Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-08-04T10:02:46.754Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-08-04T10:02:46.755Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f79338ba-61e7-48e0-83a5-3268a2159240 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-08-04T10:02:46.755Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-08-04T10:02:46.756Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-08-04T10:02:46.770Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:02:46.770Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:02:46.770Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "aai-ml", "timestamp": 1659607305911, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T10:02:46.771Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:02:46.872Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-08-04T10:02:46.879Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar f79338ba-61e7-48e0-83a5-3268a2159240 158200 2022-08-04T10:02:46.879Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-08-04T10:02:46.879Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-08-04T10:02:46.879Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-04T10:02:46.879Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-04T10:02:46.881Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T10:02:46.882Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607366879, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T10:02:46.982Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-04T10:02:46.982Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T10:02:46.982Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T10:02:46.996Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:02:46.996Z||pool-127-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-08-04T10:02:47.882Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-04T10:02:47.883Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-08-04T10:02:47.883Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: f79338ba-61e7-48e0-83a5-3268a2159240, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-08-04T10:02:47.884Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-08-04T10:02:47.885Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-08-04T10:02:47.885Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-08-04T10:02:48.017Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4615804309819738568/Definitions/service-BasicCnfMacro-template.yml 2022-08-04T10:02:49.098Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-08-04T10:02:49.098Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-08-04T10:02:49.099Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-08-04T10:02:49.099Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-08-04T10:02:49.099Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-08-04T10:02:49.099Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-08-04T10:02:49.099Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-08-04T10:02:49.099Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-08-04T10:02:49.099Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-08-04T10:02:49.100Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:02:49.100Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T10:02:49.100Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-08-04T10:02:49.100Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-08-04T10:02:49.100Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-04T10:02:49.101Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:02:49.101Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T10:02:49.101Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-08-04T10:02:49.101Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-08-04T10:02:49.101Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-04T10:02:49.101Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:02:49.102Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T10:02:49.102Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:02:49.102Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-08-04T10:02:49.102Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-08-04T10:02:49.102Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-08-04T10:02:49.102Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-08-04T10:02:49.102Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:02:49.103Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-04T10:02:49.103Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:02:49.103Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-08-04T10:02:49.103Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-04T10:02:49.103Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:02:49.103Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-08-04T10:02:49.103Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-04T10:02:49.104Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:02:49.104Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-08-04T10:02:49.104Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-04T10:02:49.104Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:02:49.104Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-08-04T10:02:49.104Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-04T10:02:49.105Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:02:49.105Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-08-04T10:02:49.105Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-08-04T10:02:49.105Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=cac084d1-ada3-4d01-8fe0-49291d01d6c8 2022-08-04T10:02:49.105Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:02:49.105Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T10:02:49.105Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:02:49.106Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T10:02:49.106Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:02:49.106Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T10:02:49.106Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:02:49.106Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T10:02:49.106Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:a79e43d7-0fec-4e1e-9d42-b99d12ff59e7 Model Version:NULL Model InvariantUuid:8b6be6f3-6fec-4893-a80a-2e8c71c6e8a9 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:e3359f92-6990-4448-a703-92f9a2670cf9 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:1902acce-13f3-41c9-8cbb-778ec7609deb Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:7b1d4bb2-ab8e-451c-8831-d80236fdeb7b NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:0d117ad0-07d5-42f9-9af1-eea3cd80a73e ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:f27b81ee-93fe-44af-af56-8cbd126a2ef6 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:d90e37d9-ceae-41ff-b276-3a1d2f02ae32 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:ff45f521-61e5-4369-a2d5-e27b39e0d907 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:cac084d1-ada3-4d01-8fe0-49291d01d6c8 ModelInvariantUuid:81bd8378-6db8-400f-8ecc-ec4d94788dd3 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:3b8afde7-9ec8-4126-8a74-9e9a7b129e9c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:d92e5306-623c-4077-bcd5-7373bcda74a5 ModelInvariantUuid:0757a2a4-c55b-4878-8b1b-71bb4407dc1b ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:425a7964-ad13-409d-a5a7-d4180284984f ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-08-04T10:02:49.114Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: d7061dd8-5068-48b3-adf1-9bbb7f4d43ed Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-08-04T10:02:49.117Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||basic_cnf_macro 0 2022-08-04T10:02:49.117Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d7061dd8-5068-48b3-adf1-9bbb7f4d43ed 2022-08-04T10:02:49.117Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 50a94115-80da-40d6-af16-747c5954c79c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-08-04T10:02:49.118Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-08-04T10:02:49.118Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-08-04T10:02:49.168Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-08-04T10:02:49.169Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 50a94115-80da-40d6-af16-747c5954c79c 1565 2022-08-04T10:02:49.169Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-08-04T10:02:49.169Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-08-04T10:02:49.169Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-04T10:02:49.170Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-04T10:02:49.173Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T10:02:49.173Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607369169, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-04T10:02:49.273Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-04T10:02:49.273Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T10:02:49.273Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T10:02:49.287Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:02:49.288Z||pool-128-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-08-04T10:02:50.174Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "d90e37d9-ceae-41ff-b276-3a1d2f02ae32", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ff45f521-61e5-4369-a2d5-e27b39e0d907", "vfModuleModelCustomizationUUID": "0c87a0d5-9aba-4bfb-a631-23c85f931968", "isBase": true, "artifacts": [ "ef81426d-ceb1-4ba2-a5dd-4326978343c7", "3b3fac3e-af73-4de4-af49-b5eb60d2b9d4" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "0d117ad0-07d5-42f9-9af1-eea3cd80a73e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f27b81ee-93fe-44af-af56-8cbd126a2ef6", "vfModuleModelCustomizationUUID": "87082932-1195-4683-bc80-2ac34cbb5abd", "isBase": false, "artifacts": [ "e2b3bd03-a969-4fb6-be41-af1172c787d3" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-08-04T10:02:50.179Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ff45f521-61e5-4369-a2d5-e27b39e0d907 VfModuleModelInvariantUUID:d90e37d9-ceae-41ff-b276-3a1d2f02ae32 VfModuleModelDescription:NULL Artifacts UUID List:{ ef81426d-ceb1-4ba2-a5dd-4326978343c7 , 3b3fac3e-af73-4de4-af49-b5eb60d2b9d4 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:f27b81ee-93fe-44af-af56-8cbd126a2ef6 VfModuleModelInvariantUUID:0d117ad0-07d5-42f9-9af1-eea3cd80a73e VfModuleModelDescription:NULL Artifacts UUID List:{ e2b3bd03-a969-4fb6-be41-af1172c787d3 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-08-04T10:02:50.181Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "d90e37d9-ceae-41ff-b276-3a1d2f02ae32", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ff45f521-61e5-4369-a2d5-e27b39e0d907", "vfModuleModelCustomizationUUID": "0c87a0d5-9aba-4bfb-a631-23c85f931968", "isBase": true, "artifacts": [ "ef81426d-ceb1-4ba2-a5dd-4326978343c7", "3b3fac3e-af73-4de4-af49-b5eb60d2b9d4" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "0d117ad0-07d5-42f9-9af1-eea3cd80a73e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f27b81ee-93fe-44af-af56-8cbd126a2ef6", "vfModuleModelCustomizationUUID": "87082932-1195-4683-bc80-2ac34cbb5abd", "isBase": false, "artifacts": [ "e2b3bd03-a969-4fb6-be41-af1172c787d3" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-08-04T10:02:50.181Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ff45f521-61e5-4369-a2d5-e27b39e0d907 VfModuleModelInvariantUUID:d90e37d9-ceae-41ff-b276-3a1d2f02ae32 VfModuleModelDescription:NULL Artifacts UUID List:{ ef81426d-ceb1-4ba2-a5dd-4326978343c7 , 3b3fac3e-af73-4de4-af49-b5eb60d2b9d4 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:f27b81ee-93fe-44af-af56-8cbd126a2ef6 VfModuleModelInvariantUUID:0d117ad0-07d5-42f9-9af1-eea3cd80a73e VfModuleModelDescription:NULL Artifacts UUID List:{ e2b3bd03-a969-4fb6-be41-af1172c787d3 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-08-04T10:02:50.181Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ef81426d-ceb1-4ba2-a5dd-4326978343c7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-08-04T10:02:50.182Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-08-04T10:02:50.182Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-08-04T10:02:50.353Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-08-04T10:02:50.353Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ef81426d-ceb1-4ba2-a5dd-4326978343c7 914 2022-08-04T10:02:50.354Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-08-04T10:02:50.354Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-08-04T10:02:50.354Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-04T10:02:50.355Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-04T10:02:50.358Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T10:02:50.358Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607370354, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-08-04T10:02:50.457Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-04T10:02:50.458Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T10:02:50.458Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T10:02:50.470Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:02:50.470Z||pool-129-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-08-04T10:02:51.359Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: da7fdd47-a4f6-4ea2-bdf2-87e70b7d38c9 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-08-04T10:02:51.359Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-08-04T10:02:51.360Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-08-04T10:02:51.404Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-08-04T10:02:51.404Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env da7fdd47-a4f6-4ea2-bdf2-87e70b7d38c9 12 2022-08-04T10:02:51.405Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-08-04T10:02:51.405Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-08-04T10:02:51.405Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-04T10:02:51.405Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-04T10:02:51.407Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T10:02:51.407Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607371405, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-08-04T10:02:51.507Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T10:02:51.508Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T10:02:51.508Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T10:02:51.522Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:02:51.522Z||pool-130-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-08-04T10:02:52.407Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3b3fac3e-af73-4de4-af49-b5eb60d2b9d4 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-08-04T10:02:52.408Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-08-04T10:02:52.408Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-08-04T10:02:52.453Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-08-04T10:02:52.454Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 3b3fac3e-af73-4de4-af49-b5eb60d2b9d4 96 2022-08-04T10:02:52.454Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-08-04T10:02:52.454Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-08-04T10:02:52.454Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-04T10:02:52.454Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-04T10:02:52.456Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T10:02:52.456Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607372454, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-08-04T10:02:52.556Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T10:02:52.557Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T10:02:52.558Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T10:02:52.571Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:02:52.572Z||pool-131-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-08-04T10:02:53.457Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e2b3bd03-a969-4fb6-be41-af1172c787d3 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-08-04T10:02:53.457Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-08-04T10:02:53.457Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-08-04T10:02:53.507Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-08-04T10:02:53.508Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz e2b3bd03-a969-4fb6-be41-af1172c787d3 20206 2022-08-04T10:02:53.508Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-08-04T10:02:53.508Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-08-04T10:02:53.508Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-04T10:02:53.508Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-04T10:02:53.510Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T10:02:53.510Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607373508, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-08-04T10:02:53.610Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T10:02:53.611Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T10:02:53.611Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T10:02:53.624Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:02:53.625Z||pool-132-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-04T10:02:54.514Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: a79e43d7-0fec-4e1e-9d42-b99d12ff59e7 2022-08-04T10:02:54.515Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 d7061dd8-5068-48b3-adf1-9bbb7f4d43ed ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-08-04T10:02:54.525Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@50779700, org.onap.sdc.toscaparser.api.parameters.Input@5125aace, org.onap.sdc.toscaparser.api.parameters.Input@57f3e18a, org.onap.sdc.toscaparser.api.parameters.Input@74731aef, org.onap.sdc.toscaparser.api.parameters.Input@18504cf6] 2022-08-04T10:02:54.526Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:02:54.527Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T10:02:54.527Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-08-04T10:02:54.527Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 7b1d4bb2-ab8e-451c-8831-d80236fdeb7b 2022-08-04T10:02:54.528Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7b1d4bb2-ab8e-451c-8831-d80236fdeb7b matches Tosca VF Customization UUID: 7b1d4bb2-ab8e-451c-8831-d80236fdeb7b 2022-08-04T10:02:54.528Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 7b1d4bb2-ab8e-451c-8831-d80236fdeb7b matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-08-04T10:02:54.530Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:02:54.530Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T10:02:54.531Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 7b1d4bb2-ab8e-451c-8831-d80236fdeb7b: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"} 2022-08-04T10:02:54.531Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@40206758 2022-08-04T10:02:54.531Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:02:54.531Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-04T10:02:54.532Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 87082932-1195-4683-bc80-2ac34cbb5abd 2022-08-04T10:02:54.532Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 87082932-1195-4683-bc80-2ac34cbb5abd Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-08-04T10:02:54.534Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:02:54.534Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-08-04T10:02:54.535Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-04T10:02:54.535Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:02:54.535Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-08-04T10:02:54.535Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-04T10:02:54.535Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:02:54.535Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-08-04T10:02:54.536Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=7b1d4bb2-ab8e-451c-8831-d80236fdeb7b Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-08-04T10:02:54.537Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:02:54.537Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T10:02:54.537Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid a79e43d7-0fec-4e1e-9d42-b99d12ff59e7: basic_cnf_macro 2022-08-04T10:02:54.537Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:02:54.538Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T10:02:54.538Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:02:54.538Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T10:02:54.538Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:02:54.538Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T10:02:54.538Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:02:54.538Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T10:02:54.539Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:02:54.539Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T10:02:54.539Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T10:02:54.573Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro d7061dd8-5068-48b3-adf1-9bbb7f4d43ed 2 ASDC deployResourceStructure 2022-08-04T10:02:54.573Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-08-04T10:02:54.573Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-08-04T10:02:54.573Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-04T10:02:54.573Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-04T10:02:54.575Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T10:02:54.575Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607374573, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-08-04T10:02:54.675Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T10:02:54.676Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T10:02:54.676Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T10:02:54.688Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:02:54.689Z||pool-133-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-04T10:02:55.575Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-08-04T10:02:55.576Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-08-04T10:02:55.576Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-04T10:02:55.576Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-04T10:02:55.578Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T10:02:55.579Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607375575, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-08-04T10:02:55.679Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T10:02:55.680Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T10:02:55.680Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T10:02:55.692Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:02:55.692Z||pool-134-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-08-04T10:02:56.580Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-08-04T10:02:56.581Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-08-04T10:02:56.581Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-08-04T10:02:56.581Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-04T10:02:56.583Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T10:02:56.583Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607376580, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-08-04T10:02:56.684Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-08-04T10:02:56.684Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T10:02:56.685Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T10:02:56.697Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:02:56.698Z||pool-135-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-04T10:02:57.584Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-08-04T10:02:57.584Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-08-04T10:02:57.584Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-04T10:02:57.585Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-04T10:02:57.586Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T10:02:57.586Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607377584, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-08-04T10:02:57.686Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T10:02:57.687Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T10:02:57.687Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T10:02:57.701Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:02:57.701Z||pool-136-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-04T10:02:58.587Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-08-04T10:02:58.587Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-08-04T10:02:58.587Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-08-04T10:02:58.588Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-04T10:02:58.590Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T10:02:58.590Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607378587, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-08-04T10:02:58.690Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T10:02:58.690Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T10:02:58.691Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T10:02:58.707Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:02:58.708Z||pool-137-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-08-04T10:02:59.590Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-08-04T10:02:59.591Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-08-04T10:02:59.591Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-04T10:02:59.591Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-04T10:02:59.598Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T10:02:59.598Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607379590, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T10:02:59.697Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-04T10:02:59.697Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T10:02:59.697Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T10:02:59.710Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:02:59.711Z||pool-138-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-04T10:03:00.599Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d24ffec-45a4-4b9a-8f33-0180dae772ae Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T10:03:00.611Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d24ffec-45a4-4b9a-8f33-0180dae772ae Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T10:03:00.613Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-04T10:03:00.613Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-04T10:03:00.613Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-04T10:03:30.614Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d24ffec-45a4-4b9a-8f33-0180dae772ae Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T10:03:30.624Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d24ffec-45a4-4b9a-8f33-0180dae772ae Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T10:03:30.626Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-04T10:03:30.626Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-04T10:03:30.626Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-04T10:03:46.741Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T10:03:46.742Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T10:03:46.742Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|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 QMx8hPJFHHsYD2SB) ... 2022-08-04T10:03:46.783Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:03:46.784Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:03:46.784Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "policy-id", "timestamp": 1659607305608, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-04T10:03:46.785Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:00.626Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d24ffec-45a4-4b9a-8f33-0180dae772ae Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T10:04:00.638Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d24ffec-45a4-4b9a-8f33-0180dae772ae Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T10:04:00.640Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-04T10:04:00.640Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-04T10:04:00.641Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-04T10:04:30.641Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d24ffec-45a4-4b9a-8f33-0180dae772ae Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T10:04:30.651Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d24ffec-45a4-4b9a-8f33-0180dae772ae Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T10:04:30.653Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-04T10:04:30.653Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-04T10:04:30.653Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-04T10:04:46.741Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T10:04:46.743Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T10:04:46.743Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|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 QMx8hPJFHHsYD2SB) ... 2022-08-04T10:04:46.770Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:04:46.781Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.781Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607306739, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.783Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.783Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.783Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "multicloud-k8s-id", "timestamp": 1659607304323, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-08-04T10:04:46.784Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.784Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.784Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659607303311, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.784Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.785Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.785Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "ves-openapi-manager", "timestamp": 1659607298234, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.785Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.785Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.786Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "aai-ml", "timestamp": 1659607305911, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.786Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.786Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.786Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "cds", "timestamp": 1659607307670, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.787Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.787Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.787Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "policy-id", "timestamp": 1659607305608, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-08-04T10:04:46.787Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.788Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.788Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607306739, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-08-04T10:04:46.788Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.788Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.789Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659607303311, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.789Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.789Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.789Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "ves-openapi-manager", "timestamp": 1659607298234, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.789Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.790Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.790Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "multicloud-k8s-id", "timestamp": 1659607304323, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.790Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.790Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.791Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "aai-ml", "timestamp": 1659607305911, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.791Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.791Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.791Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "cds", "timestamp": 1659607307670, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.792Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.792Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.792Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "policy-id", "timestamp": 1659607305608, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.792Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.792Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.793Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607306739, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-08-04T10:04:46.793Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.793Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.793Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "ves-openapi-manager", "timestamp": 1659607298234, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.793Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.794Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.794Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659607303311, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.794Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.794Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.794Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "multicloud-k8s-id", "timestamp": 1659607304323, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-08-04T10:04:46.794Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.795Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.795Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "aai-ml", "timestamp": 1659607305911, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.795Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.795Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.795Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "cds", "timestamp": 1659607307670, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.795Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.796Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.796Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "policy-id", "timestamp": 1659607305608, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.796Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.796Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.796Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607306739, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.796Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.797Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.797Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659607303311, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.797Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.797Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.797Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "multicloud-k8s-id", "timestamp": 1659607304323, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-08-04T10:04:46.797Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.797Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.798Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "ves-openapi-manager", "timestamp": 1659607298234, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.798Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.798Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.798Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "aai-ml", "timestamp": 1659607305911, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.798Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.798Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.799Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "cds", "timestamp": 1659607307670, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.799Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.799Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.799Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "policy-id", "timestamp": 1659607305608, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.800Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.800Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.800Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607306739, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-08-04T10:04:46.800Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.800Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.801Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "ves-openapi-manager", "timestamp": 1659607298234, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.801Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.801Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.801Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "multicloud-k8s-id", "timestamp": 1659607304323, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-08-04T10:04:46.801Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.802Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.802Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659607303311, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.802Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.802Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.802Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "aai-ml", "timestamp": 1659607305911, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.803Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.803Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.803Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "cds", "timestamp": 1659607307670, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.803Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.803Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.804Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "policy-id", "timestamp": 1659607305608, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.804Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.804Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.804Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607306739, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.805Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.805Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.805Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "ves-openapi-manager", "timestamp": 1659607298234, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.805Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.805Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.805Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659607303311, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.806Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.806Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.806Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "multicloud-k8s-id", "timestamp": 1659607304323, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.806Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.806Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.807Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "aai-ml", "timestamp": 1659607305911, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.807Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.807Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.807Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "cds", "timestamp": 1659607307670, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.808Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.808Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.808Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "policy-id", "timestamp": 1659607305608, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.808Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.808Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.809Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607306739, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.809Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.809Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.809Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "ves-openapi-manager", "timestamp": 1659607298234, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.810Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.810Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.810Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659607303311, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.810Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.810Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.810Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "multicloud-k8s-id", "timestamp": 1659607304323, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.811Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.811Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.811Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "aai-ml", "timestamp": 1659607305911, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.811Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.811Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.812Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "cds", "timestamp": 1659607307670, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.812Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.812Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.812Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "policy-id", "timestamp": 1659607305608, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.812Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.813Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.813Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607306739, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-08-04T10:04:46.813Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.813Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.813Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "ves-openapi-manager", "timestamp": 1659607298234, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.813Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.813Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.813Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "multicloud-k8s-id", "timestamp": 1659607304323, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-04T10:04:46.814Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.814Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.814Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659607303311, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-04T10:04:46.814Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.814Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.814Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "aai-ml", "timestamp": 1659607305911, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.814Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.814Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.814Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "cds", "timestamp": 1659607307670, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.814Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.815Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.815Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "policy-id", "timestamp": 1659607305608, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-04T10:04:46.815Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.815Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.815Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607315551, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T10:04:46.815Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:04:46.816Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.816Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "multicloud-k8s-id", "timestamp": 1659607315551, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-04T10:04:46.816Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:04:46.816Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.816Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659607316046, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T10:04:46.816Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:04:46.816Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.817Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "aai-ml", "timestamp": 1659607305911, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-04T10:04:46.817Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.817Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.817Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "clamp", "timestamp": 1659607316624, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T10:04:46.817Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:04:46.817Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.817Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "cds", "timestamp": 1659607307670, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.818Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.818Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.818Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "policy-id", "timestamp": 1659607316351, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T10:04:46.818Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:04:46.818Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.818Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "multicloud-k8s-id", "timestamp": 1659607316611, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-08-04T10:04:46.818Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:04:46.818Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.819Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "aai-ml", "timestamp": 1659607316684, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T10:04:46.819Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:04:46.819Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.819Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "cds", "timestamp": 1659607307670, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-04T10:04:46.819Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.819Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.819Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "policy-id", "timestamp": 1659607317356, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T10:04:46.820Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:04:46.820Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.820Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "multicloud-k8s-id", "timestamp": 1659607317662, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-08-04T10:04:46.820Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:04:46.820Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.820Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659607318399, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T10:04:46.820Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:04:46.821Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.821Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607318132, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-04T10:04:46.821Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:04:46.821Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.821Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "policy-id", "timestamp": 1659607318359, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T10:04:46.829Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6d24ffec-45a4-4b9a-8f33-0180dae772ae 2022-08-04T10:04:46.829Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d24ffec-45a4-4b9a-8f33-0180dae772ae and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T10:04:46.838Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.838Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "cds", "timestamp": 1659607318475, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T10:04:46.838Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:04:46.838Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.838Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "multicloud-k8s-id", "timestamp": 1659607318716, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-08-04T10:04:46.838Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:04:46.839Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.839Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659607319402, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T10:04:46.843Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6d24ffec-45a4-4b9a-8f33-0180dae772ae 2022-08-04T10:04:46.843Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d24ffec-45a4-4b9a-8f33-0180dae772ae and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T10:04:46.850Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.850Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607319184, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-08-04T10:04:46.851Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:04:46.851Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.851Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "clamp", "timestamp": 1659607319685, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T10:04:46.851Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:04:46.851Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.851Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "cds", "timestamp": 1659607319783, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T10:04:46.856Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6d24ffec-45a4-4b9a-8f33-0180dae772ae 2022-08-04T10:04:46.856Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d24ffec-45a4-4b9a-8f33-0180dae772ae and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T10:04:46.863Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.864Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "multicloud-k8s-id", "timestamp": 1659607319781, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T10:04:46.868Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6d24ffec-45a4-4b9a-8f33-0180dae772ae 2022-08-04T10:04:46.868Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d24ffec-45a4-4b9a-8f33-0180dae772ae and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-08-04T10:04:46.873Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.873Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607320279, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-08-04T10:04:46.874Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:04:46.874Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.874Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "clamp", "timestamp": 1659607320688, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T10:04:46.878Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4e68e212-59be-4c26-b6b7-78ec98a5242d 2022-08-04T10:04:46.878Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e68e212-59be-4c26-b6b7-78ec98a5242d and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T10:04:46.886Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.886Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "multicloud-k8s-id", "timestamp": 1659607320785, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-08-04T10:04:46.886Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:04:46.886Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.886Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607321441, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-08-04T10:04:46.886Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:04:46.886Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.886Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607322444, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-08-04T10:04:46.887Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:04:46.887Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.887Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607323447, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-08-04T10:04:46.887Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:04:46.887Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.887Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607324452, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T10:04:46.887Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:04:46.887Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.887Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "aai-ml", "timestamp": 1659607324239, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T10:04:46.888Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:04:46.888Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.888Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "aai-ml", "timestamp": 1659607325242, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T10:04:46.892Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6d24ffec-45a4-4b9a-8f33-0180dae772ae 2022-08-04T10:04:46.893Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d24ffec-45a4-4b9a-8f33-0180dae772ae and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T10:04:46.900Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.900Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "clamp", "timestamp": 1659607325574, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.901Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.901Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.901Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "clamp", "timestamp": 1659607325574, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-08-04T10:04:46.901Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.901Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.901Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "clamp", "timestamp": 1659607325574, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.901Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.901Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.902Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "clamp", "timestamp": 1659607325574, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.902Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.902Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.902Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "clamp", "timestamp": 1659607325574, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.902Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.903Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.903Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "clamp", "timestamp": 1659607325574, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.903Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.903Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.903Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "clamp", "timestamp": 1659607325574, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.903Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.904Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.904Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "clamp", "timestamp": 1659607325574, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.904Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.904Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.904Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "clamp", "timestamp": 1659607325574, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.905Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.905Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.905Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "clamp", "timestamp": 1659607325574, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-04T10:04:46.905Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.905Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.905Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "clamp", "timestamp": 1659607340421, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T10:04:46.906Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:04:46.906Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.906Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "clamp", "timestamp": 1659607344634, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T10:04:46.906Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:04:46.906Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.906Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "clamp", "timestamp": 1659607345638, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T10:04:46.911Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6d24ffec-45a4-4b9a-8f33-0180dae772ae 2022-08-04T10:04:46.911Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d24ffec-45a4-4b9a-8f33-0180dae772ae and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T10:04:46.919Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.919Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e68e212-59be-4c26-b6b7-78ec98a5242d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607355650, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-04T10:04:46.919Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:04:46.919Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.919Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607306739, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.920Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.920Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.920Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607306739, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-08-04T10:04:46.920Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.920Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.921Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607306739, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-08-04T10:04:46.921Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.921Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.921Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607306739, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.921Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.921Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.921Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607306739, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-08-04T10:04:46.922Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.922Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.922Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607306739, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-08-04T10:04:46.922Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.922Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.922Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607306739, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-08-04T10:04:46.923Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.923Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.923Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607306739, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.923Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.923Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.924Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607306739, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T10:04:46.924Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:04:46.924Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:04:46.924Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607306739, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-04T10:04:46.924Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:00.654Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d24ffec-45a4-4b9a-8f33-0180dae772ae Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T10:05:00.664Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d24ffec-45a4-4b9a-8f33-0180dae772ae Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T10:05:00.666Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-04T10:05:00.666Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-04T10:05:00.666Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-04T10:05:00.666Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-04T10:05:00.667Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T10:05:00.667Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T10:05:00.667Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T10:05:00.667Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T10:05:00.667Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T10:05:00.667Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T10:05:00.667Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T10:05:00.692Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-04T10:05:30.693Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6d24ffec-45a4-4b9a-8f33-0180dae772ae and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-08-04T10:05:30.697Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6d24ffec-45a4-4b9a-8f33-0180dae772ae and serviceModelVersionId: a79e43d7-0fec-4e1e-9d42-b99d12ff59e7 2022-08-04T10:05:30.697Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8b6be6f3-6fec-4893-a80a-2e8c71c6e8a9 2022-08-04T10:05:30.698Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8b6be6f3-6fec-4893-a80a-2e8c71c6e8a9/model-vers/model-ver/a79e43d7-0fec-4e1e-9d42-b99d12ff59e7?depth=0 2022-08-04T10:05:30.704Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-08-04T10:05:30.747Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b6be6f3-6fec-4893-a80a-2e8c71c6e8a9/model-vers/model-ver/a79e43d7-0fec-4e1e-9d42-b99d12ff59e7?depth=0|INFO|500||Invoke 2022-08-04T10:05:30.747Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b6be6f3-6fec-4893-a80a-2e8c71c6e8a9/model-vers/model-ver/a79e43d7-0fec-4e1e-9d42-b99d12ff59e7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b6be6f3-6fec-4893-a80a-2e8c71c6e8a9/model-vers/model-ver/a79e43d7-0fec-4e1e-9d42-b99d12ff59e7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6d24ffec-45a4-4b9a-8f33-0180dae772ae], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[73e0a08e-9929-4c6f-ae13-27b2817b74e6], X-ECOMP-RequestID=[6d24ffec-45a4-4b9a-8f33-0180dae772ae], X-TransactionId=[], X-ONAP-RequestID=[6d24ffec-45a4-4b9a-8f33-0180dae772ae], Content-Type=[application/merge-patch+json]} 2022-08-04T10:05:30.765Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b6be6f3-6fec-4893-a80a-2e8c71c6e8a9/model-vers/model-ver/a79e43d7-0fec-4e1e-9d42-b99d12ff59e7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-08-04T10:05:30.874Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b6be6f3-6fec-4893-a80a-2e8c71c6e8a9/model-vers/model-ver/a79e43d7-0fec-4e1e-9d42-b99d12ff59e7?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b6be6f3-6fec-4893-a80a-2e8c71c6e8a9/model-vers/model-ver/a79e43d7-0fec-4e1e-9d42-b99d12ff59e7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220804-10:05:30:588-90955], vertex-id=[475208], Content-Length=[0], Date=[Thu, 04 Aug 2022 10:05:30 GMT], Content-Type=[application/json]} 2022-08-04T10:05:30.874Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b6be6f3-6fec-4893-a80a-2e8c71c6e8a9/model-vers/model-ver/a79e43d7-0fec-4e1e-9d42-b99d12ff59e7?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-08-04T10:05:30.875Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b6be6f3-6fec-4893-a80a-2e8c71c6e8a9/model-vers/model-ver/a79e43d7-0fec-4e1e-9d42-b99d12ff59e7?depth=0|INFO|500||InvokeReturn 2022-08-04T10:05:30.875Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-08-04T10:05:30.877Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-08-04T10:05:30.883Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-08-04T10:05:30.883Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6d24ffec-45a4-4b9a-8f33-0180dae772ae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-08-04T10:05:30.883Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-08-04T10:05:30.883Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-04T10:05:30.885Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T10:05:30.885Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607530883, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-04T10:05:30.986Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T10:05:30.986Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T10:05:30.986Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T10:05:31.002Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:05:31.003Z||pool-139-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-08-04T10:05:31.896Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T10:05:31.896Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T10:05:31.896Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|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 QMx8hPJFHHsYD2SB) ... 2022-08-04T10:05:36.367Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:05:36.367Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-04T10:05:36.367Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"b25b92d8-68ea-4626-9dbc-847e06d8d619","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"a6f44e4b-7fe8-4edb-97ac-2c136f7796df","serviceDescription":"service","serviceInvariantUUID":"6385c34c-1a39-4f9c-8d81-af1bacc6be7e","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b1b97de1-62ac-475f-8d8d-d3ac55800044","resourceInvariantUUID":"7f1657a6-78c0-4b42-b3be-633ccfaf771c","resourceCustomizationUUID":"8f70a408-a46e-497e-a939-a7849ad0c3aa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"YmFjMzUzMDdjYjA1ZTQ0NWJmZmY2Njk4Mzc4Mjg2NGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ee2679e6-68ed-4631-850e-7ac796598b2e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0617e2a5-6875-4c10-ba66-db7ed1cfdc6c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"160ed138-e102-4bf5-8b1a-af3d8b51e97c","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"NjM1NzlmMDBkMzRmODVmZDc3OGMxYTBjNzA2MDZhODc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"45f1b584-c52f-4ab5-b615-c62f88a6d5b4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"37457e23-bbba-4c0c-9c67-2eb3eebae7b8","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"399129e9-6b24-4c0a-9d97-e4751a9026ba","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"67208e90-b294-431f-8b2a-5949be2e2f53","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"YTM2NTU1ZDg4ZjczY2MzNWEwYTY4NzQyN2JjMDE0MjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e0293f0c-e49c-4874-8b8d-c7e92fe0bd63","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MzUyODIxMWRiYTM4MzU4ZTQ2YTc4YTlmMGJmZmZhNjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5c0cd7d0-48a7-4f18-a260-81b0474694e7","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-04T10:05:36.369Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T10:05:36.370Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-04T10:05:36.371Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T10:05:36.372Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607531896, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:36.472Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T10:05:36.473Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T10:05:36.473Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T10:05:36.487Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:05:36.487Z||pool-140-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-08-04T10:05:37.372Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T10:05:37.373Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-04T10:05:37.374Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T10:05:37.375Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607531896, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:37.475Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T10:05:37.476Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T10:05:37.476Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T10:05:37.488Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:05:37.489Z||pool-141-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-04T10:05:38.375Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T10:05:38.376Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-04T10:05:38.377Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T10:05:38.378Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607531896, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:38.478Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T10:05:38.479Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T10:05:38.479Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T10:05:38.491Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:05:38.491Z||pool-142-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-08-04T10:05:39.378Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T10:05:39.379Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-04T10:05:39.380Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T10:05:39.380Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607531896, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:39.481Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T10:05:39.483Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T10:05:39.483Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T10:05:39.496Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:05:39.496Z||pool-143-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-08-04T10:05:40.381Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T10:05:40.382Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-04T10:05:40.384Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T10:05:40.384Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607531896, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:40.485Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-08-04T10:05:40.486Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T10:05:40.486Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T10:05:40.520Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:05:40.521Z||pool-144-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-08-04T10:05:41.384Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T10:05:41.385Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-04T10:05:41.387Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T10:05:41.387Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607531896, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:41.487Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T10:05:41.488Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T10:05:41.488Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T10:05:41.532Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:05:41.533Z||pool-145-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} 2022-08-04T10:05:42.391Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T10:05:42.391Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-04T10:05:42.393Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T10:05:42.393Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607531896, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:42.493Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T10:05:42.494Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T10:05:42.495Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T10:05:42.517Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:05:42.517Z||pool-146-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-08-04T10:05:43.394Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T10:05:43.395Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-04T10:05:43.397Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T10:05:43.397Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607531896, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:43.497Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T10:05:43.498Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T10:05:43.498Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T10:05:43.513Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:05:43.514Z||pool-147-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-08-04T10:05:44.397Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-04T10:05:44.398Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-04T10:05:44.400Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T10:05:44.400Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607531896, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-04T10:05:44.500Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T10:05:44.501Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T10:05:44.501Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T10:05:44.516Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:05:44.517Z||pool-148-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-08-04T10:05:45.401Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "a6f44e4b-7fe8-4edb-97ac-2c136f7796df", "serviceDescription": "service", "serviceInvariantUUID": "6385c34c-1a39-4f9c-8d81-af1bacc6be7e", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "8f70a408-a46e-497e-a939-a7849ad0c3aa", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "b1b97de1-62ac-475f-8d8d-d3ac55800044", "resourceInvariantUUID": "7f1657a6-78c0-4b42-b3be-633ccfaf771c", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-TestPnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "artifactChecksum": "MzUyODIxMWRiYTM4MzU4ZTQ2YTc4YTlmMGJmZmZhNjA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5c0cd7d0-48a7-4f18-a260-81b0474694e7" } ], "workloadContext": "Production" } 2022-08-04T10:05:45.401Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-04T10:05:45.402Z|6d24ffec-45a4-4b9a-8f33-0180dae772ae|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a6f44e4b-7fe8-4edb-97ac-2c136f7796df ASDC 2022-08-04T10:05:45.402Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:b25b92d8-68ea-4626-9dbc-847e06d8d619 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:a6f44e4b-7fe8-4edb-97ac-2c136f7796df ServiceInvariantUUID:6385c34c-1a39-4f9c-8d81-af1bacc6be7e ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-TestPnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ArtifactUUID:5c0cd7d0-48a7-4f18-a260-81b0474694e7 ArtifactChecksum:MzUyODIxMWRiYTM4MzU4ZTQ2YTc4YTlmMGJmZmZhNjA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:8f70a408-a46e-497e-a939-a7849ad0c3aa ResourceInvariantUUID:7f1657a6-78c0-4b42-b3be-633ccfaf771c ResourceName:test-pnf ResourceType:PNF ResourceUUID:b1b97de1-62ac-475f-8d8d-d3ac55800044 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-08-04T10:05:45.402Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a6f44e4b-7fe8-4edb-97ac-2c136f7796df ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T10:05:45.424Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-04T10:05:45.425Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-08-04T10:05:45.425Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-08-04T10:05:45.425Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5c0cd7d0-48a7-4f18-a260-81b0474694e7 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-08-04T10:05:45.425Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-08-04T10:05:45.425Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-08-04T10:05:45.558Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-08-04T10:05:45.565Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 5c0cd7d0-48a7-4f18-a260-81b0474694e7 105660 2022-08-04T10:05:45.565Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-08-04T10:05:45.565Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-08-04T10:05:45.566Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-04T10:05:45.566Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-04T10:05:45.569Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T10:05:45.569Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607545565, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T10:05:45.669Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T10:05:45.670Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T10:05:45.670Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T10:05:45.685Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:05:45.685Z||pool-149-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-08-04T10:05:46.570Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-04T10:05:46.571Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-08-04T10:05:46.572Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 5c0cd7d0-48a7-4f18-a260-81b0474694e7, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-08-04T10:05:46.572Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-08-04T10:05:46.572Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-08-04T10:05:46.572Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-08-04T10:05:46.741Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T10:05:46.741Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T10:05:46.742Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|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 QMx8hPJFHHsYD2SB) ... 2022-08-04T10:05:46.743Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14871671085314739668/Definitions/service-TestPnfMacro-template.yml 2022-08-04T10:05:46.793Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:05:46.794Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.795Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607366879, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T10:05:46.795Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:05:46.795Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.795Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659607363311, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.796Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.796Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.798Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "multicloud-k8s-id", "timestamp": 1659607364323, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.798Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.798Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.798Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "cds", "timestamp": 1659607367670, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.798Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.798Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.799Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "ves-openapi-manager", "timestamp": 1659607358234, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.799Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.799Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.799Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "policy-id", "timestamp": 1659607365608, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.799Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.799Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.799Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "aai-ml", "timestamp": 1659607365910, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.799Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.799Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.799Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607369169, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-04T10:05:46.799Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:05:46.799Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.800Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659607363311, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.800Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.800Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.800Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "multicloud-k8s-id", "timestamp": 1659607364323, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.800Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.800Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.800Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "cds", "timestamp": 1659607367670, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.800Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.800Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.800Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "ves-openapi-manager", "timestamp": 1659607358234, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.800Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.801Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.801Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "policy-id", "timestamp": 1659607365608, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.801Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.801Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.801Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "aai-ml", "timestamp": 1659607365910, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.801Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.801Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.801Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607370354, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-08-04T10:05:46.801Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:05:46.801Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.801Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "cds", "timestamp": 1659607367670, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.801Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.802Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.802Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "multicloud-k8s-id", "timestamp": 1659607364323, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.802Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.802Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.802Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659607363311, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.802Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.803Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.803Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "ves-openapi-manager", "timestamp": 1659607358234, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.803Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.803Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.803Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "policy-id", "timestamp": 1659607365608, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.803Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.803Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.803Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "aai-ml", "timestamp": 1659607365910, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.803Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.803Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.803Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607371405, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-08-04T10:05:46.803Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:05:46.803Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.804Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "cds", "timestamp": 1659607367670, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.804Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.804Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.804Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659607363311, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.804Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.804Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.804Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "policy-id", "timestamp": 1659607365608, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.804Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.804Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.804Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "ves-openapi-manager", "timestamp": 1659607358234, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.804Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.804Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.804Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "multicloud-k8s-id", "timestamp": 1659607364323, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.805Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.805Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.805Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "aai-ml", "timestamp": 1659607365910, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.805Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.805Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.805Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607372454, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-08-04T10:05:46.805Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:05:46.805Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.805Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659607363311, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.805Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.805Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.805Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "cds", "timestamp": 1659607367670, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.806Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.806Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.806Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "multicloud-k8s-id", "timestamp": 1659607364323, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.806Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.806Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.806Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "ves-openapi-manager", "timestamp": 1659607358234, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.806Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.806Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.806Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "policy-id", "timestamp": 1659607365608, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.806Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.806Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.806Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "aai-ml", "timestamp": 1659607365910, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.806Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.806Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.807Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607373508, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-08-04T10:05:46.807Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:05:46.807Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.807Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659607363311, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.807Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.807Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.807Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "multicloud-k8s-id", "timestamp": 1659607364323, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.807Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.807Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.807Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "cds", "timestamp": 1659607367670, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.807Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.807Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.807Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "ves-openapi-manager", "timestamp": 1659607358234, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.808Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.808Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.808Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "policy-id", "timestamp": 1659607365608, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.808Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.808Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.808Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "aai-ml", "timestamp": 1659607365910, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.808Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.808Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.808Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607374573, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-08-04T10:05:46.808Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:05:46.808Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.808Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "cds", "timestamp": 1659607367670, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.808Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.808Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.808Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659607363311, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.809Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.809Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.809Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "multicloud-k8s-id", "timestamp": 1659607364323, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.809Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.809Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.809Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "ves-openapi-manager", "timestamp": 1659607358234, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-08-04T10:05:46.809Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.809Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.809Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "policy-id", "timestamp": 1659607365608, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.809Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.809Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.809Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "aai-ml", "timestamp": 1659607365910, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.810Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.810Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.810Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607375575, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-08-04T10:05:46.810Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:05:46.810Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.810Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659607363311, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.810Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.810Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.810Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "cds", "timestamp": 1659607367670, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.810Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.810Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.810Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "multicloud-k8s-id", "timestamp": 1659607364323, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.810Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.811Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.811Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "policy-id", "timestamp": 1659607365608, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.811Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.811Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.811Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "ves-openapi-manager", "timestamp": 1659607358234, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.811Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.811Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.811Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "aai-ml", "timestamp": 1659607365910, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.812Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.812Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.812Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607376580, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-08-04T10:05:46.812Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:05:46.812Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.812Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "cds", "timestamp": 1659607367670, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-04T10:05:46.812Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.812Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.812Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659607363311, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-04T10:05:46.812Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.812Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.812Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "multicloud-k8s-id", "timestamp": 1659607364323, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-04T10:05:46.812Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.813Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.813Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "policy-id", "timestamp": 1659607365608, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-04T10:05:46.813Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.813Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.813Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "ves-openapi-manager", "timestamp": 1659607358234, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.813Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.813Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.813Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "aai-ml", "timestamp": 1659607365910, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-04T10:05:46.813Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.813Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.813Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607377584, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-08-04T10:05:46.813Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:05:46.813Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.813Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "ves-openapi-manager", "timestamp": 1659607376827, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-08-04T10:05:46.814Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:05:46.814Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.814Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "cds", "timestamp": 1659607377888, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T10:05:46.814Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:05:46.814Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.814Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659607378220, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T10:05:46.814Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:05:46.814Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.814Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "policy-id", "timestamp": 1659607377810, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T10:05:46.814Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:05:46.814Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.814Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "aai-ml", "timestamp": 1659607377428, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T10:05:46.815Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:05:46.815Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.815Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607378587, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-08-04T10:05:46.815Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:05:46.815Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.815Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "ves-openapi-manager", "timestamp": 1659607377852, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-08-04T10:05:46.815Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:05:46.815Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.815Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "policy-id", "timestamp": 1659607378814, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T10:05:46.815Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:05:46.815Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.815Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "cds", "timestamp": 1659607379124, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T10:05:46.821Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b25b92d8-68ea-4626-9dbc-847e06d8d619 2022-08-04T10:05:46.821Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b25b92d8-68ea-4626-9dbc-847e06d8d619 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T10:05:46.829Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.830Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607379590, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T10:05:46.830Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:05:46.830Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.830Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659607380027, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T10:05:46.830Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:05:46.830Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.830Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "ves-openapi-manager", "timestamp": 1659607378856, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T10:05:46.834Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of b25b92d8-68ea-4626-9dbc-847e06d8d619 2022-08-04T10:05:46.834Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b25b92d8-68ea-4626-9dbc-847e06d8d619 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T10:05:46.841Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.841Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "policy-id", "timestamp": 1659607379817, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T10:05:46.846Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b25b92d8-68ea-4626-9dbc-847e06d8d619 2022-08-04T10:05:46.846Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b25b92d8-68ea-4626-9dbc-847e06d8d619 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T10:05:46.854Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.854Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1659607381032, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T10:05:46.860Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b25b92d8-68ea-4626-9dbc-847e06d8d619 2022-08-04T10:05:46.860Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b25b92d8-68ea-4626-9dbc-847e06d8d619 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T10:05:46.868Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.869Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "aai-ml", "timestamp": 1659607382350, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T10:05:46.869Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:05:46.869Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.869Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "aai-ml", "timestamp": 1659607383353, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T10:05:46.873Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b25b92d8-68ea-4626-9dbc-847e06d8d619 2022-08-04T10:05:46.874Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b25b92d8-68ea-4626-9dbc-847e06d8d619 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T10:05:46.883Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.884Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "clamp", "timestamp": 1659607385573, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.884Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.884Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.884Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "clamp", "timestamp": 1659607385573, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.884Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.885Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.885Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "clamp", "timestamp": 1659607385573, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.885Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.885Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.885Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "clamp", "timestamp": 1659607385573, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.886Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.886Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.886Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "clamp", "timestamp": 1659607385573, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.886Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.886Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.887Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "clamp", "timestamp": 1659607385573, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.887Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.887Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.887Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "clamp", "timestamp": 1659607385573, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.887Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.887Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.887Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "clamp", "timestamp": 1659607385573, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T10:05:46.888Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.888Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.888Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "clamp", "timestamp": 1659607385573, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-04T10:05:46.888Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:05:46.888Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.889Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "clamp", "timestamp": 1659607406637, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T10:05:46.889Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:05:46.889Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.889Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "clamp", "timestamp": 1659607408644, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T10:05:46.889Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:05:46.889Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:05:46.890Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "clamp", "timestamp": 1659607409647, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T10:05:46.895Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b25b92d8-68ea-4626-9dbc-847e06d8d619 2022-08-04T10:05:46.895Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b25b92d8-68ea-4626-9dbc-847e06d8d619 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-04T10:05:47.574Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-08-04T10:05:47.575Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-08-04T10:05:47.575Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-08-04T10:05:47.575Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-08-04T10:05:47.575Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-08-04T10:05:47.576Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-08-04T10:05:47.576Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-08-04T10:05:47.576Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-08-04T10:05:47.576Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-08-04T10:05:47.576Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-08-04T10:05:47.576Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-08-04T10:05:47.576Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-08-04T10:05:47.576Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:05:47.576Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T10:05:47.577Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-08-04T10:05:47.577Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-08-04T10:05:47.577Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-04T10:05:47.577Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:05:47.577Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T10:05:47.577Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-08-04T10:05:47.578Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-08-04T10:05:47.578Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-04T10:05:47.578Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:05:47.578Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T10:05:47.578Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:05:47.578Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T10:05:47.578Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:05:47.578Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T10:05:47.579Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:05:47.579Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T10:05:47.579Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:05:47.579Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T10:05:47.579Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:a6f44e4b-7fe8-4edb-97ac-2c136f7796df Model Version:NULL Model InvariantUuid:6385c34c-1a39-4f9c-8d81-af1bacc6be7e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-08-04T10:05:47.585Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: b1b97de1-62ac-475f-8d8d-d3ac55800044 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-08-04T10:05:47.588Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||INFO|500||test-pnf 0 2022-08-04T10:05:47.588Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b1b97de1-62ac-475f-8d8d-d3ac55800044 2022-08-04T10:05:47.588Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||No resources found for Service: a6f44e4b-7fe8-4edb-97ac-2c136f7796df 2022-08-04T10:05:47.588Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: a6f44e4b-7fe8-4edb-97ac-2c136f7796df 2022-08-04T10:05:47.588Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 b1b97de1-62ac-475f-8d8d-d3ac55800044 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-08-04T10:05:47.592Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@52fb4814, org.onap.sdc.toscaparser.api.parameters.Input@3306011a, org.onap.sdc.toscaparser.api.parameters.Input@7fda759, org.onap.sdc.toscaparser.api.parameters.Input@7cdef998, org.onap.sdc.toscaparser.api.parameters.Input@74eda5ff] 2022-08-04T10:05:47.592Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:05:47.592Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T10:05:47.593Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid a6f44e4b-7fe8-4edb-97ac-2c136f7796df: test-pnf 2022-08-04T10:05:47.593Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||INFO|500||Processing PNF resource: b1b97de1-62ac-475f-8d8d-d3ac55800044 2022-08-04T10:05:47.593Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-04T10:05:47.593Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-04T10:05:47.593Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||INFO|500||Resource customization UUID: 8f70a408-a46e-497e-a939-a7849ad0c3aa is the same as notified resource customizationUUID: 8f70a408-a46e-497e-a939-a7849ad0c3aa Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-08-04T10:05:47.625Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf b1b97de1-62ac-475f-8d8d-d3ac55800044 0 ASDC deployResourceStructure 2022-08-04T10:05:47.625Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-08-04T10:05:47.626Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-08-04T10:05:47.626Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-04T10:05:47.626Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-04T10:05:47.628Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T10:05:47.628Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607547625, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T10:05:47.729Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T10:05:47.729Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T10:05:47.730Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T10:05:47.747Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:05:47.748Z||pool-150-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-08-04T10:05:48.630Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b25b92d8-68ea-4626-9dbc-847e06d8d619 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T10:05:48.642Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b25b92d8-68ea-4626-9dbc-847e06d8d619 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-04T10:05:48.649Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-04T10:05:48.650Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-04T10:05:48.650Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-04T10:05:48.651Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-04T10:05:48.651Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T10:05:48.651Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T10:05:48.652Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T10:05:48.652Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T10:05:48.652Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T10:05:48.653Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T10:05:48.653Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-04T10:05:48.653Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-04T10:05:48.663Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-04T10:06:18.664Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b25b92d8-68ea-4626-9dbc-847e06d8d619 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-08-04T10:06:18.669Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b25b92d8-68ea-4626-9dbc-847e06d8d619 and serviceModelVersionId: a6f44e4b-7fe8-4edb-97ac-2c136f7796df 2022-08-04T10:06:18.669Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6385c34c-1a39-4f9c-8d81-af1bacc6be7e 2022-08-04T10:06:18.670Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6385c34c-1a39-4f9c-8d81-af1bacc6be7e/model-vers/model-ver/a6f44e4b-7fe8-4edb-97ac-2c136f7796df?depth=0 2022-08-04T10:06:18.674Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-08-04T10:06:18.710Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6385c34c-1a39-4f9c-8d81-af1bacc6be7e/model-vers/model-ver/a6f44e4b-7fe8-4edb-97ac-2c136f7796df?depth=0|INFO|500||Invoke 2022-08-04T10:06:18.711Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6385c34c-1a39-4f9c-8d81-af1bacc6be7e/model-vers/model-ver/a6f44e4b-7fe8-4edb-97ac-2c136f7796df?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6385c34c-1a39-4f9c-8d81-af1bacc6be7e/model-vers/model-ver/a6f44e4b-7fe8-4edb-97ac-2c136f7796df?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b25b92d8-68ea-4626-9dbc-847e06d8d619], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[567bd67d-673d-4faa-888d-d9092e4ddc8a], X-ECOMP-RequestID=[b25b92d8-68ea-4626-9dbc-847e06d8d619], X-TransactionId=[], X-ONAP-RequestID=[b25b92d8-68ea-4626-9dbc-847e06d8d619], Content-Type=[application/merge-patch+json]} 2022-08-04T10:06:18.745Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6385c34c-1a39-4f9c-8d81-af1bacc6be7e/model-vers/model-ver/a6f44e4b-7fe8-4edb-97ac-2c136f7796df?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-08-04T10:06:18.853Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6385c34c-1a39-4f9c-8d81-af1bacc6be7e/model-vers/model-ver/a6f44e4b-7fe8-4edb-97ac-2c136f7796df?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6385c34c-1a39-4f9c-8d81-af1bacc6be7e/model-vers/model-ver/a6f44e4b-7fe8-4edb-97ac-2c136f7796df?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220804-10:06:18:569-12310], vertex-id=[561384], Content-Length=[0], Date=[Thu, 04 Aug 2022 10:06:18 GMT], Content-Type=[application/json]} 2022-08-04T10:06:18.853Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6385c34c-1a39-4f9c-8d81-af1bacc6be7e/model-vers/model-ver/a6f44e4b-7fe8-4edb-97ac-2c136f7796df?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-08-04T10:06:18.854Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6385c34c-1a39-4f9c-8d81-af1bacc6be7e/model-vers/model-ver/a6f44e4b-7fe8-4edb-97ac-2c136f7796df?depth=0|INFO|500||InvokeReturn 2022-08-04T10:06:18.854Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-08-04T10:06:18.854Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-08-04T10:06:18.860Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-08-04T10:06:18.860Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b25b92d8-68ea-4626-9dbc-847e06d8d619 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-08-04T10:06:18.861Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-08-04T10:06:18.861Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-04T10:06:18.863Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-04T10:06:18.863Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607578861, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-04T10:06:18.963Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-04T10:06:18.964Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-04T10:06:18.964Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ... 2022-08-04T10:06:18.984Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:06:18.985Z||pool-151-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-08-04T10:06:19.873Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T10:06:19.874Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T10:06:19.874Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|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 QMx8hPJFHHsYD2SB) ... 2022-08-04T10:06:29.449Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:06:29.450Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T10:06:29.450Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T10:06:29.450Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T10:06:38.994Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:06:38.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T10:06:38.995Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T10:06:38.995Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T10:06:46.741Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T10:06:46.741Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T10:06:46.742Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|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 QMx8hPJFHHsYD2SB) ... 2022-08-04T10:06:46.802Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:06:46.802Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:06:46.802Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d24ffec-45a4-4b9a-8f33-0180dae772ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607530883, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-04T10:06:46.803Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:06:46.803Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:06:46.803Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607531896, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T10:06:46.803Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:06:46.803Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:06:46.803Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607531896, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-04T10:06:46.803Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:06:46.803Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:06:46.804Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607531896, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-04T10:06:46.804Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:06:46.804Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:06:46.804Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607531896, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-04T10:06:46.804Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:06:46.804Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:06:46.804Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607531896, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-04T10:06:46.804Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:06:46.804Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:06:46.804Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607531896, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T10:06:46.805Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:06:46.805Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:06:46.805Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607531896, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-04T10:06:46.805Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:06:46.805Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:06:46.805Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607531896, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-04T10:06:46.805Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:06:46.805Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:06:46.805Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607531896, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-04T10:06:46.806Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-04T10:06:46.806Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:06:46.806Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607545565, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-04T10:06:46.806Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:06:48.561Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:06:48.561Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T10:06:48.562Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T10:06:48.562Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T10:06:58.102Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:07:46.739Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T10:07:46.739Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T10:07:46.739Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T10:07:46.741Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T10:07:46.741Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T10:07:46.741Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|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 QMx8hPJFHHsYD2SB) ... 2022-08-04T10:07:47.273Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:07:47.273Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:07:47.273Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607547625, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-04T10:07:47.274Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:07:47.274Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-04T10:07:47.274Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b25b92d8-68ea-4626-9dbc-847e06d8d619", "consumerID": "SO-COpenSource-Env11", "timestamp": 1659607578861, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-04T10:07:47.274Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-04T10:07:56.294Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:08:46.739Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T10:08:46.741Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T10:08:46.741Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T10:08:46.741Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T10:08:46.741Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T10:08:46.742Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|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 QMx8hPJFHHsYD2SB) ... 2022-08-04T10:08:56.297Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:08:56.298Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:09:46.739Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T10:09:46.739Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T10:09:46.740Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T10:09:46.741Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T10:09:46.741Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T10:09:46.742Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T10:09:56.297Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:09:56.302Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:10:46.739Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T10:10:46.740Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T10:10:46.741Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T10:10:46.741Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T10:10:46.742Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T10:10:46.742Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|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 QMx8hPJFHHsYD2SB) ... 2022-08-04T10:10:56.336Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:10:56.336Z|7b15d2f1-ac0b-47e9-bde3-eddfe91e1716|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:11:46.739Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T10:11:46.740Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T10:11:46.740Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T10:11:46.741Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T10:11:46.741Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T10:11:46.742Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T10:11:56.290Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:11:56.290Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:12:46.739Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T10:12:46.739Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T10:12:46.740Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T10:12:46.741Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T10:12:46.742Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T10:12:46.742Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T10:12:56.298Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:12:56.300Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:13:46.739Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T10:13:46.740Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T10:13:46.740Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T10:13:46.741Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T10:13:46.741Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T10:13:46.741Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|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 QMx8hPJFHHsYD2SB) ... 2022-08-04T10:13:56.288Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:13:56.290Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:14:46.739Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T10:14:46.739Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T10:14:46.739Z||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 QMx8hPJFHHsYD2SB) ... 2022-08-04T10:14:46.741Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-04T10:14:46.741Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-04T10:14:46.741Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|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 QMx8hPJFHHsYD2SB) ... 2022-08-04T10:14:56.288Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-04T10:14:56.292Z|b25b92d8-68ea-4626-9dbc-847e06d8d619|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK