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-09-10T05:19:44.579Z||main|||||INFO|500||The following profiles are active: basic 2022-09-10T05:19:57.199Z||main|||||INFO|500||Starting service [Tomcat] 2022-09-10T05:19:57.200Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-09-10T05:19:57.319Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-09-10T05:20:01.741Z||main|||||INFO|500||catdb-pool - Starting... 2022-09-10T05:20:02.226Z||main|||||INFO|500||catdb-pool - Start completed. 2022-09-10T05:20:02.712Z||main|||||INFO|500||reqdb-pool - Starting... 2022-09-10T05:20:02.719Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-09-10T05:20:02.842Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-09-10T05:20:03.140Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-09-10T05:20:03.708Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-09-10T05:20:05.462Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-09-10T05:20:07.757Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-09-10T05:20:07.814Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-09-10T05:20:08.336Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-09-10T05:20:08.541Z||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-09-10T05:20:09.745Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-09-10T05:20:10.814Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-09-10T05:20:10.834Z||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$$47a94641.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-09-10T05:20:10.835Z||main|||||WARN|500||The sdc end point is not alive 2022-09-10T05:20:14.113Z||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-09-10T05:20:17.006Z||main|||||WARN|500||--- 2022-09-10T05:20:17.007Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-09-10T05:20:17.007Z||main|||||WARN|500||--- 2022-09-10T05:20:17.435Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-09-10T05:20:22.257Z||main|||||INFO|500||Started Application in 40.831 seconds (JVM running for 43.171) 2022-09-10T05:20:22.289Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-09-10T05:20:22.290Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-09-10T05:20:22.303Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-09-10T05:20:22.331Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-09-10T05:20:22.398Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c453014f-5145-4e42-9b49-89f561f19f18 url= /sdc/v1/artifactTypes 2022-09-10T05:20:22.399Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-09-10T05:20:23.533Z||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.44.247] 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$$c872ab50.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-09-10T05:20:23.537Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@57e8f1cc 2022-09-10T05:20:23.537Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-09-10T05:20:23.554Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-09-10T05:20:23.556Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-09-10T05:20:23.559Z||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$$c872ab50.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-09-10T05:21:12.251Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-09-10T05:21:12.252Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-09-10T05:21:12.252Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-09-10T05:21:12.255Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-09-10T05:21:12.260Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6296b208-67fc-4f92-9769-5c1a522c8b0d url= /sdc/v1/artifactTypes 2022-09-10T05:21:12.261Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-09-10T05:21:13.292Z||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.44.247] 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$$c872ab50.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-09-10T05:21:13.294Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@706973f0 2022-09-10T05:21:13.294Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-09-10T05:21:13.295Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-09-10T05:21:13.295Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-09-10T05:21:13.296Z||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$$c872ab50.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-09-10T05:22:02.251Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-09-10T05:22:02.252Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-09-10T05:22:02.252Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-09-10T05:22:02.256Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-09-10T05:22:02.261Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ff653f05-8b38-4a9f-99cf-32b592c0115b url= /sdc/v1/artifactTypes 2022-09-10T05:22:02.261Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-09-10T05:22:03.275Z||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.44.247] 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$$c872ab50.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-09-10T05:22:03.276Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@683f4a86 2022-09-10T05:22:03.277Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-09-10T05:22:03.277Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-09-10T05:22:03.277Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-09-10T05:22:03.278Z||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$$c872ab50.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-09-10T05:22:52.252Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-09-10T05:22:52.255Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-09-10T05:22:52.256Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-09-10T05:22:52.262Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-09-10T05:22:52.275Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2b0ebd3e-3595-4fb8-9842-870d6a59c853 url= /sdc/v1/artifactTypes 2022-09-10T05:22:52.275Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-09-10T05:22:53.321Z||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.44.247] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c872ab50.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-09-10T05:22:53.322Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7a122552 2022-09-10T05:22:53.323Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-09-10T05:22:53.323Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-09-10T05:22:53.324Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-09-10T05:22:53.326Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c872ab50.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-09-10T05:23:42.253Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-09-10T05:23:42.254Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-09-10T05:23:42.254Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-09-10T05:23:42.258Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-09-10T05:23:42.264Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 47509975-0354-4403-8cf5-27c15ba58cf9 url= /sdc/v1/artifactTypes 2022-09-10T05:23:42.264Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-09-10T05:23:43.310Z||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.44.247] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c872ab50.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-09-10T05:23:43.311Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@27305322 2022-09-10T05:23:43.311Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-09-10T05:23:43.312Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-09-10T05:23:43.312Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-09-10T05:23:43.312Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c872ab50.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-09-10T05:24:32.251Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-09-10T05:24:32.252Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-09-10T05:24:32.252Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-09-10T05:24:32.257Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-09-10T05:24:32.261Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8ab1f9c0-96b1-4685-96be-38a3599c825d url= /sdc/v1/artifactTypes 2022-09-10T05:24:32.262Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-09-10T05:24:33.289Z||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.44.247] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c872ab50.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-09-10T05:24:33.289Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@41729b72 2022-09-10T05:24:33.290Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-09-10T05:24:33.291Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-09-10T05:24:33.291Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-09-10T05:24:33.292Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c872ab50.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-09-10T05:25:22.251Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-09-10T05:25:22.252Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-09-10T05:25:22.252Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-09-10T05:25:22.256Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-09-10T05:25:22.264Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 312bcfab-1a66-4eb4-962c-7cbfc2b87c4d url= /sdc/v1/artifactTypes 2022-09-10T05:25:22.264Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-09-10T05:25:23.304Z||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.44.247] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c872ab50.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-09-10T05:25:23.306Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5fccdf7c 2022-09-10T05:25:23.306Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-09-10T05:25:23.307Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-09-10T05:25:23.307Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-09-10T05:25:23.308Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c872ab50.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-09-10T05:26:12.251Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-09-10T05:26:12.251Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-09-10T05:26:12.252Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-09-10T05:26:12.255Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-09-10T05:26:12.261Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 627f2e5e-d2b1-4631-81ad-f4ba8d82e4e1 url= /sdc/v1/artifactTypes 2022-09-10T05:26:12.261Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-09-10T05:26:13.288Z||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.44.247] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c872ab50.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-09-10T05:26:13.289Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7f6d98ee 2022-09-10T05:26:13.289Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-09-10T05:26:13.290Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-09-10T05:26:13.290Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-09-10T05:26:13.291Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c872ab50.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-09-10T05:27:02.251Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-09-10T05:27:02.252Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-09-10T05:27:02.252Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-09-10T05:27:02.255Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-09-10T05:27:02.266Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 45e5200c-8ceb-46f1-9b87-cc0c62a35437 url= /sdc/v1/artifactTypes 2022-09-10T05:27:02.267Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-09-10T05:27:03.304Z||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.44.247] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c872ab50.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-09-10T05:27:03.305Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3c2cf43f 2022-09-10T05:27:03.305Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-09-10T05:27:03.306Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-09-10T05:27:03.306Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-09-10T05:27:03.307Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c872ab50.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-09-10T05:27:52.251Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-09-10T05:27:52.252Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-09-10T05:27:52.253Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-09-10T05:27:52.257Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-09-10T05:27:52.283Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 88ea6313-13dc-429f-a8be-8bd9ef5bd4bd url= /sdc/v1/artifactTypes 2022-09-10T05:27:52.284Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-09-10T05:27:52.574Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-09-10T05:27:52.584Z||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-09-10T05:27:52.610Z||scheduling-1|||||DEBUG|500||create keys 2022-09-10T05:27:52.617Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-09-10T05:27:52.640Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:27:52.661Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= daa809c8-8397-4210-b156-68d7d0764a07 url= /sdc/v1/registerForDistribution 2022-09-10T05:27:53.158Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= daa809c8-8397-4210-b156-68d7d0764a07 url= /sdc/v1/registerForDistribution 2022-09-10T05:27:53.159Z||scheduling-1|||||INFO|500||start DistributionClient 2022-09-10T05:27:53.169Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:27:53.170Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:27:53.177Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-09-10T05:27:53.180Z||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-09-10T05:27:53.180Z||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-09-10T05:27:53.180Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T05:27:53.180Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T05:28:03.467Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:28:03.471Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:28:53.167Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:28:53.168Z||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-09-10T05:28:53.168Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T05:28:53.169Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:28:53.170Z||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-09-10T05:28:53.171Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T05:29:02.729Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:29:02.739Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:29:52.204Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-09-10T05:29:53.167Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:29:53.168Z||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-09-10T05:29:53.168Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T05:29:53.171Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:29:53.173Z||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-09-10T05:29:53.174Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T05:30:02.726Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:30:02.729Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:30:53.167Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:30:53.168Z||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-09-10T05:30:53.168Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T05:30:53.171Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:30:53.173Z||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-09-10T05:30:53.173Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T05:31:02.745Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:31:02.748Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:31:53.167Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:31:53.168Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T05:31:53.168Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T05:31:53.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:31:53.170Z||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-09-10T05:31:53.171Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T05:32:02.755Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:32:02.757Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:32:53.167Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:32:53.168Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T05:32:53.169Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T05:32:53.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:32:53.171Z||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-09-10T05:32:53.171Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T05:33:02.730Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:33:02.732Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:33:53.167Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:33:53.168Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T05:33:53.168Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T05:33:53.170Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:33:53.170Z||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-09-10T05:33:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T05:34:02.736Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:34:02.740Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:34:53.167Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:34:53.168Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T05:34:53.168Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T05:34:53.170Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:34:53.171Z||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-09-10T05:34:53.171Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T05:35:02.733Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:35:02.735Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:35:53.167Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:35:53.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:35:53.170Z||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-09-10T05:35:53.171Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T05:35:53.184Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T05:35:53.186Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T05:36:02.744Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:36:02.751Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:36:53.167Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:36:53.168Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T05:36:53.168Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T05:36:53.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:36:53.170Z||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-09-10T05:36:53.171Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T05:37:02.716Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:37:02.717Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:37:53.167Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:37:53.168Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T05:37:53.168Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T05:37:53.169Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:37:53.170Z||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-09-10T05:37:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T05:38:02.737Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:38:02.738Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:38:53.167Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:38:53.168Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T05:38:53.168Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T05:38:53.169Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:38:53.170Z||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-09-10T05:38:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T05:39:02.721Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:39:02.727Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:39:53.167Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:39:53.168Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T05:39:53.168Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T05:39:53.169Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:39:53.170Z||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-09-10T05:39:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T05:40:02.757Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:40:02.760Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:40:53.167Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:40:53.168Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T05:40:53.168Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T05:40:53.170Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:40:53.170Z||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-09-10T05:40:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T05:41:02.740Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:41:02.744Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:41:53.167Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:41:53.169Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T05:41:53.169Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T05:41:53.169Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:41:53.170Z||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-09-10T05:41:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T05:42:02.747Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:42:02.747Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:42:53.167Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:42:53.168Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T05:42:53.168Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T05:42:53.169Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:42:53.170Z||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-09-10T05:42:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T05:43:02.721Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:43:02.723Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:43:53.167Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:43:53.168Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T05:43:53.168Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T05:43:53.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:43:53.170Z||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-09-10T05:43:53.171Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T05:44:02.731Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:44:02.732Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:44:53.167Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:44:53.169Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T05:44:53.169Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T05:44:53.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:44:53.170Z||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-09-10T05:44:53.171Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T05:45:02.783Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:45:02.785Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:45:53.167Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:45:53.167Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T05:45:53.168Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T05:45:53.169Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:45:53.170Z||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-09-10T05:45:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T05:46:02.741Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:46:02.741Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:46:53.167Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:46:53.168Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T05:46:53.168Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T05:46:53.169Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:46:53.170Z||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-09-10T05:46:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T05:47:02.721Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:47:02.726Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:47:53.167Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:47:53.168Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T05:47:53.168Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T05:47:53.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:47:53.171Z||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-09-10T05:47:53.171Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T05:48:02.730Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:48:02.730Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:48:53.167Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:48:53.168Z||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-09-10T05:48:53.168Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T05:48:53.171Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:48:53.172Z||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-09-10T05:48:53.172Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T05:49:02.726Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:49:02.731Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:49:53.168Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:49:53.169Z||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-09-10T05:49:53.169Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:49:53.170Z||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-09-10T05:49:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T05:49:53.169Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T05:50:02.731Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:50:02.733Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:50:53.167Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:50:53.168Z||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-09-10T05:50:53.168Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T05:50:53.170Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:50:53.170Z||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-09-10T05:50:53.171Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T05:51:02.730Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:51:02.730Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:51:53.167Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:51:53.169Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T05:51:53.169Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T05:51:53.169Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:51:53.170Z||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-09-10T05:51:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T05:52:02.735Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:52:02.743Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:52:53.167Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:52:53.167Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T05:52:53.168Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T05:52:53.169Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:52:53.170Z||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-09-10T05:52:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T05:53:02.705Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:53:02.713Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:53:53.167Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:53:53.168Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T05:53:53.168Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T05:53:53.170Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:53:53.170Z||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-09-10T05:53:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T05:54:02.728Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:54:02.734Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:54:53.167Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:54:53.168Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T05:54:53.168Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T05:54:53.170Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:54:53.171Z||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-09-10T05:54:53.171Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T05:55:02.729Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:55:02.730Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:55:53.170Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:55:53.170Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:55:53.171Z||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-09-10T05:55:53.171Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T05:55:53.171Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T05:55:53.172Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T05:56:02.743Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:56:02.744Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:56:53.167Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:56:53.168Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T05:56:53.168Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T05:56:53.169Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:56:53.170Z||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-09-10T05:56:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T05:57:02.713Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:57:02.714Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:57:53.167Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:57:53.168Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T05:57:53.168Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T05:57:53.169Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:57:53.170Z||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-09-10T05:57:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T05:58:02.731Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:58:02.731Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:58:53.167Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:58:53.168Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T05:58:53.168Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T05:58:53.169Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:58:53.170Z||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-09-10T05:58:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T05:59:02.719Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:59:02.721Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T05:59:53.167Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:59:53.168Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T05:59:53.168Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T05:59:53.169Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T05:59:53.170Z||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-09-10T05:59:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:00:02.756Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:00:02.759Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:00:53.167Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:00:53.168Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T06:00:53.168Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:00:53.169Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:00:53.170Z||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-09-10T06:00:53.171Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:01:02.724Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:01:02.726Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:01:53.168Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:01:53.169Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T06:01:53.169Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:01:53.170Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:01:53.170Z||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-09-10T06:01:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:02:02.724Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:02:02.732Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:02:53.167Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:02:53.168Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T06:02:53.168Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:02:53.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:02:53.170Z||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-09-10T06:02:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:03:02.729Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:03:02.730Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:03:53.167Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:03:53.168Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T06:03:53.168Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:03:53.170Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:03:53.171Z||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-09-10T06:03:53.171Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:04:02.734Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:04:02.736Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:04:53.167Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:04:53.168Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T06:04:53.168Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:04:53.169Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:04:53.170Z||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-09-10T06:04:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:05:02.746Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:05:02.746Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:05:53.167Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:05:53.169Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:05:53.170Z||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-09-10T06:05:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:05:53.170Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T06:05:53.171Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:06:02.753Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:06:02.757Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:06:53.167Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:06:53.168Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T06:06:53.168Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:06:53.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:06:53.170Z||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-09-10T06:06:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:07:02.723Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:07:02.724Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:07:53.167Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:07:53.168Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T06:07:53.168Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:07:53.169Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:07:53.170Z||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-09-10T06:07:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:08:01.076Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:08:01.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-10T06:08:01.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"e12d61a5-2616-4087-9618-4d553e000c3b","serviceName":"basic_onboard_ELzSHK","serviceVersion":"1.0","serviceUUID":"12a6224f-0d5e-4d1d-9502-a854e10e5796","serviceDescription":"service","serviceInvariantUUID":"383f63da-4f80-41dd-a8b3-6d78f2f4c0e1","resources":[{"resourceInstanceName":"basic_onboard_ELzSHK 0","resourceName":"basic_onboard_ELzSHK","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"369f7405-ddb9-4213-b230-26461dd8235e","resourceInvariantUUID":"5e3308e9-3755-47ad-8663-113ac3e14f11","resourceCustomizationUUID":"5d76f3e7-56b4-4dff-bd9f-1d746c9dfa13","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/vf-license-model.xml","artifactChecksum":"MGQ4ZTBmYjE1N2Y3YTMwMTI5YzI3NzQ2NjgwYTRhYzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0838f797-cfb6-4b45-8411-dc7613bdfa8d","artifactVersion":"1"},{"artifactName":"basic_onboard_elzshk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/basic_onboard_elzshk0_modules.json","artifactChecksum":"YTQ5OTA4OWMzN2JhMjMxODU1N2NiNjIyOTRlZmFmMjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fce06914-2551-447f-bf7d-718d56b957fb","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"48931507-7e2d-40b8-a7d5-fdf480b19701","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a721131b-596f-465b-9eba-b992407aa197","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"37a1cecf-ec42-4be4-b80c-d166d734bab9","artifactVersion":"2","generatedFromUUID":"48931507-7e2d-40b8-a7d5-fdf480b19701"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardElzshk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-template.yml","artifactChecksum":"OWE5MzE4MmNmYzFmY2I5NjZmMDU5NmEyMDYwZTkyNDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1e513795-9ad7-49a9-bda6-2d0bcc84be4a","artifactVersion":"1"},{"artifactName":"service-BasicOnboardElzshk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar","artifactChecksum":"YWNiOGRmOGRjZGVjNzA3MWZkMmIzOTEyMjlmZTBiY2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1ed5eb1f-447c-4c49-8f78-10a7f017ab6e","artifactVersion":"1"}],"workloadContext":"Production"} 2022-09-10T06:08:01.096Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:08:01.104Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:08:01.117Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:08:01.117Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790073167, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:08:01.217Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-09-10T06:08:01.221Z||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-09-10T06:08:01.221Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:08:01.250Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:08:01.251Z||pool-3-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":3,"count":1} 2022-09-10T06:08:01.369Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:08:01.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:08:01.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790073167, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:08:01.395Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:08:02.124Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:08:02.124Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:08:02.127Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:08:02.127Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790073167, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/basic_onboard_elzshk0_modules.json", "status": "NOTIFIED" } 2022-09-10T06:08:02.227Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:08:02.228Z||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-09-10T06:08:02.228Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:08:02.250Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:08:02.251Z||pool-4-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:08:03.128Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:08:03.128Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:08:03.130Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:08:03.130Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790073167, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-09-10T06:08:03.231Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:08:03.231Z||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-09-10T06:08:03.232Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:08:03.250Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:08:03.251Z||pool-5-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:08:04.131Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:08:04.132Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:08:04.134Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:08:04.134Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790073167, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:08:04.234Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:08:04.235Z||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-09-10T06:08:04.235Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:08:04.261Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:08:04.262Z||pool-6-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:08:05.135Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:08:05.135Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:08:05.137Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:08:05.137Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790073167, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-09-10T06:08:05.238Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:08:05.238Z||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-09-10T06:08:05.239Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:08:05.269Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:08:05.270Z||pool-7-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} 2022-09-10T06:08:06.138Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:08:06.139Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:08:06.141Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:08:06.141Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790073167, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:08:06.241Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:08:06.242Z||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-09-10T06:08:06.243Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:08:06.283Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:08:06.283Z||pool-8-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:08:07.142Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:08:07.143Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:08:07.145Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:08:07.145Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790073167, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:08:07.246Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:08:07.247Z||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-09-10T06:08:07.248Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:08:07.261Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:08:07.262Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:08:08.148Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "serviceName": "basic_onboard_ELzSHK", "serviceVersion": "1.0", "serviceUUID": "12a6224f-0d5e-4d1d-9502-a854e10e5796", "serviceDescription": "service", "serviceInvariantUUID": "383f63da-4f80-41dd-a8b3-6d78f2f4c0e1", "resources": [ { "resourceInstanceName": "basic_onboard_ELzSHK 0", "resourceCustomizationUUID": "5d76f3e7-56b4-4dff-bd9f-1d746c9dfa13", "resourceName": "basic_onboard_ELzSHK", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "369f7405-ddb9-4213-b230-26461dd8235e", "resourceInvariantUUID": "5e3308e9-3755-47ad-8663-113ac3e14f11", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_elzshk0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/basic_onboard_elzshk0_modules.json", "artifactChecksum": "YTQ5OTA4OWMzN2JhMjMxODU1N2NiNjIyOTRlZmFmMjY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fce06914-2551-447f-bf7d-718d56b957fb", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "48931507-7e2d-40b8-a7d5-fdf480b19701", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "37a1cecf-ec42-4be4-b80c-d166d734bab9", "generatedFromUUID": "48931507-7e2d-40b8-a7d5-fdf480b19701" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "37a1cecf-ec42-4be4-b80c-d166d734bab9", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardElzshk-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar", "artifactChecksum": "YWNiOGRmOGRjZGVjNzA3MWZkMmIzOTEyMjlmZTBiY2M\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1ed5eb1f-447c-4c49-8f78-10a7f017ab6e" } ], "workloadContext": "Production" } 2022-09-10T06:08:08.150Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-09-10T06:08:08.150Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 12a6224f-0d5e-4d1d-9502-a854e10e5796 ASDC 2022-09-10T06:08:08.262Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:e12d61a5-2616-4087-9618-4d553e000c3b ServiceName:basic_onboard_ELzSHK ServiceVersion:1.0 ServiceUUID:12a6224f-0d5e-4d1d-9502-a854e10e5796 ServiceInvariantUUID:383f63da-4f80-41dd-a8b3-6d78f2f4c0e1 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardElzshk-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar ArtifactUUID:1ed5eb1f-447c-4c49-8f78-10a7f017ab6e ArtifactChecksum:YWNiOGRmOGRjZGVjNzA3MWZkMmIzOTEyMjlmZTBiY2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_ELzSHK 0 ResourceCustomizationUUID:5d76f3e7-56b4-4dff-bd9f-1d746c9dfa13 ResourceInvariantUUID:5e3308e9-3755-47ad-8663-113ac3e14f11 ResourceName:basic_onboard_ELzSHK ResourceType:VF ResourceUUID:369f7405-ddb9-4213-b230-26461dd8235e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_elzshk0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/basic_onboard_elzshk0_modules.json ArtifactUUID:fce06914-2551-447f-bf7d-718d56b957fb ArtifactChecksum:YTQ5OTA4OWMzN2JhMjMxODU1N2NiNjIyOTRlZmFmMjY= 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/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.yaml ArtifactUUID:48931507-7e2d-40b8-a7d5-fdf480b19701 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/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.env ArtifactUUID:37a1cecf-ec42-4be4-b80c-d166d734bab9 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/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.env ArtifactUUID:37a1cecf-ec42-4be4-b80c-d166d734bab9 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-09-10T06:08:08.262Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12a6224f-0d5e-4d1d-9502-a854e10e5796 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-09-10T06:08:08.504Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-10T06:08:08.505Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-09-10T06:08:08.506Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-09-10T06:08:08.506Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1ed5eb1f-447c-4c49-8f78-10a7f017ab6e from URL: /sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar 2022-09-10T06:08:08.507Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-09-10T06:08:08.508Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar 2022-09-10T06:08:08.894Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-09-10T06:08:08.910Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar 1ed5eb1f-447c-4c49-8f78-10a7f017ab6e 75224 2022-09-10T06:08:08.911Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar ASDC sendASDCNotification 2022-09-10T06:08:08.911Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar 2022-09-10T06:08:08.912Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-10T06:08:08.913Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:08:08.915Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:08:08.915Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790088910, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:08:09.015Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:08:09.016Z||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-09-10T06:08:09.016Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:08:09.030Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:08:09.030Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-09-10T06:08:09.916Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-10T06:08:09.917Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-09-10T06:08:09.918Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 1ed5eb1f-447c-4c49-8f78-10a7f017ab6e, URL: /sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar to file: /app/ASDC/1/service-BasicOnboardElzshk-csar.csar 2022-09-10T06:08:09.918Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardElzshk-csar.csar 2022-09-10T06:08:10.006Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardElzshk-csar.csar 2022-09-10T06:08:10.007Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardElzshk-csar.csar 2022-09-10T06:08:10.609Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14781583593719375311/Definitions/service-BasicOnboardElzshk-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_security_groups" is not provided Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_ubuntu18_metadata" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "compute_ubuntu18_name" 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_network" is not provided Log warning: The required parameter "compute_ubuntu18_key_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided 2022-09-10T06:08:12.923Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-09-10T06:08:12.929Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-09-10T06:08:12.929Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardElzshk-csar.csar 2022-09-10T06:08:12.929Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-09-10T06:08:12.929Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardElzshk-csar.csar 2022-09-10T06:08:12.929Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardElzshk-csar.csar 2022-09-10T06:08:12.929Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardElzshk-csar.csar 2022-09-10T06:08:12.929Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ELzSHK 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardElzshk-csar.csar 2022-09-10T06:08:12.930Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardElzshk-csar.csar 2022-09-10T06:08:12.930Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardElzshk-csar.csar 2022-09-10T06:08:12.930Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardElzshk-csar.csar 2022-09-10T06:08:12.930Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-09-10T06:08:12.936Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:08:12.937Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ELzSHK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:08:12.941Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ELzSHK 0 is matching search criteria 2022-09-10T06:08:12.941Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-09-10T06:08:12.943Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ELzSHK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-10T06:08:12.944Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:08:12.945Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ELzSHK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:08:12.945Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ELzSHK 0 is matching search criteria 2022-09-10T06:08:12.945Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-09-10T06:08:12.945Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ELzSHK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-10T06:08:12.945Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:08:12.946Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ELzSHK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:08:12.949Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:08:12.949Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ELzSHK 0 is not matching search criteria 2022-09-10T06:08:12.949Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-09-10T06:08:12.950Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-09-10T06:08:12.950Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-09-10T06:08:12.950Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-09-10T06:08:12.950Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-09-10T06:08:12.950Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:08:12.950Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ELzSHK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-10T06:08:12.951Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:08:12.951Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ELzSHK 0 is matching search criteria 2022-09-10T06:08:12.952Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ELzSHK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-10T06:08:12.952Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:08:12.952Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ELzSHK 0 is matching search criteria 2022-09-10T06:08:12.952Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ELzSHK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-10T06:08:12.952Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:08:12.953Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ELzSHK 0 is matching search criteria 2022-09-10T06:08:12.953Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ELzSHK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-10T06:08:12.953Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:08:12.953Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ELzSHK 0 is not matching search criteria 2022-09-10T06:08:12.953Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-09-10T06:08:12.953Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-09-10T06:08:12.953Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a1345f88-c862-4b87-8109-85cc6f0125c1 2022-09-10T06:08:12.954Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:08:12.954Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ELzSHK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:08:12.954Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:08:12.954Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ELzSHK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:08:12.954Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:08:12.954Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ELzSHK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:08:12.955Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:08:12.955Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ELzSHK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:08:12.955Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_ELzSHK Description:service Model UUID:12a6224f-0d5e-4d1d-9502-a854e10e5796 Model Version:NULL Model InvariantUuid:383f63da-4f80-41dd-a8b3-6d78f2f4c0e1 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_ELzSHK Model UUID:070aab2a-c084-49ab-8e6c-7ea625a54180 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:5e3308e9-3755-47ad-8663-113ac3e14f11 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:5d76f3e7-56b4-4dff-bd9f-1d746c9dfa13 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:606c8798-e9a4-4cc7-880f-6fa89cf4a49c ModelName:BasicOnboardElzshk..base_ubuntu18..module-0 ModelUuid:2935e5a5-f475-455d-aabb-97403365abcc ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:a1345f88-c862-4b87-8109-85cc6f0125c1 ModelInvariantUuid:a9a2cc92-71e8-4bbb-bb7b-0115248d6ec0 ModelName:basic_onboard_ELzSHK-nodes.ubuntu18Cvfc ModelUuid:7734fe87-7695-4dce-beed-983eb2ea7f2b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:27c545b6-c953-466c-a05c-594e60a5ed0e ModelInvariantUuid:3b9ed036-dadc-46bd-bb32-d415216eb80c ModelName:BasicOnboardElzshk.compute.nodes.heat.ubuntu18 ModelUuid:9bf1f1ca-f09b-42ab-b786-5b89187e30c8 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-09-10T06:08:12.975Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 369f7405-ddb9-4213-b230-26461dd8235e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-10T06:08:13.057Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||basic_onboard_ELzSHK 0 2022-09-10T06:08:13.064Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 369f7405-ddb9-4213-b230-26461dd8235e 2022-09-10T06:08:13.064Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: fce06914-2551-447f-bf7d-718d56b957fb from URL: /sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/basic_onboard_elzshk0_modules.json 2022-09-10T06:08:13.064Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-09-10T06:08:13.064Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/basic_onboard_elzshk0_modules.json 2022-09-10T06:08:13.395Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-09-10T06:08:13.396Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/basic_onboard_elzshk0_modules.json fce06914-2551-447f-bf7d-718d56b957fb 798 2022-09-10T06:08:13.397Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/basic_onboard_elzshk0_modules.json ASDC sendASDCNotification 2022-09-10T06:08:13.397Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/basic_onboard_elzshk0_modules.json 2022-09-10T06:08:13.397Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-10T06:08:13.397Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:08:13.399Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:08:13.399Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790093396, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/basic_onboard_elzshk0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-10T06:08:13.499Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:08:13.500Z||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-09-10T06:08:13.501Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:08:13.512Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:08:13.513Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:08:14.401Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardElzshk..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "606c8798-e9a4-4cc7-880f-6fa89cf4a49c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2935e5a5-f475-455d-aabb-97403365abcc", "vfModuleModelCustomizationUUID": "63ae9c01-17c5-4a9c-940b-6cf331cd98ed", "isBase": true, "artifacts": [ "48931507-7e2d-40b8-a7d5-fdf480b19701", "37a1cecf-ec42-4be4-b80c-d166d734bab9" ], "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-09-10T06:08:14.415Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardElzshk..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2935e5a5-f475-455d-aabb-97403365abcc VfModuleModelInvariantUUID:606c8798-e9a4-4cc7-880f-6fa89cf4a49c VfModuleModelDescription:NULL Artifacts UUID List:{ 48931507-7e2d-40b8-a7d5-fdf480b19701 , 37a1cecf-ec42-4be4-b80c-d166d734bab9 } 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-09-10T06:08:14.418Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardElzshk..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "606c8798-e9a4-4cc7-880f-6fa89cf4a49c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2935e5a5-f475-455d-aabb-97403365abcc", "vfModuleModelCustomizationUUID": "63ae9c01-17c5-4a9c-940b-6cf331cd98ed", "isBase": true, "artifacts": [ "48931507-7e2d-40b8-a7d5-fdf480b19701", "37a1cecf-ec42-4be4-b80c-d166d734bab9" ], "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-09-10T06:08:14.418Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardElzshk..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2935e5a5-f475-455d-aabb-97403365abcc VfModuleModelInvariantUUID:606c8798-e9a4-4cc7-880f-6fa89cf4a49c VfModuleModelDescription:NULL Artifacts UUID List:{ 48931507-7e2d-40b8-a7d5-fdf480b19701 , 37a1cecf-ec42-4be4-b80c-d166d734bab9 } 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-09-10T06:08:14.418Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 48931507-7e2d-40b8-a7d5-fdf480b19701 from URL: /sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.yaml 2022-09-10T06:08:14.418Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-09-10T06:08:14.419Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.yaml 2022-09-10T06:08:14.650Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-09-10T06:08:14.651Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.yaml 48931507-7e2d-40b8-a7d5-fdf480b19701 5033 2022-09-10T06:08:14.651Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-09-10T06:08:14.651Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.yaml 2022-09-10T06:08:14.651Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-10T06:08:14.652Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:08:14.653Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:08:14.654Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790094651, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-09-10T06:08:14.754Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:08:14.755Z||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-09-10T06:08:14.755Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:08:14.767Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:08:14.768Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:08:15.654Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 37a1cecf-ec42-4be4-b80c-d166d734bab9 from URL: /sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.env 2022-09-10T06:08:15.655Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-09-10T06:08:15.655Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.env 2022-09-10T06:08:16.110Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-09-10T06:08:16.111Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.env 37a1cecf-ec42-4be4-b80c-d166d734bab9 909 2022-09-10T06:08:16.111Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-09-10T06:08:16.111Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.env 2022-09-10T06:08:16.112Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-10T06:08:16.112Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:08:16.114Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:08:16.114Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790096111, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-09-10T06:08:16.214Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:08:16.215Z||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-09-10T06:08:16.215Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:08:16.240Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:08:16.240Z||pool-13-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:08:17.115Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 12a6224f-0d5e-4d1d-9502-a854e10e5796 2022-09-10T06:08:17.115Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ELzSHK 0 369f7405-ddb9-4213-b230-26461dd8235e 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-09-10T06:08:17.143Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5224769b, org.onap.sdc.toscaparser.api.parameters.Input@19505005, org.onap.sdc.toscaparser.api.parameters.Input@575cf5fe, org.onap.sdc.toscaparser.api.parameters.Input@614b3371, org.onap.sdc.toscaparser.api.parameters.Input@102a016d] 2022-09-10T06:08:17.147Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:08:17.148Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ELzSHK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:08:17.148Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-09-10T06:08:17.148Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 5d76f3e7-56b4-4dff-bd9f-1d746c9dfa13 2022-09-10T06:08:17.148Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5d76f3e7-56b4-4dff-bd9f-1d746c9dfa13 matches Tosca VF Customization UUID: 5d76f3e7-56b4-4dff-bd9f-1d746c9dfa13 2022-09-10T06:08:17.148Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 5d76f3e7-56b4-4dff-bd9f-1d746c9dfa13 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-09-10T06:08:17.155Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:08:17.156Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ELzSHK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:08:17.157Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 5d76f3e7-56b4-4dff-bd9f-1d746c9dfa13: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-09-10T06:08:17.157Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@27e096e 2022-09-10T06:08:17.157Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:08:17.157Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ELzSHK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-10T06:08:17.158Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 63ae9c01-17c5-4a9c-940b-6cf331cd98ed 2022-09-10T06:08:17.159Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 63ae9c01-17c5-4a9c-940b-6cf331cd98ed 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-09-10T06:08:17.166Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:08:17.166Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ELzSHK 0 is matching search criteria 2022-09-10T06:08:17.166Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ELzSHK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-10T06:08:17.167Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:08:17.167Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ELzSHK 0 is matching search criteria 2022-09-10T06:08:17.167Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ELzSHK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-10T06:08:17.168Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:08:17.168Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ELzSHK 0 is not matching search criteria 2022-09-10T06:08:17.168Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-09-10T06:08:17.168Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-09-10T06:08:17.168Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a1345f88-c862-4b87-8109-85cc6f0125c1 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-09-10T06:08:17.178Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:08:17.178Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ELzSHK 0 is matching search criteria 2022-09-10T06:08:17.179Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ELzSHK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-10T06:08:17.179Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:08:17.179Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ELzSHK 0 is matching search criteria 2022-09-10T06:08:17.179Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ELzSHK 0] matching following query criteria: sdcType=VF, customizationUUID=5d76f3e7-56b4-4dff-bd9f-1d746c9dfa13 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-10T06:08:17.181Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:08:17.182Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ELzSHK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:08:17.182Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 12a6224f-0d5e-4d1d-9502-a854e10e5796: basic_onboard_ELzSHK 2022-09-10T06:08:17.182Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:08:17.183Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ELzSHK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:08:17.183Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:08:17.183Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ELzSHK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:08:17.183Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:08:17.183Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ELzSHK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:08:17.184Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:08:17.184Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ELzSHK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:08:17.184Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:08:17.184Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ELzSHK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:08:17.184Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_ELzSHK 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-09-10T06:08:17.338Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ELzSHK 369f7405-ddb9-4213-b230-26461dd8235e 1 ASDC deployResourceStructure 2022-09-10T06:08:17.338Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/basic_onboard_elzshk0_modules.json ASDC sendASDCNotification 2022-09-10T06:08:17.338Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/basic_onboard_elzshk0_modules.json 2022-09-10T06:08:17.338Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-10T06:08:17.339Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:08:17.340Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:08:17.341Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790097338, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/basic_onboard_elzshk0_modules.json", "status": "DEPLOY_OK" } 2022-09-10T06:08:17.441Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:08:17.442Z||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-09-10T06:08:17.442Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:08:17.453Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:08:17.455Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:08:18.342Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-09-10T06:08:18.342Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.yaml 2022-09-10T06:08:18.343Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-10T06:08:18.343Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:08:18.346Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:08:18.346Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790098342, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-09-10T06:08:18.446Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:08:18.447Z||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-09-10T06:08:18.447Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:08:18.462Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:08:18.462Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:08:19.346Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-09-10T06:08:19.347Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.env 2022-09-10T06:08:19.347Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-10T06:08:19.348Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:08:19.349Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:08:19.350Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790099346, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-09-10T06:08:19.450Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:08:19.451Z||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-09-10T06:08:19.451Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:08:19.463Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:08:19.464Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:08:20.351Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar ASDC sendASDCNotification 2022-09-10T06:08:20.351Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar 2022-09-10T06:08:20.351Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-10T06:08:20.352Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:08:20.353Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:08:20.353Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790100350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:08:20.454Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-10T06:08:20.454Z||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-09-10T06:08:20.455Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:08:20.469Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:08:20.470Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:08:21.355Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e12d61a5-2616-4087-9618-4d553e000c3b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:08:21.377Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e12d61a5-2616-4087-9618-4d553e000c3b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:08:21.379Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-10T06:08:21.380Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-10T06:08:21.380Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-10T06:08:51.382Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e12d61a5-2616-4087-9618-4d553e000c3b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:08:51.393Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e12d61a5-2616-4087-9618-4d553e000c3b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:08:51.397Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-10T06:08:51.397Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-10T06:08:51.397Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-10T06:08:53.169Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:08:53.170Z||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-09-10T06:08:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:08:53.234Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:08:53.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:08:53.235Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "multicloud-k8s-id", "timestamp": 1662790078944, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:08:53.236Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:09:21.398Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e12d61a5-2616-4087-9618-4d553e000c3b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:09:21.407Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e12d61a5-2616-4087-9618-4d553e000c3b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:09:21.409Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-10T06:09:21.409Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-10T06:09:21.409Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-10T06:09:51.410Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e12d61a5-2616-4087-9618-4d553e000c3b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:09:51.420Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e12d61a5-2616-4087-9618-4d553e000c3b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:09:51.422Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-10T06:09:51.422Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-10T06:09:51.422Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-10T06:09:53.170Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:09:53.171Z||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-09-10T06:09:53.171Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:09:53.751Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:09:53.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790073167, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/basic_onboard_elzshk0_modules.json", "status": "NOTIFIED" } 2022-09-10T06:09:53.758Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:09:53.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "multicloud-k8s-id", "timestamp": 1662790078944, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/basic_onboard_elzshk0_modules.json", "status": "NOTIFIED" } 2022-09-10T06:09:53.759Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:09:53.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790073167, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-09-10T06:09:53.760Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:09:53.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.760Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "multicloud-k8s-id", "timestamp": 1662790078944, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-09-10T06:09:53.761Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:09:53.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790073167, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:09:53.761Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:09:53.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "multicloud-k8s-id", "timestamp": 1662790078944, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:09:53.762Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:09:53.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "policy-id", "timestamp": 1662790083970, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:09:53.762Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:09:53.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "cds", "timestamp": 1662790085225, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:09:53.763Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:09:53.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790073167, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-09-10T06:09:53.763Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:09:53.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "multicloud-k8s-id", "timestamp": 1662790078944, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-09-10T06:09:53.764Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:09:53.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "policy-id", "timestamp": 1662790083970, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/basic_onboard_elzshk0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-10T06:09:53.765Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:09:53.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "cds", "timestamp": 1662790085225, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/basic_onboard_elzshk0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-10T06:09:53.765Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:09:53.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790073167, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:09:53.766Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:09:53.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "multicloud-k8s-id", "timestamp": 1662790078944, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:09:53.767Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:09:53.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "policy-id", "timestamp": 1662790083970, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-09-10T06:09:53.768Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:09:53.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "cds", "timestamp": 1662790085225, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:09:53.768Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:09:53.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790073167, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:09:53.769Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:09:53.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "multicloud-k8s-id", "timestamp": 1662790078944, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:09:53.769Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:09:53.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "ves-openapi-manager", "timestamp": 1662790087728, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:09:53.770Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:09:53.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "policy-id", "timestamp": 1662790083970, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:09:53.771Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:09:53.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.772Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "cds", "timestamp": 1662790085225, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:09:53.772Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:09:53.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.772Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "ves-openapi-manager", "timestamp": 1662790087728, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/basic_onboard_elzshk0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-10T06:09:53.773Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:09:53.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.773Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "policy-id", "timestamp": 1662790083970, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-09-10T06:09:53.773Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:09:53.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.773Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "multicloud-k8s-id", "timestamp": 1662790089271, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/basic_onboard_elzshk0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-10T06:09:53.773Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:09:53.774Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.774Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790088910, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:09:53.774Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:09:53.774Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.774Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "cds", "timestamp": 1662790085225, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-09-10T06:09:53.774Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:09:53.774Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.774Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "ves-openapi-manager", "timestamp": 1662790087728, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:09:53.775Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:09:53.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.775Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "policy-id", "timestamp": 1662790083970, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:09:53.775Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:09:53.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.776Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "cds", "timestamp": 1662790085225, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:09:53.776Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:09:53.776Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.776Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "multicloud-k8s-id", "timestamp": 1662790090487, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-09-10T06:09:53.776Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:09:53.777Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.777Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "ves-openapi-manager", "timestamp": 1662790087728, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:09:53.777Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:09:53.777Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.777Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "policy-id", "timestamp": 1662790083970, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:09:53.778Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:09:53.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.778Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "cds", "timestamp": 1662790085225, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:09:53.778Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:09:53.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "ves-openapi-manager", "timestamp": 1662790087728, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-09-10T06:09:53.779Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:09:53.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "multicloud-k8s-id", "timestamp": 1662790092007, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-09-10T06:09:53.780Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:09:53.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "policy-id", "timestamp": 1662790091955, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:09:53.780Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:09:53.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "ves-openapi-manager", "timestamp": 1662790087728, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:09:53.781Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:09:53.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "cds", "timestamp": 1662790093675, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:09:53.781Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:09:53.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.782Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "multicloud-k8s-id", "timestamp": 1662790093073, "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-09-10T06:09:53.790Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e12d61a5-2616-4087-9618-4d553e000c3b 2022-09-10T06:09:53.790Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e12d61a5-2616-4087-9618-4d553e000c3b 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-09-10T06:09:53.799Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.799Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "policy-id", "timestamp": 1662790092969, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:09:53.800Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:09:53.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "ves-openapi-manager", "timestamp": 1662790087728, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar", "status": "NOT_NOTIFIED" } 2022-09-10T06:09:53.800Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:09:53.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790093396, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/basic_onboard_elzshk0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-10T06:09:53.801Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:09:53.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "cds", "timestamp": 1662790094751, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-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-09-10T06:09:53.805Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e12d61a5-2616-4087-9618-4d553e000c3b 2022-09-10T06:09:53.805Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e12d61a5-2616-4087-9618-4d553e000c3b 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-09-10T06:09:53.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "multicloud-k8s-id", "timestamp": 1662790094077, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/basic_onboard_elzshk0_modules.json", "status": "DEPLOY_OK" } 2022-09-10T06:09:53.813Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:09:53.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "policy-id", "timestamp": 1662790093975, "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-09-10T06:09:53.818Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e12d61a5-2616-4087-9618-4d553e000c3b 2022-09-10T06:09:53.818Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e12d61a5-2616-4087-9618-4d553e000c3b 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-09-10T06:09:53.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.825Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790094651, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-09-10T06:09:53.825Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:09:53.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.825Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "aai-ml", "timestamp": 1662790094398, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:09:53.826Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:09:53.826Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.826Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "aai-ml", "timestamp": 1662790094398, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/basic_onboard_elzshk0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-10T06:09:53.826Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:09:53.826Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.826Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790096111, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-09-10T06:09:53.826Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:09:53.826Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.827Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "aai-ml", "timestamp": 1662790094398, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:09:53.827Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:09:53.827Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.827Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790097338, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/basic_onboard_elzshk0_modules.json", "status": "DEPLOY_OK" } 2022-09-10T06:09:53.827Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:09:53.827Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.827Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "clamp", "timestamp": 1662790096885, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:09:53.827Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:09:53.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.828Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662790097814, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:09:53.828Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:09:53.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.828Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "aai-ml", "timestamp": 1662790094398, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:09:53.828Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:09:53.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.828Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790098342, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-09-10T06:09:53.829Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:09:53.829Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.829Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "clamp", "timestamp": 1662790096885, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/basic_onboard_elzshk0_modules.json", "status": "NOTIFIED" } 2022-09-10T06:09:53.829Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:09:53.829Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.829Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662790097814, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/basic_onboard_elzshk0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-10T06:09:53.829Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:09:53.829Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.830Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "aai-ml", "timestamp": 1662790094398, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-09-10T06:09:53.830Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:09:53.830Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.830Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790099346, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-09-10T06:09:53.830Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:09:53.830Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.830Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "clamp", "timestamp": 1662790096885, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:09:53.830Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:09:53.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.831Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662790097814, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:09:53.831Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:09:53.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.831Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "aai-ml", "timestamp": 1662790094398, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:09:53.831Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:09:53.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.831Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790100350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:09:53.832Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:09:53.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "clamp", "timestamp": 1662790096885, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:09:53.832Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:09:53.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662790097814, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:09:53.833Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:09:53.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "aai-ml", "timestamp": 1662790094398, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:09:53.834Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:09:53.834Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.834Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "clamp", "timestamp": 1662790096885, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-09-10T06:09:53.834Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:09:53.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662790097814, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-09-10T06:09:53.835Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:09:53.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "aai-ml", "timestamp": 1662790102486, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:09:53.835Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:09:53.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "clamp", "timestamp": 1662790096885, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:09:53.836Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:09:53.836Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.836Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662790097814, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:09:53.836Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:09:53.836Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.836Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "clamp", "timestamp": 1662790096885, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:09:53.837Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:09:53.837Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.837Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662790097814, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:09:53.837Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:09:53.837Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.837Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662790106147, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:09:53.837Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:09:53.838Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.838Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "clamp", "timestamp": 1662790111095, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:09:53.838Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:09:53.838Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.838Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "clamp", "timestamp": 1662790113104, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:09:53.838Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:09:53.838Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.838Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "clamp", "timestamp": 1662790114108, "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-09-10T06:09:53.846Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e12d61a5-2616-4087-9618-4d553e000c3b 2022-09-10T06:09:53.846Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e12d61a5-2616-4087-9618-4d553e000c3b 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-09-10T06:09:53.855Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.855Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662790115122, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:09:53.855Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:09:53.855Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.855Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662790116129, "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-09-10T06:09:53.859Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e12d61a5-2616-4087-9618-4d553e000c3b 2022-09-10T06:09:53.859Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e12d61a5-2616-4087-9618-4d553e000c3b 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-09-10T06:09:53.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.867Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "aai-ml", "timestamp": 1662790115875, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:09:53.868Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:09:53.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:09:53.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "aai-ml", "timestamp": 1662790116881, "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-09-10T06:09:53.872Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e12d61a5-2616-4087-9618-4d553e000c3b 2022-09-10T06:09:53.872Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e12d61a5-2616-4087-9618-4d553e000c3b 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-09-10T06:10:21.423Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e12d61a5-2616-4087-9618-4d553e000c3b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:10:21.439Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e12d61a5-2616-4087-9618-4d553e000c3b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:10:21.443Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-10T06:10:21.443Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-10T06:10:21.443Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-09-10T06:10:21.443Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-09-10T06:10:21.443Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:10:21.443Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:10:21.443Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:10:21.444Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:10:21.444Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:10:21.444Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:10:21.444Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||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-09-10T06:10:21.449Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-09-10T06:10:51.450Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e12d61a5-2616-4087-9618-4d553e000c3b 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-09-10T06:10:51.463Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e12d61a5-2616-4087-9618-4d553e000c3b and serviceModelVersionId: 12a6224f-0d5e-4d1d-9502-a854e10e5796 2022-09-10T06:10:51.463Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 383f63da-4f80-41dd-a8b3-6d78f2f4c0e1 2022-09-10T06:10:53.170Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:10:53.171Z||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-09-10T06:10:53.171Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:10:53.336Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:10:53.338Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.338Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "ves-openapi-manager", "timestamp": 1662790227729, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:10:53.339Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:10:53.339Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.339Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "cds", "timestamp": 1662790235188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:10:53.339Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:10:53.339Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "ves-openapi-manager", "timestamp": 1662790227729, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vfw7fdd8165cf000_modules.json", "status": "NOT_NOTIFIED" } 2022-09-10T06:10:53.340Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:10:53.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "cds", "timestamp": 1662790235188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vfw7fdd8165cf000_modules.json", "status": "NOT_NOTIFIED" } 2022-09-10T06:10:53.340Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:10:53.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "ves-openapi-manager", "timestamp": 1662790227729, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:10:53.340Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:10:53.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "cds", "timestamp": 1662790235188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:10:53.346Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:10:53.346Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.346Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "ves-openapi-manager", "timestamp": 1662790227729, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:10:53.346Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:10:53.346Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.346Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "cds", "timestamp": 1662790235188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:10:53.346Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:10:53.346Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.346Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "ves-openapi-manager", "timestamp": 1662790227729, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-09-10T06:10:53.347Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:10:53.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "cds", "timestamp": 1662790235188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-09-10T06:10:53.347Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:10:53.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "multicloud-k8s-id", "timestamp": 1662790238944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:10:53.347Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:10:53.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "ves-openapi-manager", "timestamp": 1662790227729, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:10:53.347Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:10:53.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "cds", "timestamp": 1662790235188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:10:53.348Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:10:53.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "multicloud-k8s-id", "timestamp": 1662790238944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vfw7fdd8165cf000_modules.json", "status": "NOTIFIED" } 2022-09-10T06:10:53.348Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:10:53.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "ves-openapi-manager", "timestamp": 1662790227729, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar", "status": "NOT_NOTIFIED" } 2022-09-10T06:10:53.348Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:10:53.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "cds", "timestamp": 1662790235188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:10:53.349Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:10:53.349Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.349Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "multicloud-k8s-id", "timestamp": 1662790238944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-09-10T06:10:53.349Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:10:53.349Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.349Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "multicloud-k8s-id", "timestamp": 1662790238944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:10:53.349Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:10:53.349Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.349Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "cds", "timestamp": 1662790243375, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:10:53.350Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:10:53.350Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.350Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "multicloud-k8s-id", "timestamp": 1662790238944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-09-10T06:10:53.350Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:10:53.350Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.350Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "cds", "timestamp": 1662790244414, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-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-09-10T06:10:53.366Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9ab94aa6-71b1-4ef9-bc2f-c909068c38bd 2022-09-10T06:10:53.366Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ab94aa6-71b1-4ef9-bc2f-c909068c38bd 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-09-10T06:10:53.382Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.382Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "multicloud-k8s-id", "timestamp": 1662790238944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:10:53.382Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:10:53.382Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.383Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "policy-id", "timestamp": 1662790243970, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:10:53.383Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:10:53.383Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.383Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "aai-ml", "timestamp": 1662790244399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:10:53.383Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:10:53.383Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.383Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "multicloud-k8s-id", "timestamp": 1662790238944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:10:53.383Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:10:53.383Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.383Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "policy-id", "timestamp": 1662790243970, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vfw7fdd8165cf000_modules.json", "status": "NOT_NOTIFIED" } 2022-09-10T06:10:53.384Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:10:53.384Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.384Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "aai-ml", "timestamp": 1662790244399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vfw7fdd8165cf000_modules.json", "status": "NOT_NOTIFIED" } 2022-09-10T06:10:53.384Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:10:53.384Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.384Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "policy-id", "timestamp": 1662790243970, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-09-10T06:10:53.384Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:10:53.384Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.384Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "multicloud-k8s-id", "timestamp": 1662790247183, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vfw7fdd8165cf000_modules.json", "status": "DOWNLOAD_OK" } 2022-09-10T06:10:53.384Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:10:53.384Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.384Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "aai-ml", "timestamp": 1662790244399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:10:53.385Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:10:53.385Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.385Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "clamp", "timestamp": 1662790246885, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:10:53.385Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:10:53.385Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.385Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662790247815, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:10:53.385Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:10:53.385Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.385Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "policy-id", "timestamp": 1662790243970, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:10:53.385Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:10:53.386Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.386Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "aai-ml", "timestamp": 1662790244399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:10:53.386Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:10:53.386Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.386Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "multicloud-k8s-id", "timestamp": 1662790248396, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-09-10T06:10:53.386Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:10:53.386Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.386Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "clamp", "timestamp": 1662790246885, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vfw7fdd8165cf000_modules.json", "status": "NOTIFIED" } 2022-09-10T06:10:53.386Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:10:53.386Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.386Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662790247815, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vfw7fdd8165cf000_modules.json", "status": "NOT_NOTIFIED" } 2022-09-10T06:10:53.387Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:10:53.387Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.387Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "policy-id", "timestamp": 1662790243970, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-09-10T06:10:53.387Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:10:53.387Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.387Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "aai-ml", "timestamp": 1662790244399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-09-10T06:10:53.387Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:10:53.387Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.387Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "multicloud-k8s-id", "timestamp": 1662790249621, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-09-10T06:10:53.387Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:10:53.387Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.387Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "clamp", "timestamp": 1662790246885, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:10:53.388Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:10:53.388Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.388Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662790247815, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:10:53.388Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:10:53.388Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.388Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "policy-id", "timestamp": 1662790243970, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:10:53.388Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:10:53.388Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.388Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "aai-ml", "timestamp": 1662790244399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:10:53.388Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:10:53.388Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.388Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "multicloud-k8s-id", "timestamp": 1662790250645, "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-09-10T06:10:53.394Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9ab94aa6-71b1-4ef9-bc2f-c909068c38bd 2022-09-10T06:10:53.394Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ab94aa6-71b1-4ef9-bc2f-c909068c38bd 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-09-10T06:10:53.403Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.404Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "clamp", "timestamp": 1662790246885, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:10:53.404Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:10:53.404Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.404Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662790247815, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:10:53.404Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:10:53.405Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.405Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "policy-id", "timestamp": 1662790243970, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:10:53.405Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:10:53.405Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.405Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "aai-ml", "timestamp": 1662790244399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:10:53.405Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:10:53.405Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.405Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "multicloud-k8s-id", "timestamp": 1662790251648, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vfw7fdd8165cf000_modules.json", "status": "DEPLOY_OK" } 2022-09-10T06:10:53.405Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:10:53.406Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.406Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "clamp", "timestamp": 1662790246885, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-09-10T06:10:53.406Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:10:53.406Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.406Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662790247815, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-09-10T06:10:53.406Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:10:53.406Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.406Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "policy-id", "timestamp": 1662790252096, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:10:53.406Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:10:53.406Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.407Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "aai-ml", "timestamp": 1662790252316, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:10:53.407Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:10:53.407Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.407Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "clamp", "timestamp": 1662790246885, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:10:53.407Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:10:53.407Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:10:53.407Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662790247815, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:10:53.407Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-10T06:11:05.981Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/383f63da-4f80-41dd-a8b3-6d78f2f4c0e1/model-vers/model-ver/12a6224f-0d5e-4d1d-9502-a854e10e5796?depth=0 2022-09-10T06:11:06.085Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-09-10T06:11:06.591Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/383f63da-4f80-41dd-a8b3-6d78f2f4c0e1/model-vers/model-ver/12a6224f-0d5e-4d1d-9502-a854e10e5796?depth=0|INFO|500||Invoke 2022-09-10T06:11:06.599Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/383f63da-4f80-41dd-a8b3-6d78f2f4c0e1/model-vers/model-ver/12a6224f-0d5e-4d1d-9502-a854e10e5796?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/383f63da-4f80-41dd-a8b3-6d78f2f4c0e1/model-vers/model-ver/12a6224f-0d5e-4d1d-9502-a854e10e5796?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e12d61a5-2616-4087-9618-4d553e000c3b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3d13789a-24b5-4f2f-92ab-25e5c98c1077], X-ECOMP-RequestID=[e12d61a5-2616-4087-9618-4d553e000c3b], X-TransactionId=[], X-ONAP-RequestID=[e12d61a5-2616-4087-9618-4d553e000c3b], Content-Type=[application/merge-patch+json]} 2022-09-10T06:11:06.720Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/383f63da-4f80-41dd-a8b3-6d78f2f4c0e1/model-vers/model-ver/12a6224f-0d5e-4d1d-9502-a854e10e5796?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-09-10T06:11:07.711Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/383f63da-4f80-41dd-a8b3-6d78f2f4c0e1/model-vers/model-ver/12a6224f-0d5e-4d1d-9502-a854e10e5796?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/383f63da-4f80-41dd-a8b3-6d78f2f4c0e1/model-vers/model-ver/12a6224f-0d5e-4d1d-9502-a854e10e5796?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220910-06:11:07:491-27576], vertex-id=[155736], Content-Length=[0], Date=[Sat, 10 Sep 2022 06:11:07 GMT], Content-Type=[application/json]} 2022-09-10T06:11:07.713Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/383f63da-4f80-41dd-a8b3-6d78f2f4c0e1/model-vers/model-ver/12a6224f-0d5e-4d1d-9502-a854e10e5796?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-09-10T06:11:07.714Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/383f63da-4f80-41dd-a8b3-6d78f2f4c0e1/model-vers/model-ver/12a6224f-0d5e-4d1d-9502-a854e10e5796?depth=0|INFO|500||InvokeReturn 2022-09-10T06:11:07.717Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-09-10T06:11:07.717Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||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-09-10T06:11:07.723Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||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-09-10T06:11:07.724Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e12d61a5-2616-4087-9618-4d553e000c3b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-09-10T06:11:07.725Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-09-10T06:11:07.726Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:11:07.728Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:11:07.728Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790267724, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-10T06:11:07.828Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:11:07.830Z||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-09-10T06:11:07.830Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:11:07.898Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:11:07.899Z||pool-18-thread-1|||||INFO|500||cambria reply ok (70 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-09-10T06:11:08.750Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:11:08.751Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T06:11:08.751Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:11:13.123Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:11:13.124Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-10T06:11:13.124Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"9ab94aa6-71b1-4ef9-bc2f-c909068c38bd","serviceName":"vFW 2022-09-10 06-07-55","serviceVersion":"1.0","serviceUUID":"7547d8a0-0597-4c2f-9e8e-1043b453b2e0","serviceDescription":"catalog service description","serviceInvariantUUID":"782bb0c1-d9d1-4c81-a49f-9da38139424d","resources":[{"resourceInstanceName":"vFW 7fdd8165-cf00 0","resourceName":"vFW 7fdd8165-cf00","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5a4db153-5dd6-4b99-afb0-6575006df85e","resourceInvariantUUID":"5fc30be1-d794-4219-ae92-85663c1b035a","resourceCustomizationUUID":"f20c67ae-0569-43b9-ae43-8a5acdada46a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vf-license-model.xml","artifactChecksum":"MzdmOTRjOTQ2YmZmMDYyYjg4YTYxMTAxZTlmZWE3ZmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b6c40bc6-931a-4967-aebe-066b188e21ca","artifactVersion":"1"},{"artifactName":"vfw7fdd8165cf000_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vfw7fdd8165cf000_modules.json","artifactChecksum":"YzFjYTMyNDJmMzBmOWRlNjE2MTczMDU5ZmE5MmY2Zjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0aef6d80-0a80-4386-96e9-b65a76ffe32d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fd179bd2-b737-418e-a718-5c9be41949e2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vendor-license-model.xml","artifactChecksum":"ZjIwMjVjMzIyZjRiNmNjOGJiMzdkYTlkNGQ4ZTkyZTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"368c7e1d-09b0-4705-a5e5-f2a1247e3af4","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"296cbd84-ae16-44f4-b9ab-fb2ba9235d99","artifactVersion":"2","generatedFromUUID":"fd179bd2-b737-418e-a718-5c9be41949e2"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220910060755-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-template.yml","artifactChecksum":"YjVkMGM1OGVmZDk1ZjEwYTQ1Zjc4MzQzZTZlMWRiMjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"881a28e0-977e-42d4-9ee0-9cc79601ace1","artifactVersion":"1"},{"artifactName":"service-Vfw20220910060755-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar","artifactChecksum":"ZjkzOWU3YTgxNGY3ZWM1ODY5ZGY0ZDRlM2ZiZDljZTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"887694b6-24e4-4073-acb3-e9d799cec98f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-09-10T06:11:13.128Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:11:13.128Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:11:13.130Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:11:13.130Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790268750, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:11:13.230Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:11:13.231Z||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-09-10T06:11:13.231Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:11:13.256Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:11:13.257Z||pool-19-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:11:14.130Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:11:14.131Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:11:14.134Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:11:14.134Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790268750, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vfw7fdd8165cf000_modules.json", "status": "NOTIFIED" } 2022-09-10T06:11:14.234Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:11:14.235Z||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-09-10T06:11:14.235Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:11:14.257Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:11:14.257Z||pool-20-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:11:15.135Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:11:15.136Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:11:15.137Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:11:15.138Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790268750, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-09-10T06:11:15.238Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:11:15.239Z||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-09-10T06:11:15.239Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:11:15.289Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:11:15.290Z||pool-21-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:11:16.138Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:11:16.139Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:11:16.141Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:11:16.141Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790268750, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:11:16.242Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:11:16.243Z||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-09-10T06:11:16.243Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:11:16.270Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:11:16.271Z||pool-22-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:11:17.142Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:11:17.142Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:11:17.144Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:11:17.144Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790268750, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-09-10T06:11:17.245Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:11:17.246Z||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-09-10T06:11:17.246Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:11:17.258Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:11:17.259Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:11:18.145Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:11:18.146Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:11:18.149Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:11:18.149Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790268750, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:11:18.249Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-10T06:11:18.251Z||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-09-10T06:11:18.251Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:11:18.272Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:11:18.273Z||pool-24-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:11:19.150Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:11:19.151Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:11:19.153Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:11:19.153Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790268750, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:11:19.253Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:11:19.254Z||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-09-10T06:11:19.254Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:11:19.265Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:11:19.266Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:11:20.155Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "serviceName": "vFW 2022-09-10 06-07-55", "serviceVersion": "1.0", "serviceUUID": "7547d8a0-0597-4c2f-9e8e-1043b453b2e0", "serviceDescription": "catalog service description", "serviceInvariantUUID": "782bb0c1-d9d1-4c81-a49f-9da38139424d", "resources": [ { "resourceInstanceName": "vFW 7fdd8165-cf00 0", "resourceCustomizationUUID": "f20c67ae-0569-43b9-ae43-8a5acdada46a", "resourceName": "vFW 7fdd8165-cf00", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "5a4db153-5dd6-4b99-afb0-6575006df85e", "resourceInvariantUUID": "5fc30be1-d794-4219-ae92-85663c1b035a", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw7fdd8165cf000_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vfw7fdd8165cf000_modules.json", "artifactChecksum": "YzFjYTMyNDJmMzBmOWRlNjE2MTczMDU5ZmE5MmY2Zjc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0aef6d80-0a80-4386-96e9-b65a76ffe32d", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "fd179bd2-b737-418e-a718-5c9be41949e2", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "296cbd84-ae16-44f4-b9ab-fb2ba9235d99", "generatedFromUUID": "fd179bd2-b737-418e-a718-5c9be41949e2" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "296cbd84-ae16-44f4-b9ab-fb2ba9235d99", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220910060755-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar", "artifactChecksum": "ZjkzOWU3YTgxNGY3ZWM1ODY5ZGY0ZDRlM2ZiZDljZTg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "887694b6-24e4-4073-acb3-e9d799cec98f" } ], "workloadContext": "Production" } 2022-09-10T06:11:20.155Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-09-10T06:11:20.156Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7547d8a0-0597-4c2f-9e8e-1043b453b2e0 ASDC 2022-09-10T06:11:20.157Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:9ab94aa6-71b1-4ef9-bc2f-c909068c38bd ServiceName:vFW 2022-09-10 06-07-55 ServiceVersion:1.0 ServiceUUID:7547d8a0-0597-4c2f-9e8e-1043b453b2e0 ServiceInvariantUUID:782bb0c1-d9d1-4c81-a49f-9da38139424d ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220910060755-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar ArtifactUUID:887694b6-24e4-4073-acb3-e9d799cec98f ArtifactChecksum:ZjkzOWU3YTgxNGY3ZWM1ODY5ZGY0ZDRlM2ZiZDljZTg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 7fdd8165-cf00 0 ResourceCustomizationUUID:f20c67ae-0569-43b9-ae43-8a5acdada46a ResourceInvariantUUID:5fc30be1-d794-4219-ae92-85663c1b035a ResourceName:vFW 7fdd8165-cf00 ResourceType:VF ResourceUUID:5a4db153-5dd6-4b99-afb0-6575006df85e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw7fdd8165cf000_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vfw7fdd8165cf000_modules.json ArtifactUUID:0aef6d80-0a80-4386-96e9-b65a76ffe32d ArtifactChecksum:YzFjYTMyNDJmMzBmOWRlNjE2MTczMDU5ZmE5MmY2Zjc= 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/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.yaml ArtifactUUID:fd179bd2-b737-418e-a718-5c9be41949e2 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/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.env ArtifactUUID:296cbd84-ae16-44f4-b9ab-fb2ba9235d99 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/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.env ArtifactUUID:296cbd84-ae16-44f4-b9ab-fb2ba9235d99 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-09-10T06:11:20.157Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7547d8a0-0597-4c2f-9e8e-1043b453b2e0 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-09-10T06:11:20.200Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-10T06:11:20.201Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-09-10T06:11:20.201Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-09-10T06:11:20.201Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 887694b6-24e4-4073-acb3-e9d799cec98f from URL: /sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar 2022-09-10T06:11:20.202Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-09-10T06:11:20.202Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar 2022-09-10T06:11:20.551Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-09-10T06:11:20.557Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar 887694b6-24e4-4073-acb3-e9d799cec98f 100613 2022-09-10T06:11:20.557Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar ASDC sendASDCNotification 2022-09-10T06:11:20.557Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar 2022-09-10T06:11:20.558Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-10T06:11:20.558Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:11:20.560Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:11:20.560Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790280557, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:11:20.660Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:11:20.661Z||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-09-10T06:11:20.661Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:11:20.675Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:11:20.675Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-09-10T06:11:21.561Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-10T06:11:21.562Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-09-10T06:11:21.562Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 887694b6-24e4-4073-acb3-e9d799cec98f, URL: /sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar to file: /app/ASDC/1/service-Vfw20220910060755-csar.csar 2022-09-10T06:11:21.562Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220910060755-csar.csar 2022-09-10T06:11:21.563Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220910060755-csar.csar 2022-09-10T06:11:21.563Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220910060755-csar.csar 2022-09-10T06:11:21.847Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6640625752104050242/Definitions/service-Vfw20220910060755-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_security_groups" is not provided Log warning: The required parameter "compute_vfw_name" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" 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 "compute_vfw_metadata" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network" 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_ip_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided Log warning: The required parameter "compute_vpg_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vpg_user_data_format" is not provided Log warning: The required parameter "compute_vpg_key_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vpg_metadata" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided Log warning: The required parameter "compute_vsn_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" 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 "compute_vsn_metadata" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided 2022-09-10T06:11:24.069Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-09-10T06:11:24.070Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-09-10T06:11:24.070Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220910060755-csar.csar 2022-09-10T06:11:24.070Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2022-09-10T06:11:24.070Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220910060755-csar.csar 2022-09-10T06:11:24.070Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220910060755-csar.csar 2022-09-10T06:11:24.070Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220910060755-csar.csar 2022-09-10T06:11:24.071Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220910060755-csar.csar 2022-09-10T06:11:24.071Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220910060755-csar.csar 2022-09-10T06:11:24.071Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7fdd8165-cf00 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20220910060755-csar.csar 2022-09-10T06:11:24.071Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220910060755-csar.csar 2022-09-10T06:11:24.071Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220910060755-csar.csar 2022-09-10T06:11:24.071Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220910060755-csar.csar 2022-09-10T06:11:24.072Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220910060755-csar.csar 2022-09-10T06:11:24.072Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220910060755-csar.csar 2022-09-10T06:11:24.072Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-09-10T06:11:24.072Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:11:24.072Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-10 06-07-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:11:24.073Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vFW 7fdd8165-cf00 0 is matching search criteria 2022-09-10T06:11:24.073Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-09-10T06:11:24.073Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7fdd8165-cf00 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-10T06:11:24.073Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:11:24.073Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-10 06-07-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:11:24.074Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vFW 7fdd8165-cf00 0 is matching search criteria 2022-09-10T06:11:24.074Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-09-10T06:11:24.074Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7fdd8165-cf00 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-10T06:11:24.074Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:11:24.075Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-10 06-07-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:11:24.075Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:11:24.075Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vFW 7fdd8165-cf00 0 is not matching search criteria 2022-09-10T06:11:24.075Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-09-10T06:11:24.075Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-09-10T06:11:24.076Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-09-10T06:11:24.076Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-09-10T06:11:24.076Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-09-10T06:11:24.076Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-09-10T06:11:24.076Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-09-10T06:11:24.076Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-09-10T06:11:24.077Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-09-10T06:11:24.077Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-09-10T06:11:24.077Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-09-10T06:11:24.077Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-09-10T06:11:24.077Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-09-10T06:11:24.077Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-09-10T06:11:24.078Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-09-10T06:11:24.078Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-09-10T06:11:24.078Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:11:24.078Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-10 06-07-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-10T06:11:24.078Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:11:24.079Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vFW 7fdd8165-cf00 0 is matching search criteria 2022-09-10T06:11:24.079Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7fdd8165-cf00 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-10T06:11:24.079Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:11:24.079Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vFW 7fdd8165-cf00 0 is matching search criteria 2022-09-10T06:11:24.080Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7fdd8165-cf00 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-10T06:11:24.080Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:11:24.080Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vFW 7fdd8165-cf00 0 is matching search criteria 2022-09-10T06:11:24.080Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7fdd8165-cf00 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-10T06:11:24.080Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:11:24.081Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vFW 7fdd8165-cf00 0 is not matching search criteria 2022-09-10T06:11:24.081Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-09-10T06:11:24.081Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-09-10T06:11:24.081Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-09-10T06:11:24.082Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-09-10T06:11:24.082Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-09-10T06:11:24.082Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-09-10T06:11:24.082Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-09-10T06:11:24.083Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-09-10T06:11:24.083Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-09-10T06:11:24.083Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-09-10T06:11:24.083Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-09-10T06:11:24.083Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=00dd4e50-fb35-4dfc-ac3d-0ef09e9cb64e 2022-09-10T06:11:24.084Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:11:24.084Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vFW 7fdd8165-cf00 0 is not matching search criteria 2022-09-10T06:11:24.084Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-09-10T06:11:24.084Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-09-10T06:11:24.085Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-09-10T06:11:24.085Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-09-10T06:11:24.085Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-09-10T06:11:24.085Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-09-10T06:11:24.086Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-09-10T06:11:24.086Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-09-10T06:11:24.086Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-09-10T06:11:24.086Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-09-10T06:11:24.087Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-09-10T06:11:24.087Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-09-10T06:11:24.087Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bb76a63a-b482-4bc5-97e4-38f23ebfae71 2022-09-10T06:11:24.087Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:11:24.088Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vFW 7fdd8165-cf00 0 is not matching search criteria 2022-09-10T06:11:24.088Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-09-10T06:11:24.088Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-09-10T06:11:24.088Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-09-10T06:11:24.089Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-09-10T06:11:24.089Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-09-10T06:11:24.089Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-09-10T06:11:24.089Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-09-10T06:11:24.090Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-09-10T06:11:24.090Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-09-10T06:11:24.090Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-09-10T06:11:24.090Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-09-10T06:11:24.091Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-09-10T06:11:24.091Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f9085534-9873-4cd1-be20-2ff09111b294 2022-09-10T06:11:24.091Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:11:24.091Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-10 06-07-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:11:24.092Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:11:24.092Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-10 06-07-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:11:24.092Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:11:24.092Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-10 06-07-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:11:24.093Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:11:24.093Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-10 06-07-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:11:24.093Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-09-10 06-07-55 Description:catalog service description Model UUID:7547d8a0-0597-4c2f-9e8e-1043b453b2e0 Model Version:NULL Model InvariantUuid:782bb0c1-d9d1-4c81-a49f-9da38139424d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 7fdd8165-cf00 Model UUID:3208e9d1-42c0-45bf-9c6e-7f1095113455 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:5fc30be1-d794-4219-ae92-85663c1b035a Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f20c67ae-0569-43b9-ae43-8a5acdada46a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:dada6e72-9aa0-404f-9751-e06deb294bb9 ModelName:Vfw7fdd8165Cf00..base_vfw..module-0 ModelUuid:63dd554b-7bf4-4c63-abab-4df0e708a39d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:00dd4e50-fb35-4dfc-ac3d-0ef09e9cb64e ModelInvariantUuid:68de0cca-f759-4ed1-ad5e-1a429d9bbf29 ModelName:vFW 7fdd8165-cf00-nodes.vfwCvfc ModelUuid:3d79d3fc-6310-429f-b7bb-ce0ae8dc0b21 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:e2d97837-7c2e-4ed0-b285-1b0c8e2a5ed7 ModelInvariantUuid:61ea9bd5-9d9d-4474-9c62-2eeff08711c8 ModelName:Vfw7fdd8165Cf00.compute.nodes.heat.vfw ModelUuid:9d630491-88ee-4fb2-94c5-c887e4d41d71 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:bb76a63a-b482-4bc5-97e4-38f23ebfae71 ModelInvariantUuid:54c56971-5cb8-41c6-a211-5256fb01d514 ModelName:vFW 7fdd8165-cf00-nodes.vsnCvfc ModelUuid:6cd6792f-e626-4d4e-acff-7ade690c1986 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:66a9bd2b-d987-428b-a1bc-7c79a1e6576b ModelInvariantUuid:65aeb729-26a5-4e1f-945a-1d6cbdd3e1c7 ModelName:Vfw7fdd8165Cf00.compute.nodes.heat.vsn ModelUuid:1a0a96c4-8bea-481a-9cb9-d43c80bbc5f2 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:f9085534-9873-4cd1-be20-2ff09111b294 ModelInvariantUuid:2754979e-44ad-4e9e-bf3b-f19b2de45dc7 ModelName:vFW 7fdd8165-cf00-nodes.vpgCvfc ModelUuid:0ae4043c-81f4-4d1d-a38a-9566d278f5ae ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:95eb1e4a-14e4-4cb8-9960-a8b47a8eeba5 ModelInvariantUuid:3c9fa5f3-9644-4c74-bccf-f6f70adb20a9 ModelName:Vfw7fdd8165Cf00.compute.nodes.heat.vpg ModelUuid:45e24912-9e6c-470b-a100-4b5c7e3c9f9b 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-09-10T06:11:24.101Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 5a4db153-5dd6-4b99-afb0-6575006df85e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-10T06:11:24.104Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||vFW 7fdd8165-cf00 0 2022-09-10T06:11:24.104Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5a4db153-5dd6-4b99-afb0-6575006df85e 2022-09-10T06:11:24.104Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0aef6d80-0a80-4386-96e9-b65a76ffe32d from URL: /sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vfw7fdd8165cf000_modules.json 2022-09-10T06:11:24.104Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-09-10T06:11:24.105Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vfw7fdd8165cf000_modules.json 2022-09-10T06:11:24.502Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-09-10T06:11:24.503Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vfw7fdd8165cf000_modules.json 0aef6d80-0a80-4386-96e9-b65a76ffe32d 785 2022-09-10T06:11:24.503Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vfw7fdd8165cf000_modules.json ASDC sendASDCNotification 2022-09-10T06:11:24.503Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vfw7fdd8165cf000_modules.json 2022-09-10T06:11:24.504Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-10T06:11:24.504Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:11:24.506Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:11:24.506Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790284503, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vfw7fdd8165cf000_modules.json", "status": "DOWNLOAD_OK" } 2022-09-10T06:11:24.606Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-10T06:11:24.607Z||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-09-10T06:11:24.607Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:11:24.627Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:11:24.627Z||pool-27-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:11:25.507Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw7fdd8165Cf00..base_vfw..module-0", "vfModuleModelInvariantUUID": "dada6e72-9aa0-404f-9751-e06deb294bb9", "vfModuleModelVersion": "1", "vfModuleModelUUID": "63dd554b-7bf4-4c63-abab-4df0e708a39d", "vfModuleModelCustomizationUUID": "4285a722-e67a-49f4-a675-8f628570b87c", "isBase": true, "artifacts": [ "fd179bd2-b737-418e-a718-5c9be41949e2", "296cbd84-ae16-44f4-b9ab-fb2ba9235d99" ], "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-09-10T06:11:25.512Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw7fdd8165Cf00..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:63dd554b-7bf4-4c63-abab-4df0e708a39d VfModuleModelInvariantUUID:dada6e72-9aa0-404f-9751-e06deb294bb9 VfModuleModelDescription:NULL Artifacts UUID List:{ fd179bd2-b737-418e-a718-5c9be41949e2 , 296cbd84-ae16-44f4-b9ab-fb2ba9235d99 } 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-09-10T06:11:25.514Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw7fdd8165Cf00..base_vfw..module-0", "vfModuleModelInvariantUUID": "dada6e72-9aa0-404f-9751-e06deb294bb9", "vfModuleModelVersion": "1", "vfModuleModelUUID": "63dd554b-7bf4-4c63-abab-4df0e708a39d", "vfModuleModelCustomizationUUID": "4285a722-e67a-49f4-a675-8f628570b87c", "isBase": true, "artifacts": [ "fd179bd2-b737-418e-a718-5c9be41949e2", "296cbd84-ae16-44f4-b9ab-fb2ba9235d99" ], "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-09-10T06:11:25.514Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw7fdd8165Cf00..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:63dd554b-7bf4-4c63-abab-4df0e708a39d VfModuleModelInvariantUUID:dada6e72-9aa0-404f-9751-e06deb294bb9 VfModuleModelDescription:NULL Artifacts UUID List:{ fd179bd2-b737-418e-a718-5c9be41949e2 , 296cbd84-ae16-44f4-b9ab-fb2ba9235d99 } 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-09-10T06:11:25.514Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: fd179bd2-b737-418e-a718-5c9be41949e2 from URL: /sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.yaml 2022-09-10T06:11:25.515Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-09-10T06:11:25.515Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.yaml 2022-09-10T06:11:25.847Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-09-10T06:11:25.849Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.yaml fd179bd2-b737-418e-a718-5c9be41949e2 20368 2022-09-10T06:11:25.849Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-09-10T06:11:25.849Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.yaml 2022-09-10T06:11:25.849Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-10T06:11:25.849Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:11:25.852Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:11:25.852Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790285849, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-09-10T06:11:25.952Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-10T06:11:25.953Z||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-09-10T06:11:25.953Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:11:25.964Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:11:25.965Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:11:26.853Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 296cbd84-ae16-44f4-b9ab-fb2ba9235d99 from URL: /sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.env 2022-09-10T06:11:26.854Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-09-10T06:11:26.854Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.env 2022-09-10T06:11:27.329Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-09-10T06:11:27.330Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.env 296cbd84-ae16-44f4-b9ab-fb2ba9235d99 2098 2022-09-10T06:11:27.331Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.env ASDC sendASDCNotification 2022-09-10T06:11:27.331Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.env 2022-09-10T06:11:27.331Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-10T06:11:27.332Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:11:27.334Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:11:27.334Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790287330, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-09-10T06:11:27.434Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:11:27.435Z||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-09-10T06:11:27.435Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:11:27.446Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:11:27.446Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:11:28.335Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 7547d8a0-0597-4c2f-9e8e-1043b453b2e0 2022-09-10T06:11:28.335Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7fdd8165-cf00 0 5a4db153-5dd6-4b99-afb0-6575006df85e 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-09-10T06:11:28.351Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@550cf839, org.onap.sdc.toscaparser.api.parameters.Input@5728f071, org.onap.sdc.toscaparser.api.parameters.Input@619c118d, org.onap.sdc.toscaparser.api.parameters.Input@44b55af0, org.onap.sdc.toscaparser.api.parameters.Input@764aaf6f] 2022-09-10T06:11:28.353Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:11:28.353Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-10 06-07-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:11:28.354Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-09-10T06:11:28.354Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= f20c67ae-0569-43b9-ae43-8a5acdada46a 2022-09-10T06:11:28.354Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f20c67ae-0569-43b9-ae43-8a5acdada46a matches Tosca VF Customization UUID: f20c67ae-0569-43b9-ae43-8a5acdada46a 2022-09-10T06:11:28.355Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: f20c67ae-0569-43b9-ae43-8a5acdada46a 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-09-10T06:11:28.358Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:11:28.358Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-10 06-07-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:11:28.359Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id f20c67ae-0569-43b9-ae43-8a5acdada46a: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-09-10T06:11:28.359Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@9eca353 2022-09-10T06:11:28.359Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:11:28.359Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-10 06-07-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-10T06:11:28.360Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4285a722-e67a-49f4-a675-8f628570b87c 2022-09-10T06:11:28.360Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4285a722-e67a-49f4-a675-8f628570b87c 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-09-10T06:11:28.364Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:11:28.364Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vFW 7fdd8165-cf00 0 is matching search criteria 2022-09-10T06:11:28.364Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7fdd8165-cf00 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-10T06:11:28.365Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:11:28.365Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vFW 7fdd8165-cf00 0 is matching search criteria 2022-09-10T06:11:28.366Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7fdd8165-cf00 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-10T06:11:28.366Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:11:28.367Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vFW 7fdd8165-cf00 0 is not matching search criteria 2022-09-10T06:11:28.367Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-09-10T06:11:28.367Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-09-10T06:11:28.368Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-09-10T06:11:28.368Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-09-10T06:11:28.369Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-09-10T06:11:28.369Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-09-10T06:11:28.369Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-09-10T06:11:28.370Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-09-10T06:11:28.370Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-09-10T06:11:28.370Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-09-10T06:11:28.370Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-09-10T06:11:28.371Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=00dd4e50-fb35-4dfc-ac3d-0ef09e9cb64e 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-09-10T06:11:28.373Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:11:28.373Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vFW 7fdd8165-cf00 0 is matching search criteria 2022-09-10T06:11:28.374Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7fdd8165-cf00 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-10T06:11:28.374Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:11:28.374Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vFW 7fdd8165-cf00 0 is not matching search criteria 2022-09-10T06:11:28.375Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-09-10T06:11:28.375Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-09-10T06:11:28.375Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-09-10T06:11:28.376Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-09-10T06:11:28.376Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-09-10T06:11:28.376Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-09-10T06:11:28.377Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-09-10T06:11:28.377Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-09-10T06:11:28.377Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-09-10T06:11:28.378Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-09-10T06:11:28.378Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-09-10T06:11:28.378Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-09-10T06:11:28.379Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bb76a63a-b482-4bc5-97e4-38f23ebfae71 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-09-10T06:11:28.381Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:11:28.381Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vFW 7fdd8165-cf00 0 is matching search criteria 2022-09-10T06:11:28.381Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7fdd8165-cf00 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-10T06:11:28.384Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:11:28.384Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vFW 7fdd8165-cf00 0 is not matching search criteria 2022-09-10T06:11:28.385Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-09-10T06:11:28.385Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-09-10T06:11:28.385Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-09-10T06:11:28.386Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-09-10T06:11:28.386Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-09-10T06:11:28.386Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-09-10T06:11:28.387Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-09-10T06:11:28.387Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-09-10T06:11:28.388Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-09-10T06:11:28.388Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-09-10T06:11:28.388Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-09-10T06:11:28.388Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-09-10T06:11:28.389Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f9085534-9873-4cd1-be20-2ff09111b294 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-09-10T06:11:28.391Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:11:28.392Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vFW 7fdd8165-cf00 0 is matching search criteria 2022-09-10T06:11:28.392Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7fdd8165-cf00 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-10T06:11:28.392Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:11:28.393Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vFW 7fdd8165-cf00 0 is matching search criteria 2022-09-10T06:11:28.393Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7fdd8165-cf00 0] matching following query criteria: sdcType=VF, customizationUUID=f20c67ae-0569-43b9-ae43-8a5acdada46a Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-10T06:11:28.395Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:11:28.395Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-10 06-07-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:11:28.395Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 7547d8a0-0597-4c2f-9e8e-1043b453b2e0: vFW 7fdd8165-cf00 2022-09-10T06:11:28.396Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:11:28.396Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-10 06-07-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:11:28.396Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:11:28.397Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-10 06-07-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:11:28.397Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:11:28.398Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-10 06-07-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:11:28.398Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:11:28.398Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-10 06-07-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:11:28.398Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:11:28.399Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-10 06-07-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:11:28.399Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-09-10 06-07-55 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-09-10T06:11:28.586Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7fdd8165-cf00 5a4db153-5dd6-4b99-afb0-6575006df85e 1 ASDC deployResourceStructure 2022-09-10T06:11:28.586Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vfw7fdd8165cf000_modules.json ASDC sendASDCNotification 2022-09-10T06:11:28.587Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vfw7fdd8165cf000_modules.json 2022-09-10T06:11:28.587Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-10T06:11:28.587Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:11:28.589Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:11:28.589Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790288586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vfw7fdd8165cf000_modules.json", "status": "DEPLOY_OK" } 2022-09-10T06:11:28.689Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-10T06:11:28.690Z||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-09-10T06:11:28.691Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:11:28.703Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:11:28.704Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:11:29.590Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-09-10T06:11:29.591Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.yaml 2022-09-10T06:11:29.591Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-10T06:11:29.592Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:11:29.594Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:11:29.594Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790289590, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-09-10T06:11:29.694Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-10T06:11:29.695Z||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-09-10T06:11:29.695Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:11:29.705Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:11:29.705Z||pool-31-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-09-10T06:11:30.596Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.env ASDC sendASDCNotification 2022-09-10T06:11:30.596Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.env 2022-09-10T06:11:30.596Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-10T06:11:30.597Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:11:30.599Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:11:30.599Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790290595, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-09-10T06:11:30.703Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-09-10T06:11:30.704Z||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-09-10T06:11:30.704Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:11:30.718Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:11:30.718Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:11:31.600Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar ASDC sendASDCNotification 2022-09-10T06:11:31.600Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar 2022-09-10T06:11:31.600Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-10T06:11:31.601Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:11:31.602Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:11:31.603Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790291600, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:11:31.703Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:11:31.704Z||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-09-10T06:11:31.704Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:11:31.728Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:11:31.728Z||pool-33-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:11:32.603Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ab94aa6-71b1-4ef9-bc2f-c909068c38bd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:11:32.614Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ab94aa6-71b1-4ef9-bc2f-c909068c38bd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:11:32.617Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-10T06:11:32.617Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-10T06:11:32.618Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-10T06:11:53.170Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:11:53.170Z||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-09-10T06:11:53.171Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:11:53.189Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:11:53.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-10T06:11:53.190Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "policy-id", "timestamp": 1662790253102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:11:53.191Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:12:02.618Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ab94aa6-71b1-4ef9-bc2f-c909068c38bd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:12:02.627Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ab94aa6-71b1-4ef9-bc2f-c909068c38bd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:12:02.629Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-10T06:12:02.629Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-10T06:12:02.629Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-10T06:12:32.629Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ab94aa6-71b1-4ef9-bc2f-c909068c38bd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:12:32.639Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ab94aa6-71b1-4ef9-bc2f-c909068c38bd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:12:32.642Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-10T06:12:32.642Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-10T06:12:32.642Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-10T06:12:53.170Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:12:53.171Z||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-09-10T06:12:53.171Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:12:53.215Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:12:53.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:12:53.216Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "clamp", "timestamp": 1662790246885, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:12:53.217Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:13:02.643Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ab94aa6-71b1-4ef9-bc2f-c909068c38bd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:13:02.653Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ab94aa6-71b1-4ef9-bc2f-c909068c38bd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:13:02.655Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-10T06:13:02.655Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-10T06:13:02.655Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-10T06:13:32.655Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ab94aa6-71b1-4ef9-bc2f-c909068c38bd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:13:32.664Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ab94aa6-71b1-4ef9-bc2f-c909068c38bd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:13:32.667Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-10T06:13:32.667Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-10T06:13:32.667Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-10T06:13:53.169Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:13:53.170Z||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-09-10T06:13:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:13:53.714Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:13:53.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:13:53.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662790247815, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:13:53.716Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:13:53.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:13:53.716Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "policy-id", "timestamp": 1662790254104, "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-09-10T06:13:53.721Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9ab94aa6-71b1-4ef9-bc2f-c909068c38bd 2022-09-10T06:13:53.721Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ab94aa6-71b1-4ef9-bc2f-c909068c38bd 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-09-10T06:13:53.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:13:53.731Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662790255927, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:13:53.731Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:13:53.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:13:53.732Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "aai-ml", "timestamp": 1662790262118, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:13:53.732Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:13:53.732Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:13:53.732Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662790263302, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:13:53.732Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:13:53.732Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:13:53.733Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "aai-ml", "timestamp": 1662790263122, "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-09-10T06:13:53.739Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9ab94aa6-71b1-4ef9-bc2f-c909068c38bd 2022-09-10T06:13:53.739Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ab94aa6-71b1-4ef9-bc2f-c909068c38bd 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-09-10T06:13:53.747Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:13:53.747Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662790264331, "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-09-10T06:13:53.764Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9ab94aa6-71b1-4ef9-bc2f-c909068c38bd 2022-09-10T06:13:53.765Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ab94aa6-71b1-4ef9-bc2f-c909068c38bd 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-09-10T06:13:53.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:13:53.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "clamp", "timestamp": 1662790266109, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:13:53.774Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:13:53.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:13:53.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790267724, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-10T06:13:53.775Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:13:53.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:13:53.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "clamp", "timestamp": 1662790268119, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:13:53.776Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:13:53.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:13:53.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "clamp", "timestamp": 1662790269122, "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-09-10T06:13:53.781Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9ab94aa6-71b1-4ef9-bc2f-c909068c38bd 2022-09-10T06:13:53.781Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ab94aa6-71b1-4ef9-bc2f-c909068c38bd 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-09-10T06:13:53.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:13:53.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790268750, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:13:53.790Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:13:53.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:13:53.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790268750, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vfw7fdd8165cf000_modules.json", "status": "NOTIFIED" } 2022-09-10T06:13:53.790Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:13:53.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:13:53.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790268750, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-09-10T06:13:53.791Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:13:53.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:13:53.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790268750, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:13:53.792Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:13:53.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:13:53.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790268750, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-09-10T06:13:53.792Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:13:53.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:13:53.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790268750, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:13:53.793Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:13:53.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:13:53.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790268750, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:13:53.794Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:13:53.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:13:53.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790280557, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:13:53.795Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:13:53.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:13:53.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790284503, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vfw7fdd8165cf000_modules.json", "status": "DOWNLOAD_OK" } 2022-09-10T06:13:53.795Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:13:53.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:13:53.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790285849, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-09-10T06:13:53.796Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:13:53.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:13:53.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790287330, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-09-10T06:13:53.797Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:13:53.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:13:53.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790288586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vfw7fdd8165cf000_modules.json", "status": "DEPLOY_OK" } 2022-09-10T06:13:53.797Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:13:53.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:13:53.798Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790289590, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-09-10T06:13:53.798Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:13:53.798Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:13:53.798Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790290595, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-09-10T06:13:53.799Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:13:53.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:13:53.799Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790291600, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:13:53.799Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:14:02.667Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ab94aa6-71b1-4ef9-bc2f-c909068c38bd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:14:02.679Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ab94aa6-71b1-4ef9-bc2f-c909068c38bd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:14:02.684Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-10T06:14:02.684Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-10T06:14:02.684Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-09-10T06:14:02.684Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-09-10T06:14:02.685Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:14:02.685Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:14:02.685Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:14:02.685Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:14:02.685Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:14:02.685Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:14:02.686Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||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-09-10T06:14:02.690Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-09-10T06:14:32.690Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9ab94aa6-71b1-4ef9-bc2f-c909068c38bd 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-09-10T06:14:32.696Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9ab94aa6-71b1-4ef9-bc2f-c909068c38bd and serviceModelVersionId: 7547d8a0-0597-4c2f-9e8e-1043b453b2e0 2022-09-10T06:14:32.697Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 782bb0c1-d9d1-4c81-a49f-9da38139424d 2022-09-10T06:14:32.698Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/782bb0c1-d9d1-4c81-a49f-9da38139424d/model-vers/model-ver/7547d8a0-0597-4c2f-9e8e-1043b453b2e0?depth=0 2022-09-10T06:14:32.702Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-09-10T06:14:32.762Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/782bb0c1-d9d1-4c81-a49f-9da38139424d/model-vers/model-ver/7547d8a0-0597-4c2f-9e8e-1043b453b2e0?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-09-10T06:14:32.767Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/782bb0c1-d9d1-4c81-a49f-9da38139424d/model-vers/model-ver/7547d8a0-0597-4c2f-9e8e-1043b453b2e0?depth=0|INFO|500||Invoke 2022-09-10T06:14:32.811Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/782bb0c1-d9d1-4c81-a49f-9da38139424d/model-vers/model-ver/7547d8a0-0597-4c2f-9e8e-1043b453b2e0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-09-10T06:14:33.713Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/782bb0c1-d9d1-4c81-a49f-9da38139424d/model-vers/model-ver/7547d8a0-0597-4c2f-9e8e-1043b453b2e0?depth=0|INFO|500||InvokeReturn 2022-09-10T06:14:33.715Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/782bb0c1-d9d1-4c81-a49f-9da38139424d/model-vers/model-ver/7547d8a0-0597-4c2f-9e8e-1043b453b2e0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220910-06:14:33:585-58172], vertex-id=[176312], Content-Length=[0], Date=[Sat, 10 Sep 2022 06:14:33 GMT], Content-Type=[application/json]} 2022-09-10T06:14:33.716Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2022-09-10T06:14:33.716Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-09-10T06:14:33.716Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||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-09-10T06:14:33.722Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||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-09-10T06:14:33.722Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9ab94aa6-71b1-4ef9-bc2f-c909068c38bd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-09-10T06:14:33.723Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-09-10T06:14:33.723Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:14:33.725Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:14:33.725Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790473722, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-10T06:14:33.825Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:14:33.826Z||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-09-10T06:14:33.826Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:14:33.856Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:14:33.857Z||pool-34-thread-1|||||INFO|500||cambria reply ok (31 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-09-10T06:14:34.741Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:14:34.742Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T06:14:34.742Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:14:39.191Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:14:39.191Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-10T06:14:39.192Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"ad1381fb-5379-44c8-aa20-6a03c8b800ab","serviceName":"vFW 2022-09-10 06-11-30","serviceVersion":"1.0","serviceUUID":"94eaa334-e7c9-4d47-bb8a-5900aa9b1225","serviceDescription":"catalog service description","serviceInvariantUUID":"26ea17a9-97f7-46cb-a652-17cc23e00ccf","resources":[{"resourceInstanceName":"vFW 06670f11-f45b 0","resourceName":"vFW 06670f11-f45b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e29aa923-bd7e-4e50-8c57-8c8c8538f19e","resourceInvariantUUID":"bb664645-b23e-4be9-9acb-71918504a40f","resourceCustomizationUUID":"15a3a544-eb59-47e0-bc8c-39dd3aa82238","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/vf-license-model.xml","artifactChecksum":"MWVlY2ZiYTk3MmQzMDM1NmQ3NjYyZmVlYjI2Y2MxYWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9c441ce7-3e72-42c9-aea4-08164cb2cb45","artifactVersion":"1"},{"artifactName":"vfw06670f11f45b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/vfw06670f11f45b0_modules.json","artifactChecksum":"MmU1NDc3YWI1ZWJjZmJmYzFlODU5OWRmMmRiOGFhMWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"36ff41ed-fdb0-43f3-90c4-7cbaa52e0625","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ceb3585f-88ea-4ec1-88f0-c669428f97da","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/vendor-license-model.xml","artifactChecksum":"NTkzOGFiNzE1ZDBlNGQ3ZjVhMTgyZTA4MDg2NDkzMTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7dcd9388-3ef0-4846-b3d0-3b16948f49a8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"dd9023b8-5c20-489f-b83b-abc5b1353c1c","artifactVersion":"2","generatedFromUUID":"ceb3585f-88ea-4ec1-88f0-c669428f97da"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220910061130-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-template.yml","artifactChecksum":"MDBiYzc5NWI1YjU1ODI1ZDFkZDUwNDJjODA0MWQ1OGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"40048e4a-684e-4e3d-8d34-afb5664c985a","artifactVersion":"1"},{"artifactName":"service-Vfw20220910061130-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-csar.csar","artifactChecksum":"YTdjY2Q2MjAwZmI3OTVkMTQwMzMxYzgwYWIxMWFmNmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1dd235e6-964e-4ff0-8299-37ca4c3993ac","artifactVersion":"1"}],"workloadContext":"Production"} 2022-09-10T06:14:39.195Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:14:39.195Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:14:39.197Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:14:39.197Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790474741, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:14:39.297Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:14:39.298Z||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-09-10T06:14:39.298Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:14:39.313Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:14:39.314Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:14:40.198Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:14:40.200Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:14:40.202Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:14:40.202Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790474741, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/vfw06670f11f45b0_modules.json", "status": "NOTIFIED" } 2022-09-10T06:14:40.302Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:14:40.303Z||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-09-10T06:14:40.303Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:14:40.313Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:14:40.314Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:14:41.202Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:14:41.203Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:14:41.205Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:14:41.205Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790474741, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-09-10T06:14:41.306Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-10T06:14:41.307Z||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-09-10T06:14:41.307Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:14:41.336Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:14:41.336Z||pool-37-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:14:42.206Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:14:42.207Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:14:42.209Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:14:42.209Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790474741, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:14:42.309Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-10T06:14:42.310Z||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-09-10T06:14:42.310Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:14:42.332Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:14:42.332Z||pool-38-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:14:43.210Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:14:43.211Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:14:43.213Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:14:43.213Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790474741, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-09-10T06:14:43.313Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-10T06:14:43.314Z||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-09-10T06:14:43.314Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:14:43.328Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:14:43.329Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:14:44.214Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:14:44.215Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:14:44.217Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:14:44.218Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790474741, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:14:44.318Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:14:44.319Z||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-09-10T06:14:44.319Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:14:44.331Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:14:44.332Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:14:45.219Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:14:45.219Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:14:45.222Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:14:45.222Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790474741, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:14:45.322Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-10T06:14:45.323Z||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-09-10T06:14:45.323Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:14:45.371Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:14:45.371Z||pool-41-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:14:46.224Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "serviceName": "vFW 2022-09-10 06-11-30", "serviceVersion": "1.0", "serviceUUID": "94eaa334-e7c9-4d47-bb8a-5900aa9b1225", "serviceDescription": "catalog service description", "serviceInvariantUUID": "26ea17a9-97f7-46cb-a652-17cc23e00ccf", "resources": [ { "resourceInstanceName": "vFW 06670f11-f45b 0", "resourceCustomizationUUID": "15a3a544-eb59-47e0-bc8c-39dd3aa82238", "resourceName": "vFW 06670f11-f45b", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e29aa923-bd7e-4e50-8c57-8c8c8538f19e", "resourceInvariantUUID": "bb664645-b23e-4be9-9acb-71918504a40f", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw06670f11f45b0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/vfw06670f11f45b0_modules.json", "artifactChecksum": "MmU1NDc3YWI1ZWJjZmJmYzFlODU5OWRmMmRiOGFhMWU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "36ff41ed-fdb0-43f3-90c4-7cbaa52e0625", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "ceb3585f-88ea-4ec1-88f0-c669428f97da", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "dd9023b8-5c20-489f-b83b-abc5b1353c1c", "generatedFromUUID": "ceb3585f-88ea-4ec1-88f0-c669428f97da" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "dd9023b8-5c20-489f-b83b-abc5b1353c1c", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220910061130-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-csar.csar", "artifactChecksum": "YTdjY2Q2MjAwZmI3OTVkMTQwMzMxYzgwYWIxMWFmNmU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1dd235e6-964e-4ff0-8299-37ca4c3993ac" } ], "workloadContext": "Production" } 2022-09-10T06:14:46.224Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-09-10T06:14:46.225Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 94eaa334-e7c9-4d47-bb8a-5900aa9b1225 ASDC 2022-09-10T06:14:46.226Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:ad1381fb-5379-44c8-aa20-6a03c8b800ab ServiceName:vFW 2022-09-10 06-11-30 ServiceVersion:1.0 ServiceUUID:94eaa334-e7c9-4d47-bb8a-5900aa9b1225 ServiceInvariantUUID:26ea17a9-97f7-46cb-a652-17cc23e00ccf ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220910061130-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-csar.csar ArtifactUUID:1dd235e6-964e-4ff0-8299-37ca4c3993ac ArtifactChecksum:YTdjY2Q2MjAwZmI3OTVkMTQwMzMxYzgwYWIxMWFmNmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 06670f11-f45b 0 ResourceCustomizationUUID:15a3a544-eb59-47e0-bc8c-39dd3aa82238 ResourceInvariantUUID:bb664645-b23e-4be9-9acb-71918504a40f ResourceName:vFW 06670f11-f45b ResourceType:VF ResourceUUID:e29aa923-bd7e-4e50-8c57-8c8c8538f19e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw06670f11f45b0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/vfw06670f11f45b0_modules.json ArtifactUUID:36ff41ed-fdb0-43f3-90c4-7cbaa52e0625 ArtifactChecksum:MmU1NDc3YWI1ZWJjZmJmYzFlODU5OWRmMmRiOGFhMWU= 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/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.yaml ArtifactUUID:ceb3585f-88ea-4ec1-88f0-c669428f97da 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/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.env ArtifactUUID:dd9023b8-5c20-489f-b83b-abc5b1353c1c 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/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.env ArtifactUUID:dd9023b8-5c20-489f-b83b-abc5b1353c1c ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-09-10T06:14:46.226Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 94eaa334-e7c9-4d47-bb8a-5900aa9b1225 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-09-10T06:14:46.255Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-10T06:14:46.256Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-09-10T06:14:46.256Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-09-10T06:14:46.256Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1dd235e6-964e-4ff0-8299-37ca4c3993ac from URL: /sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-csar.csar 2022-09-10T06:14:46.256Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-09-10T06:14:46.257Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-csar.csar 2022-09-10T06:14:46.581Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-09-10T06:14:46.585Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-csar.csar 1dd235e6-964e-4ff0-8299-37ca4c3993ac 100639 2022-09-10T06:14:46.585Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-csar.csar ASDC sendASDCNotification 2022-09-10T06:14:46.585Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-csar.csar 2022-09-10T06:14:46.586Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-10T06:14:46.586Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:14:46.588Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:14:46.588Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790486585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:14:46.688Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:14:46.689Z||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-09-10T06:14:46.689Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:14:46.703Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:14:46.703Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:14:47.589Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-10T06:14:47.589Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-09-10T06:14:47.590Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 1dd235e6-964e-4ff0-8299-37ca4c3993ac, URL: /sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-csar.csar to file: /app/ASDC/1/service-Vfw20220910061130-csar.csar 2022-09-10T06:14:47.590Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220910061130-csar.csar 2022-09-10T06:14:47.591Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220910061130-csar.csar 2022-09-10T06:14:47.591Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220910061130-csar.csar 2022-09-10T06:14:47.769Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16019341217820590604/Definitions/service-Vfw20220910061130-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided Log warning: The required parameter "compute_vsn_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" 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 "compute_vsn_metadata" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vfw_name" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" 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 "compute_vfw_metadata" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network" 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_ip_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided Log warning: The required parameter "compute_vpg_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vpg_user_data_format" is not provided Log warning: The required parameter "compute_vpg_key_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vpg_metadata" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" 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-09-10T06:14:49.635Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-09-10T06:14:49.636Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-09-10T06:14:49.636Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220910061130-csar.csar 2022-09-10T06:14:49.637Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2022-09-10T06:14:49.637Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220910061130-csar.csar 2022-09-10T06:14:49.637Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220910061130-csar.csar 2022-09-10T06:14:49.637Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 06670f11-f45b 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20220910061130-csar.csar 2022-09-10T06:14:49.637Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220910061130-csar.csar 2022-09-10T06:14:49.637Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220910061130-csar.csar 2022-09-10T06:14:49.637Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220910061130-csar.csar 2022-09-10T06:14:49.638Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220910061130-csar.csar 2022-09-10T06:14:49.638Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220910061130-csar.csar 2022-09-10T06:14:49.638Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220910061130-csar.csar 2022-09-10T06:14:49.638Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220910061130-csar.csar 2022-09-10T06:14:49.638Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220910061130-csar.csar 2022-09-10T06:14:49.638Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-09-10T06:14:49.638Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:14:49.638Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-10 06-11-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:14:49.639Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vFW 06670f11-f45b 0 is matching search criteria 2022-09-10T06:14:49.639Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-09-10T06:14:49.639Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 06670f11-f45b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-10T06:14:49.639Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:14:49.639Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-10 06-11-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:14:49.640Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vFW 06670f11-f45b 0 is matching search criteria 2022-09-10T06:14:49.640Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-09-10T06:14:49.640Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 06670f11-f45b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-10T06:14:49.640Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:14:49.640Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-10 06-11-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:14:49.640Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:14:49.640Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vFW 06670f11-f45b 0 is not matching search criteria 2022-09-10T06:14:49.641Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-09-10T06:14:49.641Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-09-10T06:14:49.641Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-09-10T06:14:49.641Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-09-10T06:14:49.641Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-09-10T06:14:49.641Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-09-10T06:14:49.641Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-09-10T06:14:49.642Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-09-10T06:14:49.642Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-09-10T06:14:49.642Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-09-10T06:14:49.642Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-09-10T06:14:49.642Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-09-10T06:14:49.642Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-09-10T06:14:49.642Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-09-10T06:14:49.643Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-09-10T06:14:49.643Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-09-10T06:14:49.643Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:14:49.643Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-10 06-11-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-10T06:14:49.643Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:14:49.643Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vFW 06670f11-f45b 0 is matching search criteria 2022-09-10T06:14:49.643Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 06670f11-f45b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-10T06:14:49.644Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:14:49.644Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vFW 06670f11-f45b 0 is matching search criteria 2022-09-10T06:14:49.644Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 06670f11-f45b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-10T06:14:49.644Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:14:49.644Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vFW 06670f11-f45b 0 is matching search criteria 2022-09-10T06:14:49.644Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 06670f11-f45b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-10T06:14:49.644Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:14:49.645Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vFW 06670f11-f45b 0 is not matching search criteria 2022-09-10T06:14:49.645Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-09-10T06:14:49.645Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-09-10T06:14:49.645Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-09-10T06:14:49.645Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-09-10T06:14:49.645Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-09-10T06:14:49.645Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-09-10T06:14:49.645Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-09-10T06:14:49.646Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-09-10T06:14:49.646Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-09-10T06:14:49.646Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-09-10T06:14:49.646Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-09-10T06:14:49.646Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1737d537-65d5-4ec5-a439-f1b12c1d7dc0 2022-09-10T06:14:49.646Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:14:49.647Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vFW 06670f11-f45b 0 is not matching search criteria 2022-09-10T06:14:49.647Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-09-10T06:14:49.647Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-09-10T06:14:49.647Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-09-10T06:14:49.647Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-09-10T06:14:49.647Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-09-10T06:14:49.647Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-09-10T06:14:49.648Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-09-10T06:14:49.648Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-09-10T06:14:49.648Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-09-10T06:14:49.648Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-09-10T06:14:49.648Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-09-10T06:14:49.648Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-09-10T06:14:49.648Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=12a1c997-4b41-4e5d-9b39-6ed10da9693d 2022-09-10T06:14:49.649Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:14:49.649Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vFW 06670f11-f45b 0 is not matching search criteria 2022-09-10T06:14:49.649Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-09-10T06:14:49.649Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-09-10T06:14:49.650Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-09-10T06:14:49.650Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-09-10T06:14:49.650Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-09-10T06:14:49.650Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-09-10T06:14:49.650Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-09-10T06:14:49.650Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-09-10T06:14:49.650Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-09-10T06:14:49.651Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-09-10T06:14:49.651Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-09-10T06:14:49.651Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-09-10T06:14:49.651Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=dfdde084-7084-4538-ac5c-21d7f1439cf5 2022-09-10T06:14:49.651Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:14:49.651Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-10 06-11-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:14:49.651Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:14:49.652Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-10 06-11-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:14:49.652Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:14:49.652Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-10 06-11-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:14:49.652Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:14:49.652Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-10 06-11-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:14:49.652Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-09-10 06-11-30 Description:catalog service description Model UUID:94eaa334-e7c9-4d47-bb8a-5900aa9b1225 Model Version:NULL Model InvariantUuid:26ea17a9-97f7-46cb-a652-17cc23e00ccf Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 06670f11-f45b Model UUID:e762db96-cdff-4d04-8201-53f8635258d1 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:bb664645-b23e-4be9-9acb-71918504a40f Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:15a3a544-eb59-47e0-bc8c-39dd3aa82238 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e6da14d4-8767-4dae-8248-e26d6f799e9e ModelName:Vfw06670f11F45b..base_vfw..module-0 ModelUuid:7f96f45e-0c5f-40ca-85e2-5c91337162ee ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1737d537-65d5-4ec5-a439-f1b12c1d7dc0 ModelInvariantUuid:30755141-b767-4522-a162-c67b732dfa48 ModelName:vFW 06670f11-f45b-nodes.vfwCvfc ModelUuid:a7770dd2-26ca-47e4-8a6a-84268ee44912 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:c0b099b8-4253-46a7-8497-c7ce4c5927ae ModelInvariantUuid:6db7c0b9-84b4-4cde-9c16-01d422ad96da ModelName:Vfw06670f11F45b.compute.nodes.heat.vfw ModelUuid:d99d2d22-43dd-4eff-955c-3d214ded6a67 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:12a1c997-4b41-4e5d-9b39-6ed10da9693d ModelInvariantUuid:c0647b78-dfcc-4835-88f4-02881fc52a86 ModelName:vFW 06670f11-f45b-nodes.vsnCvfc ModelUuid:8d294526-3668-447a-9cd4-dc5eec5b6ba8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:b5b35b2a-5c9f-4e58-b37e-3d2a639dfc9b ModelInvariantUuid:aa88e6d5-6f21-474c-befd-943046c358f8 ModelName:Vfw06670f11F45b.compute.nodes.heat.vsn ModelUuid:86aceef1-3206-4162-bedc-aa3db27c0971 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:dfdde084-7084-4538-ac5c-21d7f1439cf5 ModelInvariantUuid:31a61b90-3244-4c02-97f9-c133dcfbd228 ModelName:vFW 06670f11-f45b-nodes.vpgCvfc ModelUuid:f6024d86-2229-4e15-8382-9851030fd329 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:a4d2b5cd-d108-422c-88f3-9697248405ea ModelInvariantUuid:c9b61969-4ca3-4f79-a46c-e8acc3d55634 ModelName:Vfw06670f11F45b.compute.nodes.heat.vpg ModelUuid:fa6438a7-37ab-4c0c-abb1-e443eaeede7a 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-09-10T06:14:49.658Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: e29aa923-bd7e-4e50-8c57-8c8c8538f19e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-10T06:14:49.661Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||vFW 06670f11-f45b 0 2022-09-10T06:14:49.661Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e29aa923-bd7e-4e50-8c57-8c8c8538f19e 2022-09-10T06:14:49.661Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 36ff41ed-fdb0-43f3-90c4-7cbaa52e0625 from URL: /sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/vfw06670f11f45b0_modules.json 2022-09-10T06:14:49.661Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-09-10T06:14:49.661Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/vfw06670f11f45b0_modules.json 2022-09-10T06:14:49.803Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-09-10T06:14:49.803Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/vfw06670f11f45b0_modules.json 36ff41ed-fdb0-43f3-90c4-7cbaa52e0625 785 2022-09-10T06:14:49.803Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/vfw06670f11f45b0_modules.json ASDC sendASDCNotification 2022-09-10T06:14:49.803Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/vfw06670f11f45b0_modules.json 2022-09-10T06:14:49.804Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-10T06:14:49.804Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:14:49.805Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:14:49.806Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790489803, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/vfw06670f11f45b0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-10T06:14:49.906Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:14:49.907Z||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-09-10T06:14:49.907Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:14:49.937Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:14:49.937Z||pool-43-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:14:50.806Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw06670f11F45b..base_vfw..module-0", "vfModuleModelInvariantUUID": "e6da14d4-8767-4dae-8248-e26d6f799e9e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7f96f45e-0c5f-40ca-85e2-5c91337162ee", "vfModuleModelCustomizationUUID": "b66f7309-175b-4755-a520-ce55657b068a", "isBase": true, "artifacts": [ "ceb3585f-88ea-4ec1-88f0-c669428f97da", "dd9023b8-5c20-489f-b83b-abc5b1353c1c" ], "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-09-10T06:14:50.810Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw06670f11F45b..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7f96f45e-0c5f-40ca-85e2-5c91337162ee VfModuleModelInvariantUUID:e6da14d4-8767-4dae-8248-e26d6f799e9e VfModuleModelDescription:NULL Artifacts UUID List:{ ceb3585f-88ea-4ec1-88f0-c669428f97da , dd9023b8-5c20-489f-b83b-abc5b1353c1c } 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-09-10T06:14:50.812Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw06670f11F45b..base_vfw..module-0", "vfModuleModelInvariantUUID": "e6da14d4-8767-4dae-8248-e26d6f799e9e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7f96f45e-0c5f-40ca-85e2-5c91337162ee", "vfModuleModelCustomizationUUID": "b66f7309-175b-4755-a520-ce55657b068a", "isBase": true, "artifacts": [ "ceb3585f-88ea-4ec1-88f0-c669428f97da", "dd9023b8-5c20-489f-b83b-abc5b1353c1c" ], "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-09-10T06:14:50.812Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw06670f11F45b..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7f96f45e-0c5f-40ca-85e2-5c91337162ee VfModuleModelInvariantUUID:e6da14d4-8767-4dae-8248-e26d6f799e9e VfModuleModelDescription:NULL Artifacts UUID List:{ ceb3585f-88ea-4ec1-88f0-c669428f97da , dd9023b8-5c20-489f-b83b-abc5b1353c1c } 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-09-10T06:14:50.812Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ceb3585f-88ea-4ec1-88f0-c669428f97da from URL: /sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.yaml 2022-09-10T06:14:50.813Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-09-10T06:14:50.813Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.yaml 2022-09-10T06:14:51.200Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-09-10T06:14:51.201Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.yaml ceb3585f-88ea-4ec1-88f0-c669428f97da 20368 2022-09-10T06:14:51.202Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-09-10T06:14:51.202Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.yaml 2022-09-10T06:14:51.202Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-10T06:14:51.202Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:14:51.204Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:14:51.204Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790491201, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-09-10T06:14:51.304Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:14:51.305Z||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-09-10T06:14:51.305Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:14:51.332Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:14:51.332Z||pool-44-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:14:52.204Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: dd9023b8-5c20-489f-b83b-abc5b1353c1c from URL: /sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.env 2022-09-10T06:14:52.205Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-09-10T06:14:52.205Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.env 2022-09-10T06:14:52.671Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-09-10T06:14:52.671Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.env dd9023b8-5c20-489f-b83b-abc5b1353c1c 2098 2022-09-10T06:14:52.672Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-09-10T06:14:52.672Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.env 2022-09-10T06:14:52.672Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-10T06:14:52.672Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:14:52.674Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:14:52.674Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790492672, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-09-10T06:14:52.774Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:14:52.776Z||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-09-10T06:14:52.776Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:14:52.800Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:14:52.800Z||pool-45-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:14:53.169Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:14:53.170Z||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-09-10T06:14:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:14:53.675Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 94eaa334-e7c9-4d47-bb8a-5900aa9b1225 2022-09-10T06:14:53.675Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 06670f11-f45b 0 e29aa923-bd7e-4e50-8c57-8c8c8538f19e 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-09-10T06:14:53.689Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@35524e6a, org.onap.sdc.toscaparser.api.parameters.Input@1acc7dfb, org.onap.sdc.toscaparser.api.parameters.Input@5c6ab024, org.onap.sdc.toscaparser.api.parameters.Input@1c12451b, org.onap.sdc.toscaparser.api.parameters.Input@3b9479ed] 2022-09-10T06:14:53.690Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:14:53.690Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-10 06-11-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:14:53.690Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-09-10T06:14:53.691Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 15a3a544-eb59-47e0-bc8c-39dd3aa82238 2022-09-10T06:14:53.691Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 15a3a544-eb59-47e0-bc8c-39dd3aa82238 matches Tosca VF Customization UUID: 15a3a544-eb59-47e0-bc8c-39dd3aa82238 2022-09-10T06:14:53.691Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 15a3a544-eb59-47e0-bc8c-39dd3aa82238 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-09-10T06:14:53.692Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:14:53.693Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-10 06-11-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:14:53.693Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 15a3a544-eb59-47e0-bc8c-39dd3aa82238: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-09-10T06:14:53.693Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@459835cf 2022-09-10T06:14:53.693Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:14:53.694Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-10 06-11-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-10T06:14:53.694Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b66f7309-175b-4755-a520-ce55657b068a 2022-09-10T06:14:53.694Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b66f7309-175b-4755-a520-ce55657b068a 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-09-10T06:14:53.695Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:14:53.696Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vFW 06670f11-f45b 0 is matching search criteria 2022-09-10T06:14:53.696Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 06670f11-f45b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-10T06:14:53.696Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:14:53.696Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vFW 06670f11-f45b 0 is matching search criteria 2022-09-10T06:14:53.696Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 06670f11-f45b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-10T06:14:53.697Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:14:53.697Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vFW 06670f11-f45b 0 is not matching search criteria 2022-09-10T06:14:53.697Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-09-10T06:14:53.697Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-09-10T06:14:53.697Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-09-10T06:14:53.697Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-09-10T06:14:53.698Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-09-10T06:14:53.698Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-09-10T06:14:53.698Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-09-10T06:14:53.698Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-09-10T06:14:53.698Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-09-10T06:14:53.698Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-09-10T06:14:53.699Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-09-10T06:14:53.699Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1737d537-65d5-4ec5-a439-f1b12c1d7dc0 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-09-10T06:14:53.701Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:14:53.701Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vFW 06670f11-f45b 0 is matching search criteria 2022-09-10T06:14:53.701Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 06670f11-f45b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-10T06:14:53.702Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:14:53.702Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vFW 06670f11-f45b 0 is not matching search criteria 2022-09-10T06:14:53.702Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-09-10T06:14:53.703Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-09-10T06:14:53.703Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-09-10T06:14:53.703Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-09-10T06:14:53.704Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-09-10T06:14:53.704Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-09-10T06:14:53.704Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-09-10T06:14:53.704Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-09-10T06:14:53.704Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-09-10T06:14:53.705Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-09-10T06:14:53.705Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-09-10T06:14:53.705Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-09-10T06:14:53.705Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=12a1c997-4b41-4e5d-9b39-6ed10da9693d 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-09-10T06:14:53.715Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:14:53.715Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vFW 06670f11-f45b 0 is matching search criteria 2022-09-10T06:14:53.715Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 06670f11-f45b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-10T06:14:53.715Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:14:53.716Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vFW 06670f11-f45b 0 is not matching search criteria 2022-09-10T06:14:53.716Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-09-10T06:14:53.716Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-09-10T06:14:53.716Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-09-10T06:14:53.716Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-09-10T06:14:53.716Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-09-10T06:14:53.716Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-09-10T06:14:53.717Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-09-10T06:14:53.717Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-09-10T06:14:53.717Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-09-10T06:14:53.717Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-09-10T06:14:53.717Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-09-10T06:14:53.717Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-09-10T06:14:53.717Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=dfdde084-7084-4538-ac5c-21d7f1439cf5 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-09-10T06:14:53.720Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:14:53.720Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vFW 06670f11-f45b 0 is matching search criteria 2022-09-10T06:14:53.720Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 06670f11-f45b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-10T06:14:53.720Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:14:53.721Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vFW 06670f11-f45b 0 is matching search criteria 2022-09-10T06:14:53.721Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 06670f11-f45b 0] matching following query criteria: sdcType=VF, customizationUUID=15a3a544-eb59-47e0-bc8c-39dd3aa82238 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-10T06:14:53.722Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:14:53.722Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-10 06-11-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:14:53.723Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 94eaa334-e7c9-4d47-bb8a-5900aa9b1225: vFW 06670f11-f45b 2022-09-10T06:14:53.723Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:14:53.723Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-10 06-11-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:14:53.723Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:14:53.723Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-10 06-11-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:14:53.723Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:14:53.723Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-10 06-11-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:14:53.724Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:14:53.724Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-10 06-11-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:14:53.724Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:14:53.724Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-10 06-11-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:14:53.724Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-09-10 06-11-30 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 (?, ?, ?, ?, ?) 2022-09-10T06:14:53.802Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) 2022-09-10T06:14:53.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "ves-openapi-manager", "timestamp": 1662790447727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:14:53.804Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) 2022-09-10T06:14:53.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "cds", "timestamp": 1662790445189, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:14:53.804Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:14:53.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "policy-id", "timestamp": 1662790443970, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:14:53.805Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:14:53.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "ves-openapi-manager", "timestamp": 1662790447727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/vfw06670f11f45b0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-10T06:14:53.805Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:14:53.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "cds", "timestamp": 1662790445189, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/vfw06670f11f45b0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-10T06:14:53.805Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) 2022-09-10T06:14:53.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "policy-id", "timestamp": 1662790443970, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/vfw06670f11f45b0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-10T06:14:53.805Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:14:53.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "ves-openapi-manager", "timestamp": 1662790447727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:14:53.805Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:14:53.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.806Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "cds", "timestamp": 1662790445189, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:14:53.806Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:14:53.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.806Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "policy-id", "timestamp": 1662790443970, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) 2022-09-10T06:14:53.806Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:14:53.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.806Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "ves-openapi-manager", "timestamp": 1662790447727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:14:53.806Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:14:53.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.806Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "policy-id", "timestamp": 1662790443970, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:14:53.806Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:14:53.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.806Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "cds", "timestamp": 1662790445189, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:14:53.807Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:14:53.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.807Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "ves-openapi-manager", "timestamp": 1662790447727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-09-10T06:14:53.807Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) 2022-09-10T06:14:53.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.807Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "cds", "timestamp": 1662790445189, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-09-10T06:14:53.807Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:14:53.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.807Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "policy-id", "timestamp": 1662790443970, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-09-10T06:14:53.807Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:14:53.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.807Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "ves-openapi-manager", "timestamp": 1662790447727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:14:53.808Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:14:53.808Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.808Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "cds", "timestamp": 1662790445189, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-template.yml", "status": "NOT_NOTIFIED" } Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) 2022-09-10T06:14:53.808Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:14:53.808Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.808Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "policy-id", "timestamp": 1662790443970, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:14:53.808Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:14:53.808Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.808Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "ves-openapi-manager", "timestamp": 1662790447727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-csar.csar", "status": "NOT_NOTIFIED" } 2022-09-10T06:14:53.808Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:14:53.808Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.808Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "cds", "timestamp": 1662790445189, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-csar.csar", "status": "NOTIFIED" } Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) 2022-09-10T06:14:53.809Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:14:53.809Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.809Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "aai-ml", "timestamp": 1662790454399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:14:53.809Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:14:53.809Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.809Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "policy-id", "timestamp": 1662790443970, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:14:53.809Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:14:53.809Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.809Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "aai-ml", "timestamp": 1662790454399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/vfw06670f11f45b0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-10T06:14:53.809Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:14:53.809Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.809Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "cds", "timestamp": 1662790457612, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-csar.csar", "status": "DOWNLOAD_OK" } Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) 2022-09-10T06:14:53.810Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:14:53.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "policy-id", "timestamp": 1662790456510, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:14:53.810Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:14:53.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "aai-ml", "timestamp": 1662790454399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:14:53.810Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:14:53.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "clamp", "timestamp": 1662790456885, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:14:53.810Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) 2022-09-10T06:14:53.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662790457814, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:14:53.811Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:14:53.811Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.811Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "policy-id", "timestamp": 1662790457516, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:14:53.811Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:14:53.811Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.811Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "cds", "timestamp": 1662790458630, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) 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 heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) 2022-09-10T06:14:53.815Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ad1381fb-5379-44c8-aa20-6a03c8b800ab 2022-09-10T06:14:53.816Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ad1381fb-5379-44c8-aa20-6a03c8b800ab and ComponentName cds Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) 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 heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) 2022-09-10T06:14:53.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "aai-ml", "timestamp": 1662790454399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) 2022-09-10T06:14:53.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:14:53.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "clamp", "timestamp": 1662790456885, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/vfw06670f11f45b0_modules.json", "status": "NOTIFIED" } 2022-09-10T06:14:53.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:14:53.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662790457814, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/vfw06670f11f45b0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-10T06:14:53.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) 2022-09-10T06:14:53.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "policy-id", "timestamp": 1662790458519, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) 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 heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) 2022-09-10T06:14:53.827Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ad1381fb-5379-44c8-aa20-6a03c8b800ab 2022-09-10T06:14:53.827Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ad1381fb-5379-44c8-aa20-6a03c8b800ab and ComponentName POLICY Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) 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 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 watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) 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=? 2022-09-10T06:14:53.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "aai-ml", "timestamp": 1662790454399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-09-10T06:14:53.836Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:14:53.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "multicloud-k8s-id", "timestamp": 1662790458944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:14:53.836Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:14:53.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.837Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "clamp", "timestamp": 1662790456885, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:14:53.837Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:14:53.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic 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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) 2022-09-10T06:14:53.837Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662790457814, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:14:53.837Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:14:53.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.837Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "aai-ml", "timestamp": 1662790454399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:14:53.837Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:14:53.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.837Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "multicloud-k8s-id", "timestamp": 1662790458944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/vfw06670f11f45b0_modules.json", "status": "NOTIFIED" } 2022-09-10T06:14:53.837Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:14:53.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.837Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "clamp", "timestamp": 1662790456885, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:14:53.838Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) 2022-09-10T06:14:53.838Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.838Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662790457814, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:14:53.838Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:14:53.838Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.838Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "aai-ml", "timestamp": 1662790454399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:14:53.838Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:14:53.838Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.838Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "multicloud-k8s-id", "timestamp": 1662790458944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-09-10T06:14:53.838Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:14:53.838Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.838Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "clamp", "timestamp": 1662790456885, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-09-10T06:14:53.839Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:14:53.839Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.839Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662790457814, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 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=? 2022-09-10T06:14:53.839Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:14:53.839Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.839Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "multicloud-k8s-id", "timestamp": 1662790458944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:14:53.839Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:14:53.839Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.840Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "aai-ml", "timestamp": 1662790462426, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:14:53.840Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:14:53.840Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.840Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "clamp", "timestamp": 1662790456885, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:14:53.840Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:14:53.840Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.840Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662790457814, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:14:53.840Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:14:53.840Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.840Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "multicloud-k8s-id", "timestamp": 1662790458944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-09-10T06:14:53.840Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:14:53.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.841Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "clamp", "timestamp": 1662790456885, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:14:53.841Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:14:53.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.841Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662790457814, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:14:53.841Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) 2022-09-10T06:14:53.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.841Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "multicloud-k8s-id", "timestamp": 1662790458944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:14:53.841Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:14:53.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.842Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662790465975, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:14:53.842Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:14:53.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.842Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "multicloud-k8s-id", "timestamp": 1662790458944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-csar.csar", "status": "NOTIFIED" } 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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) 2022-09-10T06:14:53.842Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:14:53.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.842Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "multicloud-k8s-id", "timestamp": 1662790466878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/vfw06670f11f45b0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-10T06:14:53.842Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:14:53.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.843Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "multicloud-k8s-id", "timestamp": 1662790468297, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-09-10T06:14:53.843Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:14:53.843Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.843Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "multicloud-k8s-id", "timestamp": 1662790469629, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 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=? 2022-09-10T06:14:53.843Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:14:53.843Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.843Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "multicloud-k8s-id", "timestamp": 1662790470651, "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: 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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) 2022-09-10T06:14:53.847Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ad1381fb-5379-44c8-aa20-6a03c8b800ab 2022-09-10T06:14:53.847Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ad1381fb-5379-44c8-aa20-6a03c8b800ab 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: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-10T06:14:53.858Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.858Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662790472094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:14:53.858Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:14:53.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.859Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "multicloud-k8s-id", "timestamp": 1662790471655, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/vfw06670f11f45b0_modules.json", "status": "DEPLOY_OK" } 2022-09-10T06:14:53.859Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:14:53.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.859Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662790473129, "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-09-10T06:14:53.864Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ad1381fb-5379-44c8-aa20-6a03c8b800ab 2022-09-10T06:14:53.864Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ad1381fb-5379-44c8-aa20-6a03c8b800ab 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-09-10T06:14:53.872Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790473722, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-10T06:14:53.873Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:14:53.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "clamp", "timestamp": 1662790475367, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:14:53.874Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:14:53.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "aai-ml", "timestamp": 1662790475622, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:14:53.874Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:14:53.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "aai-ml", "timestamp": 1662790476627, "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-09-10T06:14:53.876Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 06670f11-f45b e29aa923-bd7e-4e50-8c57-8c8c8538f19e 1 ASDC deployResourceStructure 2022-09-10T06:14:53.876Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/vfw06670f11f45b0_modules.json ASDC sendASDCNotification 2022-09-10T06:14:53.876Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/vfw06670f11f45b0_modules.json 2022-09-10T06:14:53.876Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-10T06:14:53.877Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:14:53.878Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ad1381fb-5379-44c8-aa20-6a03c8b800ab 2022-09-10T06:14:53.879Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ad1381fb-5379-44c8-aa20-6a03c8b800ab and ComponentName AAI 2022-09-10T06:14:53.879Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:14:53.879Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790493876, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/vfw06670f11f45b0_modules.json", "status": "DEPLOY_OK" } Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-10T06:14:53.886Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.886Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "clamp", "timestamp": 1662790477158, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:14:53.886Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:14:53.886Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.887Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "clamp", "timestamp": 1662790478163, "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-09-10T06:14:53.891Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ad1381fb-5379-44c8-aa20-6a03c8b800ab 2022-09-10T06:14:53.891Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ad1381fb-5379-44c8-aa20-6a03c8b800ab 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-09-10T06:14:53.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790474741, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:14:53.898Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:14:53.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790474741, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/vfw06670f11f45b0_modules.json", "status": "NOTIFIED" } 2022-09-10T06:14:53.899Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:14:53.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790474741, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-09-10T06:14:53.899Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:14:53.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790474741, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:14:53.900Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:14:53.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790474741, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-09-10T06:14:53.900Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:14:53.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790474741, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:14:53.900Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:14:53.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.901Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790474741, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:14:53.901Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:14:53.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.901Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790486585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:14:53.901Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:14:53.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790489803, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/vfw06670f11f45b0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-10T06:14:53.902Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:14:53.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790491201, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-09-10T06:14:53.902Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:14:53.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:14:53.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790492672, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-09-10T06:14:53.903Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:14:53.979Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:14:53.980Z||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-09-10T06:14:53.980Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:14:53.995Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:14:53.995Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:14:54.880Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-09-10T06:14:54.881Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.yaml 2022-09-10T06:14:54.881Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-10T06:14:54.882Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:14:54.884Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:14:54.884Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790494880, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-09-10T06:14:54.984Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:14:54.985Z||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-09-10T06:14:54.985Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:14:54.996Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:14:54.996Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:14:55.885Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-09-10T06:14:55.885Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.env 2022-09-10T06:14:55.886Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-10T06:14:55.886Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:14:55.888Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:14:55.888Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790495885, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-09-10T06:14:55.988Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:14:55.990Z||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-09-10T06:14:55.991Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:14:56.005Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:14:56.006Z||pool-48-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:14:56.889Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-csar.csar ASDC sendASDCNotification 2022-09-10T06:14:56.889Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-csar.csar 2022-09-10T06:14:56.889Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-10T06:14:56.889Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:14:56.891Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:14:56.891Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790496889, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:14:56.991Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:14:56.992Z||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-09-10T06:14:56.993Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:14:57.005Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:14:57.006Z||pool-49-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-09-10T06:14:57.892Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ad1381fb-5379-44c8-aa20-6a03c8b800ab Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:14:57.903Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ad1381fb-5379-44c8-aa20-6a03c8b800ab Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:14:57.906Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-10T06:14:57.906Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-10T06:14:57.906Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-09-10T06:14:57.907Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-09-10T06:14:57.907Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:14:57.907Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:14:57.907Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:14:57.907Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:14:57.907Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:14:57.908Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:14:57.908Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||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-09-10T06:14:57.912Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-09-10T06:15:27.912Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ad1381fb-5379-44c8-aa20-6a03c8b800ab 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-09-10T06:15:27.918Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ad1381fb-5379-44c8-aa20-6a03c8b800ab and serviceModelVersionId: 94eaa334-e7c9-4d47-bb8a-5900aa9b1225 2022-09-10T06:15:27.918Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 26ea17a9-97f7-46cb-a652-17cc23e00ccf 2022-09-10T06:15:27.919Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/26ea17a9-97f7-46cb-a652-17cc23e00ccf/model-vers/model-ver/94eaa334-e7c9-4d47-bb8a-5900aa9b1225?depth=0 2022-09-10T06:15:27.923Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-09-10T06:15:27.971Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26ea17a9-97f7-46cb-a652-17cc23e00ccf/model-vers/model-ver/94eaa334-e7c9-4d47-bb8a-5900aa9b1225?depth=0|INFO|500||Invoke 2022-09-10T06:15:27.972Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26ea17a9-97f7-46cb-a652-17cc23e00ccf/model-vers/model-ver/94eaa334-e7c9-4d47-bb8a-5900aa9b1225?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26ea17a9-97f7-46cb-a652-17cc23e00ccf/model-vers/model-ver/94eaa334-e7c9-4d47-bb8a-5900aa9b1225?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ad1381fb-5379-44c8-aa20-6a03c8b800ab], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[62022af0-84d6-4b2a-bb00-a05f996c1770], X-ECOMP-RequestID=[ad1381fb-5379-44c8-aa20-6a03c8b800ab], X-TransactionId=[], X-ONAP-RequestID=[ad1381fb-5379-44c8-aa20-6a03c8b800ab], Content-Type=[application/merge-patch+json]} 2022-09-10T06:15:27.991Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26ea17a9-97f7-46cb-a652-17cc23e00ccf/model-vers/model-ver/94eaa334-e7c9-4d47-bb8a-5900aa9b1225?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-09-10T06:15:29.022Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26ea17a9-97f7-46cb-a652-17cc23e00ccf/model-vers/model-ver/94eaa334-e7c9-4d47-bb8a-5900aa9b1225?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/26ea17a9-97f7-46cb-a652-17cc23e00ccf/model-vers/model-ver/94eaa334-e7c9-4d47-bb8a-5900aa9b1225?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220910-06:15:28:734-97319], vertex-id=[368776], Content-Length=[0], Date=[Sat, 10 Sep 2022 06:15:28 GMT], Content-Type=[application/json]} 2022-09-10T06:15:29.022Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26ea17a9-97f7-46cb-a652-17cc23e00ccf/model-vers/model-ver/94eaa334-e7c9-4d47-bb8a-5900aa9b1225?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-09-10T06:15:29.023Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26ea17a9-97f7-46cb-a652-17cc23e00ccf/model-vers/model-ver/94eaa334-e7c9-4d47-bb8a-5900aa9b1225?depth=0|INFO|500||InvokeReturn 2022-09-10T06:15:29.023Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-09-10T06:15:29.024Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||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-09-10T06:15:29.028Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||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-09-10T06:15:29.028Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ad1381fb-5379-44c8-aa20-6a03c8b800ab and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-09-10T06:15:29.028Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-09-10T06:15:29.029Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:15:29.030Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:15:29.030Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790529028, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-10T06:15:29.131Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:15:29.132Z||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-09-10T06:15:29.132Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:15:29.159Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:15:29.159Z||pool-50-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-09-10T06:15:30.043Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:15:30.043Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T06:15:30.043Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:15:39.600Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:15:39.601Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:15:39.601Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T06:15:39.601Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:15:49.140Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:15:49.141Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:15:49.142Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T06:15:49.142Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:15:53.169Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:15:53.170Z||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-09-10T06:15:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:15:53.301Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:15:53.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:15:53.302Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790493876, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/vfw06670f11f45b0_modules.json", "status": "DEPLOY_OK" } 2022-09-10T06:15:53.303Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:15:58.693Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:15:58.694Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:15:58.695Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T06:15:58.695Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:16:08.231Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:16:08.232Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:16:08.232Z||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-09-10T06:16:08.232Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:16:17.787Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:16:17.787Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:16:17.788Z||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-09-10T06:16:17.788Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:16:27.326Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:16:53.167Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:16:53.168Z||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-09-10T06:16:53.168Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:16:53.169Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:16:53.170Z||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-09-10T06:16:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:16:53.696Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:16:53.696Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:16:53.696Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790494880, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-09-10T06:16:53.697Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:16:53.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:16:53.698Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790495885, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-09-10T06:16:53.698Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:16:53.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:16:53.698Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790496889, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:16:53.699Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:16:53.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:16:53.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790529028, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-10T06:16:53.699Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:17:02.713Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:17:53.167Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:17:53.168Z||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-09-10T06:17:53.168Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:17:53.169Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:17:53.170Z||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-09-10T06:17:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:18:02.721Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:18:02.722Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:18:53.167Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:18:53.167Z||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-09-10T06:18:53.167Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:18:53.169Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:18:53.170Z||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-09-10T06:18:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:19:02.712Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:19:02.712Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:19:53.167Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:19:53.168Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T06:19:53.168Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:19:53.170Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:19:53.171Z||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-09-10T06:19:53.171Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:20:02.718Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:20:02.719Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:20:53.167Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:20:53.169Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T06:20:53.169Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:20:53.169Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:20:53.170Z||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-09-10T06:20:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:21:02.735Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:21:02.735Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:21:53.167Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:21:53.168Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T06:21:53.168Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:21:53.169Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:21:53.170Z||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-09-10T06:21:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:22:02.713Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:22:02.718Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:22:53.167Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:22:53.168Z||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-09-10T06:22:53.168Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:22:53.169Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:22:53.170Z||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-09-10T06:22:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:22:53.352Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:22:53.353Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:22:53.354Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "46c65a6a-a761-4a52-8a57-19ce4931bab0", "consumerID": "multicloud-k8s-id", "timestamp": 1662790958945, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:22:53.355Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:22:53.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:22:53.355Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "46c65a6a-a761-4a52-8a57-19ce4931bab0", "consumerID": "cds", "timestamp": 1662790955187, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:22:53.355Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:22:53.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:22:53.355Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "46c65a6a-a761-4a52-8a57-19ce4931bab0", "consumerID": "multicloud-k8s-id", "timestamp": 1662790958945, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:22:53.355Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:22:53.356Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:22:53.356Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "46c65a6a-a761-4a52-8a57-19ce4931bab0", "consumerID": "cds", "timestamp": 1662790955187, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:22:53.356Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:22:53.356Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:22:53.356Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "46c65a6a-a761-4a52-8a57-19ce4931bab0", "consumerID": "policy-id", "timestamp": 1662790963970, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:22:53.356Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:22:53.356Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:22:53.356Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "46c65a6a-a761-4a52-8a57-19ce4931bab0", "consumerID": "aai-ml", "timestamp": 1662790964399, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:22:53.357Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:22:53.357Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:22:53.357Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "46c65a6a-a761-4a52-8a57-19ce4931bab0", "consumerID": "policy-id", "timestamp": 1662790963970, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:22:53.357Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:22:53.357Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:22:53.357Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "46c65a6a-a761-4a52-8a57-19ce4931bab0", "consumerID": "cds", "timestamp": 1662790966873, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:22:53.357Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:22:53.357Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:22:53.357Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "46c65a6a-a761-4a52-8a57-19ce4931bab0", "consumerID": "aai-ml", "timestamp": 1662790964399, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:22:53.358Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:22:53.358Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:22:53.358Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "46c65a6a-a761-4a52-8a57-19ce4931bab0", "consumerID": "cds", "timestamp": 1662790967895, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-10T06:22:53.376Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 46c65a6a-a761-4a52-8a57-19ce4931bab0 2022-09-10T06:22:53.376Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46c65a6a-a761-4a52-8a57-19ce4931bab0 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-09-10T06:22:53.383Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:22:53.383Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "46c65a6a-a761-4a52-8a57-19ce4931bab0", "consumerID": "policy-id", "timestamp": 1662790967189, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:22:53.383Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:22:53.383Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:22:53.383Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "46c65a6a-a761-4a52-8a57-19ce4931bab0", "consumerID": "ves-openapi-manager", "timestamp": 1662790967727, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:22:53.384Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:22:53.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:22:53.384Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "46c65a6a-a761-4a52-8a57-19ce4931bab0", "consumerID": "clamp", "timestamp": 1662790966885, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:22:53.384Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:22:53.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:22:53.384Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "46c65a6a-a761-4a52-8a57-19ce4931bab0", "consumerID": "aai-ml", "timestamp": 1662790967533, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:22:53.384Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:22:53.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:22:53.384Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "46c65a6a-a761-4a52-8a57-19ce4931bab0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662790967816, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:22:53.385Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:22:53.385Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:22:53.385Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "46c65a6a-a761-4a52-8a57-19ce4931bab0", "consumerID": "policy-id", "timestamp": 1662790968192, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:22:53.385Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:22:53.385Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:22:53.385Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "46c65a6a-a761-4a52-8a57-19ce4931bab0", "consumerID": "ves-openapi-manager", "timestamp": 1662790967727, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-09-10T06:22:53.385Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:22:53.385Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:22:53.385Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "46c65a6a-a761-4a52-8a57-19ce4931bab0", "consumerID": "clamp", "timestamp": 1662790966885, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:22:53.386Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:22:53.386Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:22:53.386Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "46c65a6a-a761-4a52-8a57-19ce4931bab0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662790967816, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:22:53.386Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:22:53.386Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:22:53.386Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "46c65a6a-a761-4a52-8a57-19ce4931bab0", "consumerID": "policy-id", "timestamp": 1662790969195, "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-09-10T06:22:53.391Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 46c65a6a-a761-4a52-8a57-19ce4931bab0 2022-09-10T06:22:53.391Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46c65a6a-a761-4a52-8a57-19ce4931bab0 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-09-10T06:22:53.396Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:22:53.396Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "46c65a6a-a761-4a52-8a57-19ce4931bab0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662790970817, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:22:53.396Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:22:53.396Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:22:53.397Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "46c65a6a-a761-4a52-8a57-19ce4931bab0", "consumerID": "aai-ml", "timestamp": 1662790972306, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:22:53.397Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:22:53.397Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:22:53.397Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "46c65a6a-a761-4a52-8a57-19ce4931bab0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662790974119, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:22:53.397Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:22:53.833Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:22:53.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:22:53.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"46c65a6a-a761-4a52-8a57-19ce4931bab0","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"0379d127-8484-4756-995b-bef1ca5b1112","serviceDescription":"service","serviceInvariantUUID":"17b7ee59-2a38-4f78-8ae5-faf048277970","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"018d4062-49eb-4536-bb78-743677cb40eb","resourceInvariantUUID":"a5bc4109-42e0-4a95-90d8-20f11ce3e12a","resourceCustomizationUUID":"cfb8f22f-ad2b-4d95-b759-b0fe04d0cdf2","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":"MjE0ZjdmNDkzZjU2MDNlMDIyYjQ5ZjRlYWI0MDJjOGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ed358147-41d0-4ad4-bf05-8f5e8a2225e5","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NDA5MTBlOGU1OGVjOWNjMTIyMDg0NjJmOGVkNDA0ODQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"42df079d-c929-444f-86c8-f781984b1009","artifactVersion":"1"}],"workloadContext":"Production"} 2022-09-10T06:22:53.837Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:22:53.837Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:22:53.841Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:22:53.841Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "46c65a6a-a761-4a52-8a57-19ce4931bab0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790973167, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:22:53.941Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:22:53.942Z||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-09-10T06:22:53.942Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:22:53.965Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:22:53.966Z||pool-51-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-09-10T06:22:54.841Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:22:54.842Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:22:54.850Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:22:54.850Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "46c65a6a-a761-4a52-8a57-19ce4931bab0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790973167, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:22:54.944Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-09-10T06:22:54.945Z||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-09-10T06:22:54.945Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:22:54.965Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:22:54.966Z||pool-52-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:22:55.853Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "46c65a6a-a761-4a52-8a57-19ce4931bab0", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "0379d127-8484-4756-995b-bef1ca5b1112", "serviceDescription": "service", "serviceInvariantUUID": "17b7ee59-2a38-4f78-8ae5-faf048277970", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "cfb8f22f-ad2b-4d95-b759-b0fe04d0cdf2", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "018d4062-49eb-4536-bb78-743677cb40eb", "resourceInvariantUUID": "a5bc4109-42e0-4a95-90d8-20f11ce3e12a", "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": "NDA5MTBlOGU1OGVjOWNjMTIyMDg0NjJmOGVkNDA0ODQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "42df079d-c929-444f-86c8-f781984b1009" } ], "workloadContext": "Production" } 2022-09-10T06:22:55.854Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-09-10T06:22:55.855Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0379d127-8484-4756-995b-bef1ca5b1112 ASDC 2022-09-10T06:22:55.856Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:46c65a6a-a761-4a52-8a57-19ce4931bab0 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:0379d127-8484-4756-995b-bef1ca5b1112 ServiceInvariantUUID:17b7ee59-2a38-4f78-8ae5-faf048277970 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:42df079d-c929-444f-86c8-f781984b1009 ArtifactChecksum:NDA5MTBlOGU1OGVjOWNjMTIyMDg0NjJmOGVkNDA0ODQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:cfb8f22f-ad2b-4d95-b759-b0fe04d0cdf2 ResourceInvariantUUID:a5bc4109-42e0-4a95-90d8-20f11ce3e12a ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:018d4062-49eb-4536-bb78-743677cb40eb ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-09-10T06:22:55.856Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0379d127-8484-4756-995b-bef1ca5b1112 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-09-10T06:22:55.884Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-10T06:22:55.885Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-09-10T06:22:55.885Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-09-10T06:22:55.886Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 42df079d-c929-444f-86c8-f781984b1009 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-09-10T06:22:55.886Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-09-10T06:22:55.886Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-09-10T06:22:56.217Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-09-10T06:22:56.220Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 42df079d-c929-444f-86c8-f781984b1009 57663 2022-09-10T06:22:56.220Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-09-10T06:22:56.221Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-09-10T06:22:56.221Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-10T06:22:56.222Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:22:56.224Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:22:56.224Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "46c65a6a-a761-4a52-8a57-19ce4931bab0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790976220, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:22:56.324Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:22:56.325Z||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-09-10T06:22:56.326Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:22:56.344Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:22:56.344Z||pool-53-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:22:57.225Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-10T06:22:57.227Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-09-10T06:22:57.227Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 42df079d-c929-444f-86c8-f781984b1009, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-09-10T06:22:57.228Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-09-10T06:22:57.228Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-09-10T06:22:57.228Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-09-10T06:22:57.363Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5110804793948426171/Definitions/service-BasicNetwork-template.yml 2022-09-10T06:22:57.844Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-09-10T06:22:57.845Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-09-10T06:22:57.845Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-09-10T06:22:57.845Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-09-10T06:22:57.846Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-09-10T06:22:57.846Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-09-10T06:22:57.846Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-09-10T06:22:57.846Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-09-10T06:22:57.846Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-09-10T06:22:57.846Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-09-10T06:22:57.847Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-09-10T06:22:57.847Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-09-10T06:22:57.847Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-09-10T06:22:57.847Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:22:57.847Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:22:57.848Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-09-10T06:22:57.848Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-09-10T06:22:57.848Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-10T06:22:57.848Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:22:57.849Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:22:57.849Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-09-10T06:22:57.849Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-09-10T06:22:57.849Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-10T06:22:57.850Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:22:57.850Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:22:57.850Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:22:57.850Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:22:57.851Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:22:57.851Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:22:57.851Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:22:57.851Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:22:57.851Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:22:57.852Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:22:57.852Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:0379d127-8484-4756-995b-bef1ca5b1112 Model Version:NULL Model InvariantUuid:17b7ee59-2a38-4f78-8ae5-faf048277970 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:a5bc4109-42e0-4a95-90d8-20f11ce3e12a Model UUID:3e3c033a-e348-4c6b-ba4b-f7434f7183c6 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:cfb8f22f-ad2b-4d95-b759-b0fe04d0cdf2 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-09-10T06:22:57.859Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 018d4062-49eb-4536-bb78-743677cb40eb 2022-09-10T06:22:57.859Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||INFO|500||No resources found for Service: 0379d127-8484-4756-995b-bef1ca5b1112 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-10T06:22:57.865Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||INFO|500|| 2022-09-10T06:22:57.866Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-09-10T06:22:57.866Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 0379d127-8484-4756-995b-bef1ca5b1112 2022-09-10T06:22:57.867Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 0379d127-8484-4756-995b-bef1ca5b1112 2022-09-10T06:22:57.867Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-09-10T06:22:57.867Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-10T06:22:57.872Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@777cbc08, org.onap.sdc.toscaparser.api.parameters.Input@4a8566bc, org.onap.sdc.toscaparser.api.parameters.Input@60bccb41, org.onap.sdc.toscaparser.api.parameters.Input@6309d275, org.onap.sdc.toscaparser.api.parameters.Input@7187aee0] 2022-09-10T06:22:57.873Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:22:57.873Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:22:57.873Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:22:57.874Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:22:57.874Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 0379d127-8484-4756-995b-bef1ca5b1112: Generic NeutronNet 2022-09-10T06:22:57.874Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:22:57.874Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:22:57.875Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:22:57.875Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-09-10T06:22:57.904Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:22:57.905Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:22:57.905Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:22:57.905Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:22:57.906Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:22:57.906Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:22:57.906Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-09-10T06:22:57.955Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-09-10T06:22:57.955Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-09-10T06:22:57.956Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-09-10T06:22:57.956Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-10T06:22:57.956Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:22:57.958Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:22:57.958Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "46c65a6a-a761-4a52-8a57-19ce4931bab0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790977955, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:22:58.058Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:22:58.059Z||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-09-10T06:22:58.060Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:22:58.074Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:22:58.075Z||pool-54-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:22:58.959Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46c65a6a-a761-4a52-8a57-19ce4931bab0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:22:58.970Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46c65a6a-a761-4a52-8a57-19ce4931bab0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:22:58.972Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-10T06:22:58.972Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-10T06:22:58.972Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-10T06:23:28.973Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46c65a6a-a761-4a52-8a57-19ce4931bab0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:23:28.991Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46c65a6a-a761-4a52-8a57-19ce4931bab0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:23:28.995Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-10T06:23:28.995Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-10T06:23:28.996Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-10T06:23:53.169Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:23:53.170Z||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-09-10T06:23:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:23:53.236Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:23:53.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:23:53.237Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "46c65a6a-a761-4a52-8a57-19ce4931bab0", "consumerID": "aai-ml", "timestamp": 1662790973309, "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-09-10T06:23:53.244Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 46c65a6a-a761-4a52-8a57-19ce4931bab0 2022-09-10T06:23:53.245Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46c65a6a-a761-4a52-8a57-19ce4931bab0 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-09-10T06:23:58.996Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46c65a6a-a761-4a52-8a57-19ce4931bab0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:23:59.007Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46c65a6a-a761-4a52-8a57-19ce4931bab0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:23:59.010Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-10T06:23:59.010Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-10T06:23:59.010Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-10T06:23:59.011Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-10T06:24:29.011Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46c65a6a-a761-4a52-8a57-19ce4931bab0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:24:29.022Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46c65a6a-a761-4a52-8a57-19ce4931bab0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:24:29.025Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-10T06:24:29.025Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-10T06:24:29.025Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-10T06:24:29.025Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-10T06:24:53.169Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:24:53.170Z||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-09-10T06:24:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:24:53.696Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:24:53.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:24:53.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "46c65a6a-a761-4a52-8a57-19ce4931bab0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790973167, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:24:53.697Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:24:53.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:24:53.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "46c65a6a-a761-4a52-8a57-19ce4931bab0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662790975158, "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-09-10T06:24:53.706Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 46c65a6a-a761-4a52-8a57-19ce4931bab0 2022-09-10T06:24:53.706Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46c65a6a-a761-4a52-8a57-19ce4931bab0 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-09-10T06:24:53.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:24:53.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "46c65a6a-a761-4a52-8a57-19ce4931bab0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790973167, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:24:53.714Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:24:53.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:24:53.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "46c65a6a-a761-4a52-8a57-19ce4931bab0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790976220, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:24:53.714Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:24:53.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:24:53.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "46c65a6a-a761-4a52-8a57-19ce4931bab0", "consumerID": "clamp", "timestamp": 1662790977245, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:24:53.715Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:24:53.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:24:53.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "46c65a6a-a761-4a52-8a57-19ce4931bab0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662790977955, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:24:53.715Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:24:53.716Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:24:53.716Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "46c65a6a-a761-4a52-8a57-19ce4931bab0", "consumerID": "clamp", "timestamp": 1662790979255, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:24:53.716Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:24:53.716Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:24:53.716Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "46c65a6a-a761-4a52-8a57-19ce4931bab0", "consumerID": "clamp", "timestamp": 1662790980259, "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-09-10T06:24:53.721Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 46c65a6a-a761-4a52-8a57-19ce4931bab0 2022-09-10T06:24:53.721Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46c65a6a-a761-4a52-8a57-19ce4931bab0 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-09-10T06:24:59.026Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46c65a6a-a761-4a52-8a57-19ce4931bab0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:24:59.035Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46c65a6a-a761-4a52-8a57-19ce4931bab0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:24:59.038Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-10T06:24:59.038Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-10T06:24:59.038Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-09-10T06:24:59.038Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-09-10T06:24:59.038Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:24:59.038Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:24:59.038Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:24:59.038Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:24:59.038Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:24:59.038Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:24:59.039Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||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-09-10T06:24:59.043Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-09-10T06:25:29.044Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 46c65a6a-a761-4a52-8a57-19ce4931bab0 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-09-10T06:25:29.051Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 46c65a6a-a761-4a52-8a57-19ce4931bab0 and serviceModelVersionId: 0379d127-8484-4756-995b-bef1ca5b1112 2022-09-10T06:25:29.051Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 17b7ee59-2a38-4f78-8ae5-faf048277970 2022-09-10T06:25:29.052Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/17b7ee59-2a38-4f78-8ae5-faf048277970/model-vers/model-ver/0379d127-8484-4756-995b-bef1ca5b1112?depth=0 2022-09-10T06:25:29.056Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-09-10T06:25:29.121Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b7ee59-2a38-4f78-8ae5-faf048277970/model-vers/model-ver/0379d127-8484-4756-995b-bef1ca5b1112?depth=0|INFO|500||Invoke 2022-09-10T06:25:29.122Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b7ee59-2a38-4f78-8ae5-faf048277970/model-vers/model-ver/0379d127-8484-4756-995b-bef1ca5b1112?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b7ee59-2a38-4f78-8ae5-faf048277970/model-vers/model-ver/0379d127-8484-4756-995b-bef1ca5b1112?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[46c65a6a-a761-4a52-8a57-19ce4931bab0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fabcb885-8a26-4519-9832-80731028d39b], X-ECOMP-RequestID=[46c65a6a-a761-4a52-8a57-19ce4931bab0], X-TransactionId=[], X-ONAP-RequestID=[46c65a6a-a761-4a52-8a57-19ce4931bab0], Content-Type=[application/merge-patch+json]} 2022-09-10T06:25:29.148Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b7ee59-2a38-4f78-8ae5-faf048277970/model-vers/model-ver/0379d127-8484-4756-995b-bef1ca5b1112?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-09-10T06:25:29.971Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b7ee59-2a38-4f78-8ae5-faf048277970/model-vers/model-ver/0379d127-8484-4756-995b-bef1ca5b1112?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/17b7ee59-2a38-4f78-8ae5-faf048277970/model-vers/model-ver/0379d127-8484-4756-995b-bef1ca5b1112?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220910-06:25:29:969-35335], vertex-id=[200904], Content-Length=[0], Date=[Sat, 10 Sep 2022 06:25:29 GMT], Content-Type=[application/json]} 2022-09-10T06:25:29.972Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b7ee59-2a38-4f78-8ae5-faf048277970/model-vers/model-ver/0379d127-8484-4756-995b-bef1ca5b1112?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-09-10T06:25:29.972Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b7ee59-2a38-4f78-8ae5-faf048277970/model-vers/model-ver/0379d127-8484-4756-995b-bef1ca5b1112?depth=0|INFO|500||InvokeReturn 2022-09-10T06:25:29.973Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-09-10T06:25:29.973Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||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-09-10T06:25:29.977Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||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-09-10T06:25:29.977Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 46c65a6a-a761-4a52-8a57-19ce4931bab0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-09-10T06:25:29.978Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-09-10T06:25:29.978Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:25:29.979Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:25:29.979Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "46c65a6a-a761-4a52-8a57-19ce4931bab0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791129978, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-10T06:25:30.080Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:25:30.081Z||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-09-10T06:25:30.081Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:25:30.114Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:25:30.114Z||pool-55-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-09-10T06:25:30.991Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:25:30.992Z||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-09-10T06:25:30.992Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:25:35.363Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:25:35.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:25:35.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"04182134-8460-4b6f-ba91-c744026090db","serviceName":"Demo_pNF_05RxSSZeYBLcWUEj3Sdt","serviceVersion":"1.0","serviceUUID":"ca2adcce-0f21-49ea-bb05-7cb7d3363e06","serviceDescription":"catalog service description","serviceInvariantUUID":"1990228e-36f2-4750-9368-5f735a60f97c","resources":[{"resourceInstanceName":"pNF c02e08b0-3145 0","resourceName":"pNF c02e08b0-3145","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"beb4f128-853d-43f0-bcd2-5747c183c7e2","resourceInvariantUUID":"a99dc2ee-6ecf-470e-9dba-efae7a1e7f2a","resourceCustomizationUUID":"cc0e8e29-9961-48b0-8ca7-ce568d093d0c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/vf-license-model.xml","artifactChecksum":"YjUzOGEzNTk3ZDcyOTQ1NDI0ODlmY2RjMWMyNzdjZTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4e2a99c8-55f9-4bad-8511-9fb1031da93c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/pNF.csar","artifactChecksum":"OWQ3Y2EwYWY2YWM2YjM0MWJmMmZmNGRjYmYwZjdiZTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"16aa9b0e-2ed9-496f-bf8c-a3fcace74986","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"59ba7ccf-b427-49ad-867a-40fa85e180b6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/vendor-license-model.xml","artifactChecksum":"ZWM4Yzg1NmFkZTU2NDU3YzJkYmQyODg4MmI1Nzg3ZDg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f36e7162-ec4d-4401-8de7-c1e77cab8be2","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"628975a6-f2d5-445e-bd13-857d99edc993","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7050bb80-f1d1-4c4b-b41f-c28f1cc29197","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf05rxsszeyblcwuej3sdt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/artifacts/service-DemoPnf05rxsszeyblcwuej3sdt-template.yml","artifactChecksum":"OTMyOGQyM2IxODQ2M2Q3YzRiYzEwYjU4ZmFmOGQyZDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ecd2d60b-7b3b-4aa6-a40d-7dc726437960","artifactVersion":"1"},{"artifactName":"service-DemoPnf05rxsszeyblcwuej3sdt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/artifacts/service-DemoPnf05rxsszeyblcwuej3sdt-csar.csar","artifactChecksum":"YjgwMjQxZTU0NWU2Y2FkMGM2YTk0Mzk4ZWYzMGNjOTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"297b4f02-6379-4c9c-ae0b-4d8313b69fff","artifactVersion":"1"}],"workloadContext":"Production"} 2022-09-10T06:25:35.366Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:25:35.366Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:25:35.368Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:25:35.368Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791130991, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:35.468Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:25:35.469Z||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-09-10T06:25:35.469Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:25:35.495Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:25:35.496Z||pool-56-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-09-10T06:25:36.368Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:25:36.369Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:25:36.371Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:25:36.371Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791130991, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:36.471Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:25:36.472Z||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-09-10T06:25:36.472Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:25:36.501Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:25:36.502Z||pool-57-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1} 2022-09-10T06:25:37.371Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:25:37.372Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:25:37.374Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:25:37.374Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791130991, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:37.474Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:25:37.475Z||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-09-10T06:25:37.475Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:25:37.492Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:25:37.493Z||pool-58-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:25:38.374Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:25:38.375Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:25:38.377Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:25:38.377Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791130991, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:38.477Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:25:38.478Z||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-09-10T06:25:38.478Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:25:38.497Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:25:38.497Z||pool-59-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-09-10T06:25:39.377Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:25:39.378Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:25:39.384Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:25:39.384Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791130991, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:39.480Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-09-10T06:25:39.481Z||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-09-10T06:25:39.481Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:25:39.493Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:25:39.493Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:25:40.387Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:25:40.388Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:25:40.391Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:25:40.391Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791130991, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:40.491Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:25:40.492Z||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-09-10T06:25:40.492Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:25:40.507Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:25:40.508Z||pool-61-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:25:41.391Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:25:41.392Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:25:41.398Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:25:41.398Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791130991, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/artifacts/service-DemoPnf05rxsszeyblcwuej3sdt-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:41.494Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-09-10T06:25:41.495Z||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-09-10T06:25:41.495Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:25:41.514Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:25:41.515Z||pool-62-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:25:42.399Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:25:42.399Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:25:42.401Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:25:42.401Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791130991, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/artifacts/service-DemoPnf05rxsszeyblcwuej3sdt-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:25:42.501Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:25:42.502Z||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-09-10T06:25:42.502Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:25:42.521Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:25:42.522Z||pool-63-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:25:43.402Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "serviceName": "Demo_pNF_05RxSSZeYBLcWUEj3Sdt", "serviceVersion": "1.0", "serviceUUID": "ca2adcce-0f21-49ea-bb05-7cb7d3363e06", "serviceDescription": "catalog service description", "serviceInvariantUUID": "1990228e-36f2-4750-9368-5f735a60f97c", "resources": [ { "resourceInstanceName": "pNF c02e08b0-3145 0", "resourceCustomizationUUID": "cc0e8e29-9961-48b0-8ca7-ce568d093d0c", "resourceName": "pNF c02e08b0-3145", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "beb4f128-853d-43f0-bcd2-5747c183c7e2", "resourceInvariantUUID": "a99dc2ee-6ecf-470e-9dba-efae7a1e7f2a", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf05rxsszeyblcwuej3sdt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/artifacts/service-DemoPnf05rxsszeyblcwuej3sdt-csar.csar", "artifactChecksum": "YjgwMjQxZTU0NWU2Y2FkMGM2YTk0Mzk4ZWYzMGNjOTg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "297b4f02-6379-4c9c-ae0b-4d8313b69fff" } ], "workloadContext": "Production" } 2022-09-10T06:25:43.403Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-09-10T06:25:43.403Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ca2adcce-0f21-49ea-bb05-7cb7d3363e06 ASDC 2022-09-10T06:25:43.403Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:04182134-8460-4b6f-ba91-c744026090db ServiceName:Demo_pNF_05RxSSZeYBLcWUEj3Sdt ServiceVersion:1.0 ServiceUUID:ca2adcce-0f21-49ea-bb05-7cb7d3363e06 ServiceInvariantUUID:1990228e-36f2-4750-9368-5f735a60f97c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf05rxsszeyblcwuej3sdt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/artifacts/service-DemoPnf05rxsszeyblcwuej3sdt-csar.csar ArtifactUUID:297b4f02-6379-4c9c-ae0b-4d8313b69fff ArtifactChecksum:YjgwMjQxZTU0NWU2Y2FkMGM2YTk0Mzk4ZWYzMGNjOTg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF c02e08b0-3145 0 ResourceCustomizationUUID:cc0e8e29-9961-48b0-8ca7-ce568d093d0c ResourceInvariantUUID:a99dc2ee-6ecf-470e-9dba-efae7a1e7f2a ResourceName:pNF c02e08b0-3145 ResourceType:PNF ResourceUUID:beb4f128-853d-43f0-bcd2-5747c183c7e2 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-09-10T06:25:43.403Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ca2adcce-0f21-49ea-bb05-7cb7d3363e06 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-09-10T06:25:43.424Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-10T06:25:43.425Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-09-10T06:25:43.425Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-09-10T06:25:43.425Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 297b4f02-6379-4c9c-ae0b-4d8313b69fff from URL: /sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/artifacts/service-DemoPnf05rxsszeyblcwuej3sdt-csar.csar 2022-09-10T06:25:43.425Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-09-10T06:25:43.425Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/artifacts/service-DemoPnf05rxsszeyblcwuej3sdt-csar.csar 2022-09-10T06:25:43.763Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-09-10T06:25:43.773Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/artifacts/service-DemoPnf05rxsszeyblcwuej3sdt-csar.csar 297b4f02-6379-4c9c-ae0b-4d8313b69fff 87782 2022-09-10T06:25:43.774Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/artifacts/service-DemoPnf05rxsszeyblcwuej3sdt-csar.csar ASDC sendASDCNotification 2022-09-10T06:25:43.774Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/artifacts/service-DemoPnf05rxsszeyblcwuej3sdt-csar.csar 2022-09-10T06:25:43.774Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-10T06:25:43.775Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:25:43.776Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:25:43.777Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791143774, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/artifacts/service-DemoPnf05rxsszeyblcwuej3sdt-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:25:43.876Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-10T06:25:43.877Z||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-09-10T06:25:43.877Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:25:43.889Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:25:43.889Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:25:44.777Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-10T06:25:44.778Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-09-10T06:25:44.779Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 297b4f02-6379-4c9c-ae0b-4d8313b69fff, URL: /sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/artifacts/service-DemoPnf05rxsszeyblcwuej3sdt-csar.csar to file: /app/ASDC/1/service-DemoPnf05rxsszeyblcwuej3sdt-csar.csar 2022-09-10T06:25:44.780Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf05rxsszeyblcwuej3sdt-csar.csar 2022-09-10T06:25:44.781Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf05rxsszeyblcwuej3sdt-csar.csar 2022-09-10T06:25:44.781Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf05rxsszeyblcwuej3sdt-csar.csar 2022-09-10T06:25:44.936Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17869134845387337363/Definitions/service-DemoPnf05rxsszeyblcwuej3sdt-template.yml 2022-09-10T06:25:45.604Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-09-10T06:25:45.605Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-09-10T06:25:45.605Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf05rxsszeyblcwuej3sdt-csar.csar 2022-09-10T06:25:45.605Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-09-10T06:25:45.606Z|04182134-8460-4b6f-ba91-c744026090db|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-DemoPnf05rxsszeyblcwuej3sdt-csar.csar 2022-09-10T06:25:45.606Z|04182134-8460-4b6f-ba91-c744026090db|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-DemoPnf05rxsszeyblcwuej3sdt-csar.csar 2022-09-10T06:25:45.606Z|04182134-8460-4b6f-ba91-c744026090db|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-DemoPnf05rxsszeyblcwuej3sdt-csar.csar 2022-09-10T06:25:45.606Z|04182134-8460-4b6f-ba91-c744026090db|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-DemoPnf05rxsszeyblcwuej3sdt-csar.csar 2022-09-10T06:25:45.606Z|04182134-8460-4b6f-ba91-c744026090db|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-DemoPnf05rxsszeyblcwuej3sdt-csar.csar 2022-09-10T06:25:45.606Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c02e08b0-3145 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-DemoPnf05rxsszeyblcwuej3sdt-csar.csar 2022-09-10T06:25:45.607Z|04182134-8460-4b6f-ba91-c744026090db|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-DemoPnf05rxsszeyblcwuej3sdt-csar.csar 2022-09-10T06:25:45.607Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-09-10T06:25:45.607Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:25:45.607Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_05RxSSZeYBLcWUEj3Sdt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:25:45.607Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||Node template pNF c02e08b0-3145 0 is matching search criteria 2022-09-10T06:25:45.608Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-09-10T06:25:45.608Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF c02e08b0-3145 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-10T06:25:45.608Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:25:45.608Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_05RxSSZeYBLcWUEj3Sdt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:25:45.609Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||Node template pNF c02e08b0-3145 0 is matching search criteria 2022-09-10T06:25:45.609Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-09-10T06:25:45.609Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF c02e08b0-3145 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-10T06:25:45.609Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:25:45.609Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_05RxSSZeYBLcWUEj3Sdt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:25:45.610Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:25:45.610Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_05RxSSZeYBLcWUEj3Sdt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:25:45.610Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:25:45.610Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_05RxSSZeYBLcWUEj3Sdt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:25:45.610Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:25:45.611Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_05RxSSZeYBLcWUEj3Sdt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:25:45.611Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:25:45.611Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_05RxSSZeYBLcWUEj3Sdt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:25:45.611Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_05RxSSZeYBLcWUEj3Sdt Description:catalog service description Model UUID:ca2adcce-0f21-49ea-bb05-7cb7d3363e06 Model Version:NULL Model InvariantUuid:1990228e-36f2-4750-9368-5f735a60f97c 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-09-10T06:25:45.617Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: beb4f128-853d-43f0-bcd2-5747c183c7e2 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-10T06:25:45.619Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||INFO|500||pNF c02e08b0-3145 0 2022-09-10T06:25:45.620Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: beb4f128-853d-43f0-bcd2-5747c183c7e2 2022-09-10T06:25:45.620Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||No resources found for Service: ca2adcce-0f21-49ea-bb05-7cb7d3363e06 2022-09-10T06:25:45.620Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: ca2adcce-0f21-49ea-bb05-7cb7d3363e06 2022-09-10T06:25:45.620Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c02e08b0-3145 0 beb4f128-853d-43f0-bcd2-5747c183c7e2 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-09-10T06:25:45.623Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@38a86d66, org.onap.sdc.toscaparser.api.parameters.Input@1dfa5f34, org.onap.sdc.toscaparser.api.parameters.Input@299d0cf1, org.onap.sdc.toscaparser.api.parameters.Input@5511cdee, org.onap.sdc.toscaparser.api.parameters.Input@2e295977] 2022-09-10T06:25:45.624Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:25:45.624Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_05RxSSZeYBLcWUEj3Sdt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:25:45.624Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid ca2adcce-0f21-49ea-bb05-7cb7d3363e06: pNF c02e08b0-3145 2022-09-10T06:25:45.624Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||INFO|500||Processing PNF resource: beb4f128-853d-43f0-bcd2-5747c183c7e2 2022-09-10T06:25:45.625Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:25:45.625Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_05RxSSZeYBLcWUEj3Sdt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:25:45.625Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||INFO|500||Resource customization UUID: cc0e8e29-9961-48b0-8ca7-ce568d093d0c is the same as notified resource customizationUUID: cc0e8e29-9961-48b0-8ca7-ce568d093d0c 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-09-10T06:25:45.656Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF c02e08b0-3145 beb4f128-853d-43f0-bcd2-5747c183c7e2 0 ASDC deployResourceStructure 2022-09-10T06:25:45.657Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/artifacts/service-DemoPnf05rxsszeyblcwuej3sdt-csar.csar ASDC sendASDCNotification 2022-09-10T06:25:45.658Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/artifacts/service-DemoPnf05rxsszeyblcwuej3sdt-csar.csar 2022-09-10T06:25:45.658Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-10T06:25:45.659Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:25:45.660Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:25:45.660Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791145657, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/artifacts/service-DemoPnf05rxsszeyblcwuej3sdt-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:25:45.760Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-10T06:25:45.761Z||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-09-10T06:25:45.762Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:25:45.802Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:25:45.803Z||pool-65-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:25:46.661Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 04182134-8460-4b6f-ba91-c744026090db Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:25:46.673Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 04182134-8460-4b6f-ba91-c744026090db Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:25:46.675Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-10T06:25:46.675Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-10T06:25:46.675Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-10T06:25:53.169Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:25:53.170Z||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-09-10T06:25:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:25:53.795Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:25:53.797Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.797Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "aai-ml", "timestamp": 1662791114399, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.798Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.798Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.798Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662791117815, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.799Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.799Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.799Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "clamp", "timestamp": 1662791116885, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.799Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.799Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.800Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "aai-ml", "timestamp": 1662791114399, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.800Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.800Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.800Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "clamp", "timestamp": 1662791116885, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.801Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662791117815, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.801Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.802Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "multicloud-k8s-id", "timestamp": 1662791118944, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.802Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.802Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.802Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "aai-ml", "timestamp": 1662791114399, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.802Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.802Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.803Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "clamp", "timestamp": 1662791116885, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.803Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.803Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.803Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662791117815, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.804Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.804Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.804Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "cds", "timestamp": 1662791120188, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.804Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.804Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.805Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "multicloud-k8s-id", "timestamp": 1662791118944, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.805Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.805Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.805Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "aai-ml", "timestamp": 1662791114399, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.806Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.806Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.806Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "clamp", "timestamp": 1662791116885, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.806Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.807Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.807Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662791117815, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.807Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.807Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.807Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "cds", "timestamp": 1662791120188, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.807Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.808Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.808Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "multicloud-k8s-id", "timestamp": 1662791118944, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.808Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.808Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.808Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "aai-ml", "timestamp": 1662791114399, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.808Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.809Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.809Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "clamp", "timestamp": 1662791116885, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.809Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.809Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.809Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662791117815, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.810Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.810Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.810Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "cds", "timestamp": 1662791120188, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.810Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.810Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.810Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "multicloud-k8s-id", "timestamp": 1662791118944, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.811Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.811Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.811Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "aai-ml", "timestamp": 1662791114399, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.811Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.811Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "clamp", "timestamp": 1662791116885, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.812Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662791117815, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.812Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "cds", "timestamp": 1662791120188, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.813Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "multicloud-k8s-id", "timestamp": 1662791118944, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.814Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.814Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.814Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "aai-ml", "timestamp": 1662791114399, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/artifacts/service-DemoPnf05rxsszeyblcwuej3sdt-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.814Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.814Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.814Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "clamp", "timestamp": 1662791116885, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/artifacts/service-DemoPnf05rxsszeyblcwuej3sdt-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.815Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662791117815, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/artifacts/service-DemoPnf05rxsszeyblcwuej3sdt-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.815Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "cds", "timestamp": 1662791120188, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.816Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "multicloud-k8s-id", "timestamp": 1662791118944, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.816Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "aai-ml", "timestamp": 1662791114399, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/artifacts/service-DemoPnf05rxsszeyblcwuej3sdt-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:25:53.817Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "clamp", "timestamp": 1662791116885, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/artifacts/service-DemoPnf05rxsszeyblcwuej3sdt-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:25:53.817Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662791117815, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/artifacts/service-DemoPnf05rxsszeyblcwuej3sdt-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:25:53.818Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "policy-id", "timestamp": 1662791123969, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.818Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.819Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "cds", "timestamp": 1662791120188, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.819Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.819Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.819Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "multicloud-k8s-id", "timestamp": 1662791118944, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/artifacts/service-DemoPnf05rxsszeyblcwuej3sdt-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.819Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.820Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.820Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "policy-id", "timestamp": 1662791123969, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.820Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.820Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.820Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "aai-ml", "timestamp": 1662791125803, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/artifacts/service-DemoPnf05rxsszeyblcwuej3sdt-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:25:53.820Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:25:53.821Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "cds", "timestamp": 1662791120188, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/artifacts/service-DemoPnf05rxsszeyblcwuej3sdt-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.821Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.821Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662791126926, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/artifacts/service-DemoPnf05rxsszeyblcwuej3sdt-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:25:53.822Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:25:53.822Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.822Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "multicloud-k8s-id", "timestamp": 1662791118944, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/artifacts/service-DemoPnf05rxsszeyblcwuej3sdt-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:25:53.822Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.822Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.822Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "policy-id", "timestamp": 1662791123969, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.823Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.823Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.823Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "cds", "timestamp": 1662791120188, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/artifacts/service-DemoPnf05rxsszeyblcwuej3sdt-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:25:53.823Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.823Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.823Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "ves-openapi-manager", "timestamp": 1662791127727, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.824Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.824Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.824Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "policy-id", "timestamp": 1662791123969, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.824Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.824Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "ves-openapi-manager", "timestamp": 1662791127727, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.825Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "cds", "timestamp": 1662791129518, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/artifacts/service-DemoPnf05rxsszeyblcwuej3sdt-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:25:53.826Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:25:53.826Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.826Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "policy-id", "timestamp": 1662791123969, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.826Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.826Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.826Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662791129894, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/artifacts/service-DemoPnf05rxsszeyblcwuej3sdt-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:25:53.827Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:25:53.827Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.827Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "clamp", "timestamp": 1662791129423, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/artifacts/service-DemoPnf05rxsszeyblcwuej3sdt-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:25:53.827Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:25:53.827Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.827Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "ves-openapi-manager", "timestamp": 1662791127727, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.827Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.828Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.828Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "cds", "timestamp": 1662791130537, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/artifacts/service-DemoPnf05rxsszeyblcwuej3sdt-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-09-10T06:25:53.835Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 04182134-8460-4b6f-ba91-c744026090db 2022-09-10T06:25:53.835Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 04182134-8460-4b6f-ba91-c744026090db 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-09-10T06:25:53.842Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.842Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "policy-id", "timestamp": 1662791123969, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.842Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.842Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.843Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662791130913, "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-09-10T06:25:53.847Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 04182134-8460-4b6f-ba91-c744026090db 2022-09-10T06:25:53.848Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 04182134-8460-4b6f-ba91-c744026090db 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-09-10T06:25:53.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "46c65a6a-a761-4a52-8a57-19ce4931bab0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791129978, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-10T06:25:53.855Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:25:53.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "ves-openapi-manager", "timestamp": 1662791127727, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "policy-id", "timestamp": 1662791123969, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/artifacts/service-DemoPnf05rxsszeyblcwuej3sdt-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "clamp", "timestamp": 1662791131288, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/artifacts/service-DemoPnf05rxsszeyblcwuej3sdt-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:25:53.858Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:25:53.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "aai-ml", "timestamp": 1662791131300, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/artifacts/service-DemoPnf05rxsszeyblcwuej3sdt-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:25:53.858Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:25:53.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "ves-openapi-manager", "timestamp": 1662791127727, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "policy-id", "timestamp": 1662791123969, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/artifacts/service-DemoPnf05rxsszeyblcwuej3sdt-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:25:53.860Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "clamp", "timestamp": 1662791132292, "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-09-10T06:25:53.865Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 04182134-8460-4b6f-ba91-c744026090db 2022-09-10T06:25:53.865Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 04182134-8460-4b6f-ba91-c744026090db 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-09-10T06:25:53.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "aai-ml", "timestamp": 1662791132305, "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-09-10T06:25:53.875Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 04182134-8460-4b6f-ba91-c744026090db 2022-09-10T06:25:53.875Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 04182134-8460-4b6f-ba91-c744026090db 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-09-10T06:25:53.882Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.882Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "ves-openapi-manager", "timestamp": 1662791127727, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-09-10T06:25:53.883Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.883Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.883Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "policy-id", "timestamp": 1662791133294, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/artifacts/service-DemoPnf05rxsszeyblcwuej3sdt-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:25:53.883Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:25:53.883Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "ves-openapi-manager", "timestamp": 1662791127727, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/artifacts/service-DemoPnf05rxsszeyblcwuej3sdt-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.884Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "policy-id", "timestamp": 1662791134299, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/artifacts/service-DemoPnf05rxsszeyblcwuej3sdt-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:25:53.884Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:25:53.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "ves-openapi-manager", "timestamp": 1662791127727, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/artifacts/service-DemoPnf05rxsszeyblcwuej3sdt-csar.csar", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.884Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "policy-id", "timestamp": 1662791135302, "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-09-10T06:25:53.888Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 04182134-8460-4b6f-ba91-c744026090db 2022-09-10T06:25:53.888Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 04182134-8460-4b6f-ba91-c744026090db 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-09-10T06:25:53.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791130991, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "ves-openapi-manager", "timestamp": 1662791137173, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-09-10T06:25:53.896Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:25:53.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791130991, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791130991, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.897Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "ves-openapi-manager", "timestamp": 1662791138490, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-09-10T06:25:53.897Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:25:53.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.898Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791130991, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.898Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.898Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.898Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "ves-openapi-manager", "timestamp": 1662791139499, "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-09-10T06:25:53.903Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 04182134-8460-4b6f-ba91-c744026090db 2022-09-10T06:25:53.903Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 04182134-8460-4b6f-ba91-c744026090db 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-09-10T06:25:53.910Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.910Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791130991, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.911Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791130991, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/resourceInstances/pnfc02e08b031450/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.911Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791130991, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/artifacts/service-DemoPnf05rxsszeyblcwuej3sdt-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:25:53.912Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.912Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791130991, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/artifacts/service-DemoPnf05rxsszeyblcwuej3sdt-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:25:53.912Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:25:53.913Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.913Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791143774, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/artifacts/service-DemoPnf05rxsszeyblcwuej3sdt-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:25:53.913Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:25:53.913Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:25:53.913Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791145657, "artifactURL": "/sdc/v1/catalog/services/DemoPnf05rxsszeyblcwuej3sdt/1.0/artifacts/service-DemoPnf05rxsszeyblcwuej3sdt-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:25:53.914Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:26:16.675Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 04182134-8460-4b6f-ba91-c744026090db Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:26:16.687Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 04182134-8460-4b6f-ba91-c744026090db Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:26:16.690Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-10T06:26:16.690Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-10T06:26:16.690Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-09-10T06:26:16.691Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-09-10T06:26:16.691Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:26:16.691Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:26:16.691Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:26:16.691Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:26:16.691Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:26:16.692Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:26:16.692Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:26:16.692Z|04182134-8460-4b6f-ba91-c744026090db|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-09-10T06:26:16.699Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-09-10T06:26:46.699Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 04182134-8460-4b6f-ba91-c744026090db 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-09-10T06:26:46.705Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 04182134-8460-4b6f-ba91-c744026090db and serviceModelVersionId: ca2adcce-0f21-49ea-bb05-7cb7d3363e06 2022-09-10T06:26:46.705Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1990228e-36f2-4750-9368-5f735a60f97c 2022-09-10T06:26:46.706Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1990228e-36f2-4750-9368-5f735a60f97c/model-vers/model-ver/ca2adcce-0f21-49ea-bb05-7cb7d3363e06?depth=0 2022-09-10T06:26:46.710Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-09-10T06:26:46.777Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1990228e-36f2-4750-9368-5f735a60f97c/model-vers/model-ver/ca2adcce-0f21-49ea-bb05-7cb7d3363e06?depth=0|INFO|500||Invoke 2022-09-10T06:26:46.778Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1990228e-36f2-4750-9368-5f735a60f97c/model-vers/model-ver/ca2adcce-0f21-49ea-bb05-7cb7d3363e06?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1990228e-36f2-4750-9368-5f735a60f97c/model-vers/model-ver/ca2adcce-0f21-49ea-bb05-7cb7d3363e06?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[04182134-8460-4b6f-ba91-c744026090db], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cb284168-fd57-43e4-b430-095d2f53befb], X-ECOMP-RequestID=[04182134-8460-4b6f-ba91-c744026090db], X-TransactionId=[], X-ONAP-RequestID=[04182134-8460-4b6f-ba91-c744026090db], Content-Type=[application/merge-patch+json]} 2022-09-10T06:26:46.807Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1990228e-36f2-4750-9368-5f735a60f97c/model-vers/model-ver/ca2adcce-0f21-49ea-bb05-7cb7d3363e06?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-09-10T06:26:47.163Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1990228e-36f2-4750-9368-5f735a60f97c/model-vers/model-ver/ca2adcce-0f21-49ea-bb05-7cb7d3363e06?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/1990228e-36f2-4750-9368-5f735a60f97c/model-vers/model-ver/ca2adcce-0f21-49ea-bb05-7cb7d3363e06?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220910-06:26:47:563-27114], vertex-id=[393352], Content-Length=[0], Date=[Sat, 10 Sep 2022 06:26:47 GMT], Content-Type=[application/json]} 2022-09-10T06:26:47.164Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1990228e-36f2-4750-9368-5f735a60f97c/model-vers/model-ver/ca2adcce-0f21-49ea-bb05-7cb7d3363e06?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-09-10T06:26:47.165Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1990228e-36f2-4750-9368-5f735a60f97c/model-vers/model-ver/ca2adcce-0f21-49ea-bb05-7cb7d3363e06?depth=0|INFO|500||InvokeReturn 2022-09-10T06:26:47.166Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-09-10T06:26:47.166Z|04182134-8460-4b6f-ba91-c744026090db|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-09-10T06:26:47.173Z|04182134-8460-4b6f-ba91-c744026090db|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-09-10T06:26:47.173Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 04182134-8460-4b6f-ba91-c744026090db and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-09-10T06:26:47.174Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-09-10T06:26:47.174Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:26:47.176Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:26:47.177Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791207173, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-10T06:26:47.277Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:26:47.278Z||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-09-10T06:26:47.278Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:26:47.305Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:26:47.306Z||pool-66-thread-1|||||INFO|500||cambria reply ok (29 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-09-10T06:26:48.189Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:26:48.190Z|04182134-8460-4b6f-ba91-c744026090db|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-09-10T06:26:48.190Z|04182134-8460-4b6f-ba91-c744026090db|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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:26:48.830Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:26:48.831Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:26:48.831Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"77a7b11c-f905-443b-9f17-805eb4c1d9fd","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"7ae3a688-7382-4504-94c3-6d979e54b628","serviceDescription":"service","serviceInvariantUUID":"5a4471f3-b37f-4d3f-9f3b-8945574cc3cd","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8e38df7e-d15b-4db8-8792-99aa5f86a7ef","resourceInvariantUUID":"0b1a5758-cce7-47d0-84f6-7ffe084e756e","resourceCustomizationUUID":"c3ae8665-3840-455d-88d7-7ebdaca9776c","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":"MWQyOTVlZDA2NjViZWQ2YmJmYjg4OWMzZDZiYjM4YTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"54198f41-a700-4f67-8f35-3a98df40b130","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":"ZGM4YmRiYzkzNzNhMzA2YmRkMmZlNTg3ZTI0MDY4NjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"791a441c-df12-4e98-a2f7-ff41af5031da","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":"a0cd83ee-886d-4bfc-9318-00b97dbcc110","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":"addc0809-5811-4bbd-a8a8-a179d27a6bde","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":"d5d79437-d914-486e-a7b2-1ac5d4de0efc","artifactVersion":"2","generatedFromUUID":"a0cd83ee-886d-4bfc-9318-00b97dbcc110"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjMxZWYwODcxNTlkMzZlMjc4MDhhODY1N2UwNzJjOGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5cde9358-d15e-40c6-b257-27e8a9b8e062","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MmM0MzQxZmY4NDJlNDAwZGRlOWNiZGExMjAxNTE0NzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b77ba7da-56b3-41d4-8c15-691007313713","artifactVersion":"1"}],"workloadContext":"Production"} 2022-09-10T06:26:48.833Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:26:48.833Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:26:48.835Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:26:48.835Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791208189, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:48.935Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-10T06:26:48.937Z||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-09-10T06:26:48.937Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:26:48.956Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:26:48.958Z||pool-67-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:26:49.836Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:26:49.837Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:26:49.840Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:26:49.840Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791208189, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-09-10T06:26:49.940Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:26:49.941Z||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-09-10T06:26:49.942Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:26:49.964Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:26:49.965Z||pool-68-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:26:50.841Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:26:50.843Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:26:50.844Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:26:50.845Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791208189, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-09-10T06:26:50.945Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:26:50.945Z||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-09-10T06:26:50.946Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:26:50.959Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:26:50.961Z||pool-69-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-09-10T06:26:51.845Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:26:51.846Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:26:51.848Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:26:51.848Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791208189, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:51.948Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:26:51.949Z||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-09-10T06:26:51.949Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:26:51.964Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:26:51.965Z||pool-70-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:26:52.848Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:26:52.849Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:26:52.851Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:26:52.851Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791208189, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-09-10T06:26:52.951Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:26:52.952Z||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-09-10T06:26:52.952Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:26:52.965Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:26:52.966Z||pool-71-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:26:53.169Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:26:53.170Z||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-09-10T06:26:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:26:53.307Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:26:53.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "multicloud-k8s-id", "timestamp": 1662791158944, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.819Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.819Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.819Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "multicloud-k8s-id", "timestamp": 1662791158944, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-09-10T06:26:53.819Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.820Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.820Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "policy-id", "timestamp": 1662791163970, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.820Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.820Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "cds", "timestamp": 1662791165188, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.821Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.821Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "multicloud-k8s-id", "timestamp": 1662791158944, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-09-10T06:26:53.822Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.822Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.822Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "policy-id", "timestamp": 1662791163970, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.822Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.823Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.823Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "cds", "timestamp": 1662791165188, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.823Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.823Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.824Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "multicloud-k8s-id", "timestamp": 1662791158944, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.824Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.824Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.824Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "policy-id", "timestamp": 1662791163970, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-09-10T06:26:53.825Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "cds", "timestamp": 1662791165188, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.825Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.826Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.826Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "ves-openapi-manager", "timestamp": 1662791167727, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.826Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.826Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.827Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "multicloud-k8s-id", "timestamp": 1662791158944, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-09-10T06:26:53.827Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.827Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.827Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "policy-id", "timestamp": 1662791163970, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.828Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.828Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.828Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "cds", "timestamp": 1662791165188, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.828Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "ves-openapi-manager", "timestamp": 1662791167727, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.829Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "multicloud-k8s-id", "timestamp": 1662791158944, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "policy-id", "timestamp": 1662791163970, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "cds", "timestamp": 1662791165188, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "ves-openapi-manager", "timestamp": 1662791167727, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "multicloud-k8s-id", "timestamp": 1662791158944, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:26:53.833Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "policy-id", "timestamp": 1662791163970, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.834Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "cds", "timestamp": 1662791165188, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.835Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "ves-openapi-manager", "timestamp": 1662791167727, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.835Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "policy-id", "timestamp": 1662791163970, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:26:53.836Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "cds", "timestamp": 1662791165188, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:26:53.837Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.838Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "ves-openapi-manager", "timestamp": 1662791167727, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.838Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.838Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "multicloud-k8s-id", "timestamp": 1662791171867, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-10T06:26:53.839Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:26:53.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.839Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "policy-id", "timestamp": 1662791171795, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:26:53.839Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:26:53.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "cds", "timestamp": 1662791173175, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:26:53.840Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:26:53.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "ves-openapi-manager", "timestamp": 1662791167727, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.841Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.841Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "multicloud-k8s-id", "timestamp": 1662791173180, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-09-10T06:26:53.841Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:26:53.842Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.842Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "policy-id", "timestamp": 1662791172799, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:26:53.842Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:26:53.842Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.843Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "cds", "timestamp": 1662791174190, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-10T06:26:53.851Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:26:53.852Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-10T06:26:53.854Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:26:53.854Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791208189, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.856Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 77a7b11c-f905-443b-9f17-805eb4c1d9fd 2022-09-10T06:26:53.857Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77a7b11c-f905-443b-9f17-805eb4c1d9fd 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-09-10T06:26:53.862Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.862Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "ves-openapi-manager", "timestamp": 1662791167727, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.862Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.863Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "policy-id", "timestamp": 1662791173802, "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-09-10T06:26:53.866Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 77a7b11c-f905-443b-9f17-805eb4c1d9fd 2022-09-10T06:26:53.866Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77a7b11c-f905-443b-9f17-805eb4c1d9fd 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-09-10T06:26:53.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "cds", "timestamp": 1662791165188, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "multicloud-k8s-id", "timestamp": 1662791174550, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-09-10T06:26:53.873Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:26:53.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "ves-openapi-manager", "timestamp": 1662791167727, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "policy-id", "timestamp": 1662791163970, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "aai-ml", "timestamp": 1662791174399, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "cds", "timestamp": 1662791165188, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "multicloud-k8s-id", "timestamp": 1662791175569, "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-09-10T06:26:53.880Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 77a7b11c-f905-443b-9f17-805eb4c1d9fd 2022-09-10T06:26:53.880Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77a7b11c-f905-443b-9f17-805eb4c1d9fd 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-09-10T06:26:53.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.886Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "ves-openapi-manager", "timestamp": 1662791167727, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "policy-id", "timestamp": 1662791163970, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "aai-ml", "timestamp": 1662791174399, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.888Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "cds", "timestamp": 1662791165188, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.889Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "multicloud-k8s-id", "timestamp": 1662791176576, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-09-10T06:26:53.889Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:26:53.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "ves-openapi-manager", "timestamp": 1662791167727, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.890Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.890Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "policy-id", "timestamp": 1662791163970, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.890Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.890Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "aai-ml", "timestamp": 1662791174399, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.891Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.891Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.891Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "cds", "timestamp": 1662791165188, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.891Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.891Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.891Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662791177814, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.892Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.892Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "ves-openapi-manager", "timestamp": 1662791167727, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "clamp", "timestamp": 1662791176885, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "policy-id", "timestamp": 1662791163970, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "aai-ml", "timestamp": 1662791174399, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.895Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "cds", "timestamp": 1662791165188, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.895Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "ves-openapi-manager", "timestamp": 1662791167727, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.895Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "clamp", "timestamp": 1662791176885, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-09-10T06:26:53.895Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662791177814, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "policy-id", "timestamp": 1662791163970, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-09-10T06:26:53.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "aai-ml", "timestamp": 1662791174399, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "multicloud-k8s-id", "timestamp": 1662791178944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "cds", "timestamp": 1662791165188, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.897Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "ves-openapi-manager", "timestamp": 1662791167727, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.897Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "clamp", "timestamp": 1662791176885, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.897Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662791177814, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.897Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.898Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.898Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "policy-id", "timestamp": 1662791163970, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.898Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.898Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.898Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "aai-ml", "timestamp": 1662791174399, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.898Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.898Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.898Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "multicloud-k8s-id", "timestamp": 1662791178944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-09-10T06:26:53.898Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.898Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.898Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "cds", "timestamp": 1662791165188, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.899Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.899Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "clamp", "timestamp": 1662791176885, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.899Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.899Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "ves-openapi-manager", "timestamp": 1662791167727, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.899Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.899Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662791177814, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.899Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.899Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "policy-id", "timestamp": 1662791163970, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.900Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.900Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.900Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "aai-ml", "timestamp": 1662791174399, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:26:53.900Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.900Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.900Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "multicloud-k8s-id", "timestamp": 1662791178944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-09-10T06:26:53.900Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.900Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.900Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "cds", "timestamp": 1662791165188, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.900Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.900Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "clamp", "timestamp": 1662791176885, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.901Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "ves-openapi-manager", "timestamp": 1662791167727, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.901Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662791177814, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.901Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "policy-id", "timestamp": 1662791163970, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.901Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "multicloud-k8s-id", "timestamp": 1662791178944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-09-10T06:26:53.902Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "cds", "timestamp": 1662791165188, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:26:53.902Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "clamp", "timestamp": 1662791176885, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.902Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "aai-ml", "timestamp": 1662791182568, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:26:53.902Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:26:53.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "ves-openapi-manager", "timestamp": 1662791167727, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.903Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662791177814, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.903Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "policy-id", "timestamp": 1662791163970, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:26:53.903Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "multicloud-k8s-id", "timestamp": 1662791178944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-09-10T06:26:53.903Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "clamp", "timestamp": 1662791176885, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:26:53.904Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662791177814, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:26:53.904Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "cds", "timestamp": 1662791185012, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:26:53.904Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:26:53.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "policy-id", "timestamp": 1662791184086, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:26:53.904Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:26:53.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.905Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "multicloud-k8s-id", "timestamp": 1662791178944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.905Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.905Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662791185798, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:26:53.905Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:26:53.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.905Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "cds", "timestamp": 1662791186028, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-10T06:26:53.917Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c772423e-d797-4dfe-89d8-0dd9bc89d75e 2022-09-10T06:26:53.917Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c772423e-d797-4dfe-89d8-0dd9bc89d75e 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-09-10T06:26:53.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "policy-id", "timestamp": 1662791185092, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:26:53.924Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:26:53.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "multicloud-k8s-id", "timestamp": 1662791178944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-09-10T06:26:53.924Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "policy-id", "timestamp": 1662791186095, "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-09-10T06:26:53.928Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c772423e-d797-4dfe-89d8-0dd9bc89d75e 2022-09-10T06:26:53.928Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c772423e-d797-4dfe-89d8-0dd9bc89d75e 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-09-10T06:26:53.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.934Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "multicloud-k8s-id", "timestamp": 1662791178944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.934Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.934Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "multicloud-k8s-id", "timestamp": 1662791178944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:26:53.935Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.935Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662791189649, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:26:53.935Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:26:53.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.935Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "multicloud-k8s-id", "timestamp": 1662791188970, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-10T06:26:53.935Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:26:53.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.935Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662791190659, "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-09-10T06:26:53.940Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 77a7b11c-f905-443b-9f17-805eb4c1d9fd 2022-09-10T06:26:53.940Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77a7b11c-f905-443b-9f17-805eb4c1d9fd 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-09-10T06:26:53.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "multicloud-k8s-id", "timestamp": 1662791190167, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-09-10T06:26:53.947Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:26:53.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662791177814, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.947Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "clamp", "timestamp": 1662791191290, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:26:53.947Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:26:53.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "multicloud-k8s-id", "timestamp": 1662791191529, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-09-10T06:26:53.948Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:26:53.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662791177814, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "aai-ml", "timestamp": 1662791192077, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:26:53.949Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:26:53.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "multicloud-k8s-id", "timestamp": 1662791192632, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-09-10T06:26:53.949Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:26:53.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662791177814, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.949Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "aai-ml", "timestamp": 1662791193081, "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-09-10T06:26:53.954Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 77a7b11c-f905-443b-9f17-805eb4c1d9fd 2022-09-10T06:26:53.954Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:26:53.954Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77a7b11c-f905-443b-9f17-805eb4c1d9fd and ComponentName AAI 2022-09-10T06:26:53.954Z||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-09-10T06:26:53.955Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-10T06:26:53.962Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.962Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "clamp", "timestamp": 1662791193301, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:26:53.963Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:26:53.963Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.963Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "multicloud-k8s-id", "timestamp": 1662791193682, "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-09-10T06:26:53.968Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:26:53.968Z||pool-72-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:26:53.969Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c772423e-d797-4dfe-89d8-0dd9bc89d75e 2022-09-10T06:26:53.969Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c772423e-d797-4dfe-89d8-0dd9bc89d75e 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-09-10T06:26:53.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662791177814, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.975Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "aai-ml", "timestamp": 1662791174399, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.975Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "clamp", "timestamp": 1662791194305, "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-09-10T06:26:53.979Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 77a7b11c-f905-443b-9f17-805eb4c1d9fd 2022-09-10T06:26:53.979Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77a7b11c-f905-443b-9f17-805eb4c1d9fd 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-09-10T06:26:53.986Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "multicloud-k8s-id", "timestamp": 1662791194685, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-09-10T06:26:53.987Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:26:53.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662791177814, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.988Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "aai-ml", "timestamp": 1662791174399, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.988Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "clamp", "timestamp": 1662791176885, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.988Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662791177814, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.989Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "aai-ml", "timestamp": 1662791174399, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.989Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "clamp", "timestamp": 1662791176885, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.989Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662791177814, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.989Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "aai-ml", "timestamp": 1662791174399, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.990Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "clamp", "timestamp": 1662791176885, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.990Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662791177814, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.990Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "aai-ml", "timestamp": 1662791174399, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.991Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "clamp", "timestamp": 1662791176885, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-09-10T06:26:53.991Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662791177814, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:26:53.991Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "aai-ml", "timestamp": 1662791174399, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.992Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "clamp", "timestamp": 1662791176885, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.992Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662791200919, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:26:53.993Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:26:53.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "aai-ml", "timestamp": 1662791174399, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.993Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "clamp", "timestamp": 1662791176885, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.994Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "aai-ml", "timestamp": 1662791174399, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "clamp", "timestamp": 1662791176885, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "aai-ml", "timestamp": 1662791174399, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:26:53.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "clamp", "timestamp": 1662791176885, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:53.996Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "clamp", "timestamp": 1662791176885, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:26:53.996Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:53.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "aai-ml", "timestamp": 1662791203562, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:26:53.997Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:26:53.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662791205112, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:26:53.997Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:26:53.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:53.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662791206130, "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-09-10T06:26:54.003Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c772423e-d797-4dfe-89d8-0dd9bc89d75e 2022-09-10T06:26:54.004Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c772423e-d797-4dfe-89d8-0dd9bc89d75e 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-09-10T06:26:54.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:54.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04182134-8460-4b6f-ba91-c744026090db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791207173, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-10T06:26:54.013Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:26:54.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:54.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "clamp", "timestamp": 1662791208293, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:26:54.013Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:26:54.014Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:54.014Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791208189, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:54.014Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:54.014Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:54.014Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791208189, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-09-10T06:26:54.014Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:54.014Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:54.014Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "clamp", "timestamp": 1662791210299, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:26:54.015Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:26:54.015Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:54.015Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791208189, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-09-10T06:26:54.015Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:54.015Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:54.015Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "clamp", "timestamp": 1662791211302, "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-09-10T06:26:54.023Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c772423e-d797-4dfe-89d8-0dd9bc89d75e 2022-09-10T06:26:54.023Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c772423e-d797-4dfe-89d8-0dd9bc89d75e 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-09-10T06:26:54.030Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:54.030Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "aai-ml", "timestamp": 1662791211436, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:26:54.030Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:26:54.030Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:54.031Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791208189, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:26:54.031Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:54.031Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:54.031Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "aai-ml", "timestamp": 1662791212440, "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-09-10T06:26:54.035Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c772423e-d797-4dfe-89d8-0dd9bc89d75e 2022-09-10T06:26:54.035Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c772423e-d797-4dfe-89d8-0dd9bc89d75e 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-09-10T06:26:54.042Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T06:26:54.042Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791208189, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-09-10T06:26:54.042Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T06:26:54.854Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:26:54.855Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:26:54.857Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:26:54.857Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791208189, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:26:54.957Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:26:54.958Z||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-09-10T06:26:54.958Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:26:54.969Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:26:54.969Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:26:55.858Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "7ae3a688-7382-4504-94c3-6d979e54b628", "serviceDescription": "service", "serviceInvariantUUID": "5a4471f3-b37f-4d3f-9f3b-8945574cc3cd", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "c3ae8665-3840-455d-88d7-7ebdaca9776c", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "8e38df7e-d15b-4db8-8792-99aa5f86a7ef", "resourceInvariantUUID": "0b1a5758-cce7-47d0-84f6-7ffe084e756e", "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": "ZGM4YmRiYzkzNzNhMzA2YmRkMmZlNTg3ZTI0MDY4NjY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "791a441c-df12-4e98-a2f7-ff41af5031da", "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": "a0cd83ee-886d-4bfc-9318-00b97dbcc110", "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": "d5d79437-d914-486e-a7b2-1ac5d4de0efc", "generatedFromUUID": "a0cd83ee-886d-4bfc-9318-00b97dbcc110" }, "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": "d5d79437-d914-486e-a7b2-1ac5d4de0efc", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "MmM0MzQxZmY4NDJlNDAwZGRlOWNiZGExMjAxNTE0NzU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b77ba7da-56b3-41d4-8c15-691007313713" } ], "workloadContext": "Production" } 2022-09-10T06:26:55.859Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-09-10T06:26:55.859Z|04182134-8460-4b6f-ba91-c744026090db|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ae3a688-7382-4504-94c3-6d979e54b628 ASDC 2022-09-10T06:26:55.859Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:77a7b11c-f905-443b-9f17-805eb4c1d9fd ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:7ae3a688-7382-4504-94c3-6d979e54b628 ServiceInvariantUUID:5a4471f3-b37f-4d3f-9f3b-8945574cc3cd 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:b77ba7da-56b3-41d4-8c15-691007313713 ArtifactChecksum:MmM0MzQxZmY4NDJlNDAwZGRlOWNiZGExMjAxNTE0NzU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:c3ae8665-3840-455d-88d7-7ebdaca9776c ResourceInvariantUUID:0b1a5758-cce7-47d0-84f6-7ffe084e756e ResourceName:basic_vm ResourceType:VF ResourceUUID:8e38df7e-d15b-4db8-8792-99aa5f86a7ef 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:791a441c-df12-4e98-a2f7-ff41af5031da ArtifactChecksum:ZGM4YmRiYzkzNzNhMzA2YmRkMmZlNTg3ZTI0MDY4NjY= 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:a0cd83ee-886d-4bfc-9318-00b97dbcc110 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:d5d79437-d914-486e-a7b2-1ac5d4de0efc 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:d5d79437-d914-486e-a7b2-1ac5d4de0efc ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-09-10T06:26:55.859Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ae3a688-7382-4504-94c3-6d979e54b628 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-09-10T06:26:55.905Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-10T06:26:55.905Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-09-10T06:26:55.906Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-09-10T06:26:55.906Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b77ba7da-56b3-41d4-8c15-691007313713 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-09-10T06:26:55.906Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-09-10T06:26:55.906Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-09-10T06:26:56.225Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-09-10T06:26:56.228Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar b77ba7da-56b3-41d4-8c15-691007313713 74741 2022-09-10T06:26:56.229Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-09-10T06:26:56.229Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-09-10T06:26:56.229Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-10T06:26:56.229Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:26:56.231Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:26:56.231Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791216229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:26:56.331Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:26:56.332Z||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-09-10T06:26:56.333Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:26:56.353Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:26:56.354Z||pool-74-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-09-10T06:26:57.232Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-10T06:26:57.233Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-09-10T06:26:57.233Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: b77ba7da-56b3-41d4-8c15-691007313713, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-09-10T06:26:57.233Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-09-10T06:26:57.234Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-09-10T06:26:57.234Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-09-10T06:26:57.369Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2458156908950326773/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_ip_requirements" 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 "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" 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_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-09-10T06:26:58.382Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-09-10T06:26:58.382Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-09-10T06:26:58.382Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-09-10T06:26:58.382Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-09-10T06:26:58.382Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|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-BasicVm-csar.csar 2022-09-10T06:26:58.382Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|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-BasicVm-csar.csar 2022-09-10T06:26:58.383Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-09-10T06:26:58.383Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-09-10T06:26:58.383Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|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-BasicVm-csar.csar 2022-09-10T06:26:58.383Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|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-BasicVm-csar.csar 2022-09-10T06:26:58.383Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|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-BasicVm-csar.csar 2022-09-10T06:26:58.383Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-09-10T06:26:58.383Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:26:58.383Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:26:58.384Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-09-10T06:26:58.384Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-09-10T06:26:58.384Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-10T06:26:58.384Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:26:58.384Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:26:58.384Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-09-10T06:26:58.384Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-09-10T06:26:58.385Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-10T06:26:58.385Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:26:58.385Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:26:58.385Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:26:58.385Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-09-10T06:26:58.385Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-09-10T06:26:58.386Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-09-10T06:26:58.386Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-09-10T06:26:58.386Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-09-10T06:26:58.386Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-09-10T06:26:58.386Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:26:58.386Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-10T06:26:58.386Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:26:58.387Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-09-10T06:26:58.387Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-10T06:26:58.387Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:26:58.387Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-09-10T06:26:58.387Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-10T06:26:58.387Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:26:58.387Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-09-10T06:26:58.388Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-10T06:26:58.388Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:26:58.388Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-09-10T06:26:58.388Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-09-10T06:26:58.388Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-09-10T06:26:58.388Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3ec88369-c0e7-4f1d-aa29-76c2a8a65a3f 2022-09-10T06:26:58.389Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:26:58.389Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:26:58.389Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:26:58.389Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:26:58.389Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:26:58.389Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:26:58.389Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:26:58.390Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:26:58.390Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:7ae3a688-7382-4504-94c3-6d979e54b628 Model Version:NULL Model InvariantUuid:5a4471f3-b37f-4d3f-9f3b-8945574cc3cd Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:5d618b97-4c5b-4642-a0b9-8fab09e8afa2 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:0b1a5758-cce7-47d0-84f6-7ffe084e756e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c3ae8665-3840-455d-88d7-7ebdaca9776c NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:14451f89-ce29-4629-8a14-31fd4f8f6d05 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:0a3f5f62-bfcd-4bcb-aa2b-9870b71bb6ec ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:3ec88369-c0e7-4f1d-aa29-76c2a8a65a3f ModelInvariantUuid:a9478c97-c6b7-4a63-bad2-aab17614b847 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:d1089b46-49f3-4ac9-bb5c-221285a49cbc ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:47c905c0-1981-49e5-9cc6-22e942506c64 ModelInvariantUuid:3163ed1b-1768-4b0f-8284-c496cf50c2ea ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:ceaf1c51-5703-4d48-8040-0d663eca27fe 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-09-10T06:26:58.396Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 8e38df7e-d15b-4db8-8792-99aa5f86a7ef Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-10T06:26:58.399Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||basic_vm 0 2022-09-10T06:26:58.399Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8e38df7e-d15b-4db8-8792-99aa5f86a7ef 2022-09-10T06:26:58.399Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 791a441c-df12-4e98-a2f7-ff41af5031da from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-09-10T06:26:58.399Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-09-10T06:26:58.399Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||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-09-10T06:26:58.515Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-09-10T06:26:58.515Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 791a441c-df12-4e98-a2f7-ff41af5031da 787 2022-09-10T06:26:58.516Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||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-09-10T06:26:58.516Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||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-09-10T06:26:58.516Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-10T06:26:58.516Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:26:58.518Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:26:58.518Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791218516, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-10T06:26:58.619Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-10T06:26:58.619Z||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-09-10T06:26:58.620Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:26:58.631Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:26:58.632Z||pool-75-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-09-10T06:26:59.519Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "14451f89-ce29-4629-8a14-31fd4f8f6d05", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0a3f5f62-bfcd-4bcb-aa2b-9870b71bb6ec", "vfModuleModelCustomizationUUID": "df0a5db6-4691-431c-ab00-1dbde60472ec", "isBase": true, "artifacts": [ "a0cd83ee-886d-4bfc-9318-00b97dbcc110", "d5d79437-d914-486e-a7b2-1ac5d4de0efc" ], "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-09-10T06:26:59.524Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0a3f5f62-bfcd-4bcb-aa2b-9870b71bb6ec VfModuleModelInvariantUUID:14451f89-ce29-4629-8a14-31fd4f8f6d05 VfModuleModelDescription:NULL Artifacts UUID List:{ a0cd83ee-886d-4bfc-9318-00b97dbcc110 , d5d79437-d914-486e-a7b2-1ac5d4de0efc } 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-09-10T06:26:59.527Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "14451f89-ce29-4629-8a14-31fd4f8f6d05", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0a3f5f62-bfcd-4bcb-aa2b-9870b71bb6ec", "vfModuleModelCustomizationUUID": "df0a5db6-4691-431c-ab00-1dbde60472ec", "isBase": true, "artifacts": [ "a0cd83ee-886d-4bfc-9318-00b97dbcc110", "d5d79437-d914-486e-a7b2-1ac5d4de0efc" ], "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-09-10T06:26:59.527Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0a3f5f62-bfcd-4bcb-aa2b-9870b71bb6ec VfModuleModelInvariantUUID:14451f89-ce29-4629-8a14-31fd4f8f6d05 VfModuleModelDescription:NULL Artifacts UUID List:{ a0cd83ee-886d-4bfc-9318-00b97dbcc110 , d5d79437-d914-486e-a7b2-1ac5d4de0efc } 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-09-10T06:26:59.527Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a0cd83ee-886d-4bfc-9318-00b97dbcc110 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-09-10T06:26:59.527Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-09-10T06:26:59.528Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||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-09-10T06:26:59.758Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-09-10T06:26:59.759Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml a0cd83ee-886d-4bfc-9318-00b97dbcc110 5033 2022-09-10T06:26:59.759Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||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-09-10T06:26:59.759Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||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-09-10T06:26:59.759Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-10T06:26:59.760Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:26:59.764Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:26:59.764Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791219759, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-09-10T06:26:59.864Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:26:59.865Z||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-09-10T06:26:59.866Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:26:59.879Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:26:59.879Z||pool-76-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:27:00.765Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d5d79437-d914-486e-a7b2-1ac5d4de0efc from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-09-10T06:27:00.766Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-09-10T06:27:00.766Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||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-09-10T06:27:00.996Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-09-10T06:27:00.997Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env d5d79437-d914-486e-a7b2-1ac5d4de0efc 903 2022-09-10T06:27:00.997Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||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-09-10T06:27:00.997Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||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-09-10T06:27:00.997Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-10T06:27:00.997Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:27:00.999Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:27:00.999Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791220997, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-09-10T06:27:01.100Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:27:01.100Z||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-09-10T06:27:01.100Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:27:01.147Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:27:01.147Z||pool-77-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":1,"count":1} 2022-09-10T06:27:02.000Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 7ae3a688-7382-4504-94c3-6d979e54b628 2022-09-10T06:27:02.001Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 8e38df7e-d15b-4db8-8792-99aa5f86a7ef 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-09-10T06:27:02.014Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6f6bdc35, org.onap.sdc.toscaparser.api.parameters.Input@ac56083, org.onap.sdc.toscaparser.api.parameters.Input@35d8a028, org.onap.sdc.toscaparser.api.parameters.Input@3782cc4a, org.onap.sdc.toscaparser.api.parameters.Input@63924fb] 2022-09-10T06:27:02.015Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:27:02.015Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:27:02.015Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-09-10T06:27:02.015Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= c3ae8665-3840-455d-88d7-7ebdaca9776c 2022-09-10T06:27:02.015Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c3ae8665-3840-455d-88d7-7ebdaca9776c matches Tosca VF Customization UUID: c3ae8665-3840-455d-88d7-7ebdaca9776c 2022-09-10T06:27:02.016Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: c3ae8665-3840-455d-88d7-7ebdaca9776c 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-09-10T06:27:02.018Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:27:02.018Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:27:02.019Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id c3ae8665-3840-455d-88d7-7ebdaca9776c: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-09-10T06:27:02.019Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@76b1d6dc 2022-09-10T06:27:02.020Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:27:02.020Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-10T06:27:02.020Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : df0a5db6-4691-431c-ab00-1dbde60472ec 2022-09-10T06:27:02.020Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID df0a5db6-4691-431c-ab00-1dbde60472ec 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-09-10T06:27:02.023Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:27:02.023Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-09-10T06:27:02.023Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-10T06:27:02.023Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:27:02.024Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-09-10T06:27:02.024Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-10T06:27:02.024Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:27:02.024Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-09-10T06:27:02.024Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-09-10T06:27:02.025Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-09-10T06:27:02.025Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3ec88369-c0e7-4f1d-aa29-76c2a8a65a3f 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-09-10T06:27:02.028Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:27:02.028Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-09-10T06:27:02.028Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-10T06:27:02.028Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:27:02.029Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-09-10T06:27:02.029Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=c3ae8665-3840-455d-88d7-7ebdaca9776c Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-10T06:27:02.032Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:27:02.032Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:27:02.033Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 7ae3a688-7382-4504-94c3-6d979e54b628: basic_vm 2022-09-10T06:27:02.033Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:27:02.033Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:27:02.034Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:27:02.034Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:27:02.034Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:27:02.035Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:27:02.035Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:27:02.035Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:27:02.036Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:27:02.036Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:27:02.036Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||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-09-10T06:27:02.105Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 8e38df7e-d15b-4db8-8792-99aa5f86a7ef 1 ASDC deployResourceStructure 2022-09-10T06:27:02.106Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||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-09-10T06:27:02.106Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||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-09-10T06:27:02.106Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-10T06:27:02.106Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:27:02.108Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:27:02.108Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791222106, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-09-10T06:27:02.208Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:27:02.209Z||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-09-10T06:27:02.209Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:27:02.220Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:27:02.221Z||pool-78-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:27:03.109Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||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-09-10T06:27:03.109Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||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-09-10T06:27:03.109Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-10T06:27:03.110Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:27:03.112Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:27:03.112Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791223109, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-09-10T06:27:03.212Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-10T06:27:03.213Z||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-09-10T06:27:03.213Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:27:03.238Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:27:03.239Z||pool-79-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:27:04.113Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||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-09-10T06:27:04.114Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||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-09-10T06:27:04.114Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-10T06:27:04.114Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:27:04.116Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:27:04.116Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791224113, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-09-10T06:27:04.216Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:27:04.217Z||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-09-10T06:27:04.217Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:27:04.230Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:27:04.231Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:27:05.117Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-09-10T06:27:05.117Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-09-10T06:27:05.118Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-10T06:27:05.118Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:27:05.120Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:27:05.120Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791225117, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:27:05.220Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:27:05.221Z||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-09-10T06:27:05.221Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:27:05.231Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:27:05.232Z||pool-81-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:27:06.123Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 77a7b11c-f905-443b-9f17-805eb4c1d9fd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:27:06.132Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 77a7b11c-f905-443b-9f17-805eb4c1d9fd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:27:06.134Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-10T06:27:06.134Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-10T06:27:06.135Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-09-10T06:27:06.135Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-09-10T06:27:06.135Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:27:06.135Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:27:06.135Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:27:06.135Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:27:06.135Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:27:06.135Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:27:06.135Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|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-09-10T06:27:06.140Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-09-10T06:27:36.140Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 77a7b11c-f905-443b-9f17-805eb4c1d9fd 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-09-10T06:27:36.146Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 77a7b11c-f905-443b-9f17-805eb4c1d9fd and serviceModelVersionId: 7ae3a688-7382-4504-94c3-6d979e54b628 2022-09-10T06:27:36.146Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5a4471f3-b37f-4d3f-9f3b-8945574cc3cd 2022-09-10T06:27:36.147Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5a4471f3-b37f-4d3f-9f3b-8945574cc3cd/model-vers/model-ver/7ae3a688-7382-4504-94c3-6d979e54b628?depth=0 2022-09-10T06:27:36.150Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-09-10T06:27:36.190Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|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/5a4471f3-b37f-4d3f-9f3b-8945574cc3cd/model-vers/model-ver/7ae3a688-7382-4504-94c3-6d979e54b628?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-09-10T06:27:36.191Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a4471f3-b37f-4d3f-9f3b-8945574cc3cd/model-vers/model-ver/7ae3a688-7382-4504-94c3-6d979e54b628?depth=0|INFO|500||Invoke 2022-09-10T06:27:36.218Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a4471f3-b37f-4d3f-9f3b-8945574cc3cd/model-vers/model-ver/7ae3a688-7382-4504-94c3-6d979e54b628?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-09-10T06:27:36.742Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a4471f3-b37f-4d3f-9f3b-8945574cc3cd/model-vers/model-ver/7ae3a688-7382-4504-94c3-6d979e54b628?depth=0|INFO|500||InvokeReturn 2022-09-10T06:27:36.742Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|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/5a4471f3-b37f-4d3f-9f3b-8945574cc3cd/model-vers/model-ver/7ae3a688-7382-4504-94c3-6d979e54b628?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220910-06:27:37:006-80097], vertex-id=[204984], Content-Length=[0], Date=[Sat, 10 Sep 2022 06:27:37 GMT], Content-Type=[application/json]} 2022-09-10T06:27:36.742Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-09-10T06:27:36.743Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-09-10T06:27:36.743Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|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-09-10T06:27:36.747Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|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-09-10T06:27:36.747Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 77a7b11c-f905-443b-9f17-805eb4c1d9fd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-09-10T06:27:36.747Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-09-10T06:27:36.748Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:27:36.749Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:27:36.749Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791256747, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-10T06:27:36.849Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:27:36.851Z||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-09-10T06:27:36.851Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:27:36.879Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:27:36.879Z||pool-82-thread-1|||||INFO|500||cambria reply ok (29 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-09-10T06:27:37.759Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:27:37.760Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"c772423e-d797-4dfe-89d8-0dd9bc89d75e","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"42b11414-739b-486a-adb8-5382854f1e93","serviceDescription":"service","serviceInvariantUUID":"106f1634-e404-4afd-b73b-a0128a0fcf4c","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e25beac6-719e-4fca-b116-2f848bd52e4f","resourceInvariantUUID":"e5d27d21-7c1b-45dc-b167-a083b05ad41e","resourceCustomizationUUID":"8cf91b71-da6d-4c2a-9836-5665214f3da2","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":"ODc2Y2VhZjZmOGZlMjkwOWI2NTE2YTg2MjE1NTAwNWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3b293b40-a802-4812-ac3c-69ae8679f36b","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":"0c68ac20-92d5-4523-91f6-e8792be0dc2d","artifactVersion":"2","generatedFromUUID":"c33cbbe4-7ba4-4777-9727-ab6340f783b9"},{"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":"c33cbbe4-7ba4-4777-9727-ab6340f783b9","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":"YTVmNzcxMmUwZDY5MTJlZGMwYmQ5ZWQzZDE1YzU0NjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"88927079-e859-4290-97c8-a04f6f8797e4","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":"aa718d9a-5ac0-4cdd-8e2e-6f3d335fab68","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":"8fff1dfc-291d-4251-a561-e88d94e302bb","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":"b41374ed-e536-44fd-8731-1f1d4915afe9","artifactVersion":"2","generatedFromUUID":"aa718d9a-5ac0-4cdd-8e2e-6f3d335fab68"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"Y2JhNTEzNjM5YjE4YmJiOTY4YWM0MGVhYzU4NDIxMWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dafb729c-fc43-432f-b550-f4c2aaf42f69","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ODY1NzFiMWE5MjAzMWY2MjE0ZWZmY2NlOGU3MTNmODU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c5c907f1-0622-4975-985f-164e26d75512","artifactVersion":"1"}],"workloadContext":"Production"} 2022-09-10T06:27:37.760Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:27:37.760Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:27:37.762Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:27:37.762Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791208189, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:27:37.862Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:27:37.863Z||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-09-10T06:27:37.863Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:27:37.875Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:27:37.875Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-09-10T06:27:38.762Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:27:38.763Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:27:38.765Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:27:38.765Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791208189, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-09-10T06:27:38.865Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-10T06:27:38.866Z||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-09-10T06:27:38.866Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:27:38.885Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:27:38.885Z||pool-84-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-09-10T06:27:39.766Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:27:39.766Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:27:39.768Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:27:39.768Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791208189, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-09-10T06:27:39.868Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:27:39.869Z||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-09-10T06:27:39.869Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:27:39.882Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:27:39.882Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:27:40.769Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:27:40.769Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:27:40.771Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:27:40.771Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791208189, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-09-10T06:27:40.872Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-10T06:27:40.872Z||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-09-10T06:27:40.872Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:27:40.884Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:27:40.885Z||pool-86-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:27:41.773Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:27:41.774Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:27:41.784Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:27:41.785Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791208189, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-09-10T06:27:41.879Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-09-10T06:27:41.880Z||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-09-10T06:27:41.881Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:27:41.926Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:27:41.927Z||pool-87-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:27:42.788Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:27:42.789Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:27:42.790Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:27:42.791Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791208189, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:27:42.891Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:27:42.892Z||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-09-10T06:27:42.892Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:27:42.914Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:27:42.914Z||pool-88-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-09-10T06:27:43.791Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:27:43.792Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:27:43.796Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:27:43.797Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791208189, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-09-10T06:27:43.897Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:27:43.898Z||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-09-10T06:27:43.898Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:27:43.915Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:27:43.915Z||pool-89-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:27:44.798Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:27:44.798Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:27:44.802Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:27:44.802Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791208189, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:27:44.901Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-10T06:27:44.902Z||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-09-10T06:27:44.902Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:27:44.913Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:27:44.914Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:27:45.802Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:27:45.803Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:27:45.805Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:27:45.805Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791208189, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:27:45.910Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-09-10T06:27:45.912Z||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-09-10T06:27:45.912Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:27:45.939Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:27:45.939Z||pool-91-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-09-10T06:27:46.806Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "42b11414-739b-486a-adb8-5382854f1e93", "serviceDescription": "service", "serviceInvariantUUID": "106f1634-e404-4afd-b73b-a0128a0fcf4c", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "8cf91b71-da6d-4c2a-9836-5665214f3da2", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e25beac6-719e-4fca-b116-2f848bd52e4f", "resourceInvariantUUID": "e5d27d21-7c1b-45dc-b167-a083b05ad41e", "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": "0c68ac20-92d5-4523-91f6-e8792be0dc2d", "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": "c33cbbe4-7ba4-4777-9727-ab6340f783b9", "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": "YTVmNzcxMmUwZDY5MTJlZGMwYmQ5ZWQzZDE1YzU0NjA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "88927079-e859-4290-97c8-a04f6f8797e4", "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": "aa718d9a-5ac0-4cdd-8e2e-6f3d335fab68", "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": "b41374ed-e536-44fd-8731-1f1d4915afe9", "generatedFromUUID": "aa718d9a-5ac0-4cdd-8e2e-6f3d335fab68" }, "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": "b41374ed-e536-44fd-8731-1f1d4915afe9", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "ODY1NzFiMWE5MjAzMWY2MjE0ZWZmY2NlOGU3MTNmODU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c5c907f1-0622-4975-985f-164e26d75512" } ], "workloadContext": "Production" } 2022-09-10T06:27:46.806Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-09-10T06:27:46.807Z|77a7b11c-f905-443b-9f17-805eb4c1d9fd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 42b11414-739b-486a-adb8-5382854f1e93 ASDC 2022-09-10T06:27:46.807Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:c772423e-d797-4dfe-89d8-0dd9bc89d75e ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:42b11414-739b-486a-adb8-5382854f1e93 ServiceInvariantUUID:106f1634-e404-4afd-b73b-a0128a0fcf4c 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:c5c907f1-0622-4975-985f-164e26d75512 ArtifactChecksum:ODY1NzFiMWE5MjAzMWY2MjE0ZWZmY2NlOGU3MTNmODU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:8cf91b71-da6d-4c2a-9836-5665214f3da2 ResourceInvariantUUID:e5d27d21-7c1b-45dc-b167-a083b05ad41e ResourceName:basic_cnf ResourceType:VF ResourceUUID:e25beac6-719e-4fca-b116-2f848bd52e4f 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:0c68ac20-92d5-4523-91f6-e8792be0dc2d 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:c33cbbe4-7ba4-4777-9727-ab6340f783b9 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:88927079-e859-4290-97c8-a04f6f8797e4 ArtifactChecksum:YTVmNzcxMmUwZDY5MTJlZGMwYmQ5ZWQzZDE1YzU0NjA= 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:aa718d9a-5ac0-4cdd-8e2e-6f3d335fab68 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:b41374ed-e536-44fd-8731-1f1d4915afe9 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:b41374ed-e536-44fd-8731-1f1d4915afe9 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-09-10T06:27:46.807Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 42b11414-739b-486a-adb8-5382854f1e93 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-09-10T06:27:46.834Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-10T06:27:46.835Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-09-10T06:27:46.835Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-09-10T06:27:46.835Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c5c907f1-0622-4975-985f-164e26d75512 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-09-10T06:27:46.835Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-09-10T06:27:46.835Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-09-10T06:27:47.049Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-09-10T06:27:47.052Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar c5c907f1-0622-4975-985f-164e26d75512 73680 2022-09-10T06:27:47.053Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-09-10T06:27:47.053Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-09-10T06:27:47.053Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-10T06:27:47.053Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:27:47.055Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:27:47.055Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791267053, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:27:47.155Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:27:47.156Z||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-09-10T06:27:47.156Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:27:47.166Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:27:47.166Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:27:48.055Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-10T06:27:48.056Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-09-10T06:27:48.056Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: c5c907f1-0622-4975-985f-164e26d75512, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-09-10T06:27:48.057Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-09-10T06:27:48.057Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-09-10T06:27:48.057Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-09-10T06:27:48.161Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17665108118207973140/Definitions/service-BasicCnf-template.yml Log warning: The required parameter "compute_dummy_metadata" is not provided Log warning: The required parameter "compute_dummy_name" is not provided 2022-09-10T06:27:49.217Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-09-10T06:27:49.217Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-09-10T06:27:49.218Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-09-10T06:27:49.218Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-09-10T06:27:49.218Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||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-09-10T06:27:49.219Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-09-10T06:27:49.219Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||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-09-10T06:27:49.219Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|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-BasicCnf-csar.csar 2022-09-10T06:27:49.220Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-09-10T06:27:49.220Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:27:49.221Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:27:49.221Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-09-10T06:27:49.222Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-09-10T06:27:49.222Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-10T06:27:49.222Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:27:49.223Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:27:49.223Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-09-10T06:27:49.224Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-09-10T06:27:49.224Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-10T06:27:49.224Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:27:49.225Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:27:49.225Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:27:49.225Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-09-10T06:27:49.225Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-09-10T06:27:49.226Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria 2022-09-10T06:27:49.226Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-09-10T06:27:49.226Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:27:49.226Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-10T06:27:49.226Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:27:49.226Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-09-10T06:27:49.227Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-10T06:27:49.227Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:27:49.227Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-09-10T06:27:49.227Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-10T06:27:49.227Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:27:49.227Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-09-10T06:27:49.228Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-10T06:27:49.228Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:27:49.228Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-09-10T06:27:49.228Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-09-10T06:27:49.228Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=49ba70d4-1d5e-40e6-bfb7-b988e0902847 2022-09-10T06:27:49.228Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:27:49.228Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:27:49.229Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:27:49.229Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:27:49.229Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:27:49.229Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:27:49.229Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:27:49.229Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:27:49.229Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:42b11414-739b-486a-adb8-5382854f1e93 Model Version:NULL Model InvariantUuid:106f1634-e404-4afd-b73b-a0128a0fcf4c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:2880580a-16fe-4524-a80d-e63dcd09683f Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:e5d27d21-7c1b-45dc-b167-a083b05ad41e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8cf91b71-da6d-4c2a-9836-5665214f3da2 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:55ae0ada-7bc1-47ba-ad7a-fdb0cad8b1f9 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:adae4bf2-f895-4582-8ef7-7107698438c4 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:49ba70d4-1d5e-40e6-bfb7-b988e0902847 ModelInvariantUuid:87e3693f-f124-40d9-974e-60a3d4d03fed ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:43e6dc50-47b8-4dfa-8334-f7f9ef46ccbe ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:a28c9a13-81ce-4a51-a6b8-d05151db035e ModelInvariantUuid:a0dff9f7-df45-4dde-a119-d971cb37403f ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:274ad075-986c-4cff-a4ea-f46f19a8b055 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-09-10T06:27:49.234Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: e25beac6-719e-4fca-b116-2f848bd52e4f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-10T06:27:49.237Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||basic_cnf 0 2022-09-10T06:27:49.237Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e25beac6-719e-4fca-b116-2f848bd52e4f 2022-09-10T06:27:49.237Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0c68ac20-92d5-4523-91f6-e8792be0dc2d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-09-10T06:27:49.237Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-09-10T06:27:49.238Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||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-09-10T06:27:49.381Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-09-10T06:27:49.381Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 0c68ac20-92d5-4523-91f6-e8792be0dc2d 12 2022-09-10T06:27:49.381Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||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-09-10T06:27:49.382Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||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-09-10T06:27:49.382Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-10T06:27:49.382Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:27:49.384Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:27:49.384Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791269381, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-09-10T06:27:49.484Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:27:49.485Z||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-09-10T06:27:49.485Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:27:49.499Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:27:49.500Z||pool-93-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:27:50.385Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c33cbbe4-7ba4-4777-9727-ab6340f783b9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-09-10T06:27:50.385Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-09-10T06:27:50.385Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||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-09-10T06:27:50.555Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-09-10T06:27:50.555Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz c33cbbe4-7ba4-4777-9727-ab6340f783b9 2688 2022-09-10T06:27:50.556Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||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-09-10T06:27:50.556Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||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-09-10T06:27:50.556Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-10T06:27:50.556Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:27:50.558Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:27:50.558Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791270556, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-09-10T06:27:50.658Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:27:50.659Z||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-09-10T06:27:50.659Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:27:50.684Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:27:50.684Z||pool-94-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:27:51.559Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 88927079-e859-4290-97c8-a04f6f8797e4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-09-10T06:27:51.559Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-09-10T06:27:51.559Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||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-09-10T06:27:51.761Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-09-10T06:27:51.762Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 88927079-e859-4290-97c8-a04f6f8797e4 828 2022-09-10T06:27:51.762Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||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-09-10T06:27:51.762Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||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-09-10T06:27:51.762Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-10T06:27:51.762Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:27:51.764Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:27:51.764Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791271762, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-10T06:27:51.864Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:27:51.865Z||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-09-10T06:27:51.866Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:27:51.877Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:27:51.878Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:27:52.765Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "55ae0ada-7bc1-47ba-ad7a-fdb0cad8b1f9", "vfModuleModelVersion": "1", "vfModuleModelUUID": "adae4bf2-f895-4582-8ef7-7107698438c4", "vfModuleModelCustomizationUUID": "b0ff5203-c198-403a-9aa1-06e36bb90da6", "isBase": true, "artifacts": [ "aa718d9a-5ac0-4cdd-8e2e-6f3d335fab68", "c33cbbe4-7ba4-4777-9727-ab6340f783b9", "b41374ed-e536-44fd-8731-1f1d4915afe9" ], "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-09-10T06:27:52.769Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:adae4bf2-f895-4582-8ef7-7107698438c4 VfModuleModelInvariantUUID:55ae0ada-7bc1-47ba-ad7a-fdb0cad8b1f9 VfModuleModelDescription:NULL Artifacts UUID List:{ aa718d9a-5ac0-4cdd-8e2e-6f3d335fab68 , c33cbbe4-7ba4-4777-9727-ab6340f783b9 , b41374ed-e536-44fd-8731-1f1d4915afe9 } 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-09-10T06:27:52.772Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "55ae0ada-7bc1-47ba-ad7a-fdb0cad8b1f9", "vfModuleModelVersion": "1", "vfModuleModelUUID": "adae4bf2-f895-4582-8ef7-7107698438c4", "vfModuleModelCustomizationUUID": "b0ff5203-c198-403a-9aa1-06e36bb90da6", "isBase": true, "artifacts": [ "aa718d9a-5ac0-4cdd-8e2e-6f3d335fab68", "c33cbbe4-7ba4-4777-9727-ab6340f783b9", "b41374ed-e536-44fd-8731-1f1d4915afe9" ], "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-09-10T06:27:52.772Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:adae4bf2-f895-4582-8ef7-7107698438c4 VfModuleModelInvariantUUID:55ae0ada-7bc1-47ba-ad7a-fdb0cad8b1f9 VfModuleModelDescription:NULL Artifacts UUID List:{ aa718d9a-5ac0-4cdd-8e2e-6f3d335fab68 , c33cbbe4-7ba4-4777-9727-ab6340f783b9 , b41374ed-e536-44fd-8731-1f1d4915afe9 } 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-09-10T06:27:52.772Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: aa718d9a-5ac0-4cdd-8e2e-6f3d335fab68 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-09-10T06:27:52.772Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-09-10T06:27:52.772Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||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-09-10T06:27:52.998Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-09-10T06:27:52.998Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml aa718d9a-5ac0-4cdd-8e2e-6f3d335fab68 1164 2022-09-10T06:27:52.999Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||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-09-10T06:27:52.999Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||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-09-10T06:27:52.999Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-10T06:27:52.999Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:27:53.001Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:27:53.001Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791272999, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-09-10T06:27:53.106Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-09-10T06:27:53.107Z||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-09-10T06:27:53.107Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:27:53.151Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:27:53.151Z||pool-96-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:27:53.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:27:53.170Z||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-09-10T06:27:53.171Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:27:53.313Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:27:53.313Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T06:27:53.313Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791208189, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:27:53.315Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T06:27:54.002Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b41374ed-e536-44fd-8731-1f1d4915afe9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-09-10T06:27:54.002Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-09-10T06:27:54.003Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||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-09-10T06:27:54.412Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-09-10T06:27:54.413Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env b41374ed-e536-44fd-8731-1f1d4915afe9 200 2022-09-10T06:27:54.413Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||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-09-10T06:27:54.413Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||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-09-10T06:27:54.413Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-10T06:27:54.414Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:27:54.416Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:27:54.416Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791274413, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-09-10T06:27:54.516Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:27:54.517Z||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-09-10T06:27:54.517Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:27:54.533Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:27:54.534Z||pool-97-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:27:55.416Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 42b11414-739b-486a-adb8-5382854f1e93 2022-09-10T06:27:55.417Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 e25beac6-719e-4fca-b116-2f848bd52e4f 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=? 2022-09-10T06:27:55.427Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||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 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-09-10T06:27:55.434Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@33defea8, org.onap.sdc.toscaparser.api.parameters.Input@448eecaa, org.onap.sdc.toscaparser.api.parameters.Input@f7b6a61, org.onap.sdc.toscaparser.api.parameters.Input@5a20e253, org.onap.sdc.toscaparser.api.parameters.Input@1ecf7c01] 2022-09-10T06:27:55.435Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:27:55.436Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:27:55.436Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-09-10T06:27:55.436Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 8cf91b71-da6d-4c2a-9836-5665214f3da2 2022-09-10T06:27:55.436Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8cf91b71-da6d-4c2a-9836-5665214f3da2 matches Tosca VF Customization UUID: 8cf91b71-da6d-4c2a-9836-5665214f3da2 2022-09-10T06:27:55.436Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 8cf91b71-da6d-4c2a-9836-5665214f3da2 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-09-10T06:27:55.438Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:27:55.438Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:27:55.439Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 8cf91b71-da6d-4c2a-9836-5665214f3da2: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-09-10T06:27:55.439Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2484207b 2022-09-10T06:27:55.439Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:27:55.439Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-10T06:27:55.439Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b0ff5203-c198-403a-9aa1-06e36bb90da6 2022-09-10T06:27:55.440Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b0ff5203-c198-403a-9aa1-06e36bb90da6 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-09-10T06:27:55.441Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:27:55.442Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-09-10T06:27:55.442Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-10T06:27:55.442Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:27:55.442Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-09-10T06:27:55.442Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-10T06:27:55.443Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:27:55.443Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-09-10T06:27:55.443Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-09-10T06:27:55.443Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=49ba70d4-1d5e-40e6-bfb7-b988e0902847 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-09-10T06:27:55.445Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:27:55.445Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-09-10T06:27:55.446Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-10T06:27:55.446Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:27:55.446Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-09-10T06:27:55.446Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=8cf91b71-da6d-4c2a-9836-5665214f3da2 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-10T06:27:55.448Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:27:55.448Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:27:55.448Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 42b11414-739b-486a-adb8-5382854f1e93: basic_cnf 2022-09-10T06:27:55.449Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:27:55.449Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:27:55.449Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:27:55.449Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:27:55.449Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:27:55.449Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:27:55.450Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:27:55.450Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:27:55.450Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:27:55.450Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:27:55.450Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||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-09-10T06:27:55.503Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf e25beac6-719e-4fca-b116-2f848bd52e4f 1 ASDC deployResourceStructure 2022-09-10T06:27:55.505Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||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-09-10T06:27:55.505Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||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-09-10T06:27:55.505Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-09-10T06:27:55.506Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:27:55.507Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:27:55.508Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791275504, "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-09-10T06:27:55.608Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-10T06:27:55.608Z||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-09-10T06:27:55.608Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:27:55.619Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:27:55.619Z||pool-98-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:27:56.508Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||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-09-10T06:27:56.509Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||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-09-10T06:27:56.509Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-09-10T06:27:56.509Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:27:56.511Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:27:56.511Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791276508, "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-09-10T06:27:56.611Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-10T06:27:56.613Z||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-09-10T06:27:56.613Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:27:56.625Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:27:56.625Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:27:57.513Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||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-09-10T06:27:57.513Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||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-09-10T06:27:57.513Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-10T06:27:57.514Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:27:57.516Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:27:57.516Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791277512, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-09-10T06:27:57.616Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:27:57.617Z||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-09-10T06:27:57.617Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:27:57.629Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:27:57.630Z||pool-100-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:27:58.517Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||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-09-10T06:27:58.518Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||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-09-10T06:27:58.518Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-10T06:27:58.518Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:27:58.520Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:27:58.520Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791278517, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-09-10T06:27:58.621Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-09-10T06:27:58.621Z||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-09-10T06:27:58.622Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:27:58.633Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:27:58.633Z||pool-101-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-09-10T06:27:59.521Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||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-09-10T06:27:59.522Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||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-09-10T06:27:59.522Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-10T06:27:59.523Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:27:59.525Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:27:59.526Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791279521, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-09-10T06:27:59.626Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-10T06:27:59.626Z||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-09-10T06:27:59.627Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:27:59.649Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:27:59.650Z||pool-102-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:28:00.527Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-09-10T06:28:00.527Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-09-10T06:28:00.528Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-10T06:28:00.528Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:28:00.530Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:28:00.530Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791280527, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:28:00.630Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-10T06:28:00.631Z||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-09-10T06:28:00.631Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:28:00.647Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:28:00.647Z||pool-103-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:28:01.534Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c772423e-d797-4dfe-89d8-0dd9bc89d75e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:28:01.547Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c772423e-d797-4dfe-89d8-0dd9bc89d75e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:28:01.550Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-10T06:28:01.550Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-10T06:28:01.551Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-09-10T06:28:01.551Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-09-10T06:28:01.551Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:28:01.552Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:28:01.552Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:28:01.553Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:28:01.553Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:28:01.553Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:28:01.553Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|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-09-10T06:28:01.559Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-09-10T06:28:31.559Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c772423e-d797-4dfe-89d8-0dd9bc89d75e 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-09-10T06:28:31.566Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c772423e-d797-4dfe-89d8-0dd9bc89d75e and serviceModelVersionId: 42b11414-739b-486a-adb8-5382854f1e93 2022-09-10T06:28:31.567Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 106f1634-e404-4afd-b73b-a0128a0fcf4c 2022-09-10T06:28:31.567Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/106f1634-e404-4afd-b73b-a0128a0fcf4c/model-vers/model-ver/42b11414-739b-486a-adb8-5382854f1e93?depth=0 2022-09-10T06:28:31.571Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-09-10T06:28:31.610Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|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/106f1634-e404-4afd-b73b-a0128a0fcf4c/model-vers/model-ver/42b11414-739b-486a-adb8-5382854f1e93?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-09-10T06:28:31.611Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106f1634-e404-4afd-b73b-a0128a0fcf4c/model-vers/model-ver/42b11414-739b-486a-adb8-5382854f1e93?depth=0|INFO|500||Invoke 2022-09-10T06:28:31.632Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106f1634-e404-4afd-b73b-a0128a0fcf4c/model-vers/model-ver/42b11414-739b-486a-adb8-5382854f1e93?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-09-10T06:28:32.236Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/106f1634-e404-4afd-b73b-a0128a0fcf4c/model-vers/model-ver/42b11414-739b-486a-adb8-5382854f1e93?depth=0|INFO|500||InvokeReturn 2022-09-10T06:28:32.236Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|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/106f1634-e404-4afd-b73b-a0128a0fcf4c/model-vers/model-ver/42b11414-739b-486a-adb8-5382854f1e93?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220910-06:28:32:414-82173], vertex-id=[204888], Content-Length=[0], Date=[Sat, 10 Sep 2022 06:28:32 GMT], Content-Type=[application/json]} 2022-09-10T06:28:32.238Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-09-10T06:28:32.238Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-09-10T06:28:32.238Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|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-09-10T06:28:32.243Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|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-09-10T06:28:32.243Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c772423e-d797-4dfe-89d8-0dd9bc89d75e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-09-10T06:28:32.244Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-09-10T06:28:32.244Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:28:32.246Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:28:32.246Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791312243, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-10T06:28:32.346Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:28:32.347Z||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-09-10T06:28:32.347Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:28:32.393Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:28:32.393Z||pool-104-thread-1|||||INFO|500||cambria reply ok (47 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-09-10T06:28:33.266Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:28:33.266Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|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-09-10T06:28:33.266Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:28:42.802Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:28:42.802Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:28:42.803Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|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-09-10T06:28:42.803Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:28:52.382Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:28:52.383Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:28:52.383Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|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-09-10T06:28:52.383Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:28:53.169Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:28:53.170Z||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-09-10T06:28:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:28:53.196Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:28:53.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:28:53.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791208189, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:28:53.198Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:28:53.198Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:28:53.198Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791216229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:28:53.198Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:28:53.198Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:28:53.198Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791218516, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-10T06:28:53.198Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:28:53.198Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:28:53.199Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791219759, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-09-10T06:28:53.199Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:28:53.199Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:28:53.199Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791220997, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-09-10T06:28:53.199Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:28:53.199Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:28:53.199Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791222106, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-09-10T06:28:53.199Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:28:53.199Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:28:53.199Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791223109, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-09-10T06:28:53.199Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:28:53.199Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:28:53.199Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791224113, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-09-10T06:28:53.199Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:28:53.199Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:28:53.199Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791225117, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:28:53.200Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:28:53.200Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:28:53.200Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a7b11c-f905-443b-9f17-805eb4c1d9fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791256747, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-10T06:28:53.200Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:28:53.200Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:28:53.200Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791208189, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:28:53.200Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:28:53.200Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:28:53.200Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791208189, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-09-10T06:28:53.200Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:28:53.200Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:28:53.200Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791208189, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-09-10T06:28:53.200Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:28:53.200Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:28:53.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791208189, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-09-10T06:28:53.201Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:28:53.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:28:53.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791208189, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-09-10T06:28:53.201Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:28:53.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:28:53.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791208189, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:28:53.201Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:28:53.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:28:53.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791208189, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-09-10T06:28:53.201Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:28:53.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:28:53.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791208189, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:28:53.202Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:28:53.202Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:28:53.202Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791208189, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:28:53.203Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:28:53.203Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:28:53.203Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791267053, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:28:53.203Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:28:53.203Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:28:53.203Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791269381, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-09-10T06:28:53.203Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:28:53.204Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:28:53.204Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791270556, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-09-10T06:28:53.204Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:28:53.204Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:28:53.204Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791271762, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-10T06:28:53.204Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:28:53.204Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:28:53.204Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791272999, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-09-10T06:28:53.205Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:29:01.971Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:29:01.972Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:29:01.972Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|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-09-10T06:29:01.972Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:29:11.537Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:29:53.168Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:29:53.169Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:29:53.171Z||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-09-10T06:29:53.171Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:29:53.171Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|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-09-10T06:29:53.171Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:29:53.707Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:29:53.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:29:53.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791274413, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-09-10T06:29:53.710Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:29:53.710Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:29:53.710Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791275504, "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-09-10T06:29:53.710Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:29:53.710Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:29:53.710Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791276508, "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-09-10T06:29:53.711Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:29:53.711Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:29:53.711Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791277512, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-09-10T06:29:53.711Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:29:53.711Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:29:53.711Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791278517, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-09-10T06:29:53.711Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:29:53.712Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:29:53.712Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791279521, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-09-10T06:29:53.712Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:29:53.712Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:29:53.712Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791280527, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:29:53.712Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:29:53.712Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:29:53.712Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c772423e-d797-4dfe-89d8-0dd9bc89d75e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791312243, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-10T06:29:53.713Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:30:02.728Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:30:53.170Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:30:53.170Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:30:53.170Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|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-09-10T06:30:53.171Z||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-09-10T06:30:53.171Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:30:53.171Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:31:02.737Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:31:02.739Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:31:53.167Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:31:53.167Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|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-09-10T06:31:53.167Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:31:53.169Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:31:53.170Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|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-09-10T06:31:53.170Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:32:02.778Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:32:02.781Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:32:53.167Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:32:53.167Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|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-09-10T06:32:53.167Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:32:53.169Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:32:53.170Z||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-09-10T06:32:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:32:53.812Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:32:53.813Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.813Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"0c706bba-30d9-4ef7-8d4d-d068cce75631","serviceName":"Demo_pNF_jI36SHjYdfs51z4rwv4s","serviceVersion":"1.0","serviceUUID":"044e5d96-4a15-49fa-b687-ef0536cb01b7","serviceDescription":"catalog service description","serviceInvariantUUID":"d03d3816-af05-43af-8871-90278f2d63d5","resources":[{"resourceInstanceName":"pNF 590c5ff7-f01f 0","resourceName":"pNF 590c5ff7-f01f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d45f58f4-b9b0-4ed8-aa9d-1d950c13755b","resourceInvariantUUID":"d28ddf3e-9643-4f35-842f-7d937a42d535","resourceCustomizationUUID":"c11ab992-018d-4ec5-8224-c024eab3d531","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/vf-license-model.xml","artifactChecksum":"NzA1ZmU4YzFkY2FjYjY3OWM2YTFhYTFmOGNmM2MyZDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b37121a9-accc-4d65-904f-5c6316e65cb6","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/pNF.csar","artifactChecksum":"OWQ3Y2EwYWY2YWM2YjM0MWJmMmZmNGRjYmYwZjdiZTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"78a02740-8352-4fd3-8c9b-a3d6f9b3fcd4","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f3a8d4e6-3259-464c-9a4c-f67f80019d57","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/vendor-license-model.xml","artifactChecksum":"ODIyZmIyZWJiMzg3Njc0MzU0ODQ0NGY0NDJjZGJhZTI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4401c11d-7475-42e8-9d99-e45f9e79f5e7","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"88b44bb1-4a08-465d-85e5-a33d1d9ce7c0","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ffb2a1b0-e378-480b-88dc-844467955772","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJi36shjydfs51z4rwv4s-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/artifacts/service-DemoPnfJi36shjydfs51z4rwv4s-template.yml","artifactChecksum":"OWZlMmIyZGQ1N2FkNWYwOWU5YTE3MGVmNzA1ZjlmMTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"52a8370d-3183-45b7-86e7-18c76af3b2d1","artifactVersion":"1"},{"artifactName":"service-DemoPnfJi36shjydfs51z4rwv4s-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/artifacts/service-DemoPnfJi36shjydfs51z4rwv4s-csar.csar","artifactChecksum":"NjFmOTZkNjUzYWQ0MzhmMzViNDFiMWZkNTZmMzJjYmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0e2b83f4-bd58-42cc-9da1-96b5ea928177","artifactVersion":"1"}],"workloadContext":"Production"} 2022-09-10T06:32:53.815Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:32:53.816Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:32:53.816Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.816Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:32:53.816Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "policy-id", "timestamp": 1662791523970, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:53.817Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.817Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.817Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "cds", "timestamp": 1662791525196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:53.817Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.817Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.817Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "ves-openapi-manager", "timestamp": 1662791527727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:53.818Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.818Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.818Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "policy-id", "timestamp": 1662791523970, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:53.818Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.818Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.818Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "ves-openapi-manager", "timestamp": 1662791527727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:53.818Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.818Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.818Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "cds", "timestamp": 1662791525196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:53.819Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.819Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.819Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "policy-id", "timestamp": 1662791523970, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:53.819Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.819Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.819Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "ves-openapi-manager", "timestamp": 1662791527727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:53.819Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.819Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.819Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "cds", "timestamp": 1662791525196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:53.819Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.820Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.820Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "policy-id", "timestamp": 1662791523970, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:53.820Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.820Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.820Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "cds", "timestamp": 1662791525196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:53.820Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.820Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.820Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "ves-openapi-manager", "timestamp": 1662791527727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:53.820Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.820Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.820Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "policy-id", "timestamp": 1662791523970, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:53.821Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.821Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.821Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "cds", "timestamp": 1662791525196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:53.821Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.821Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.821Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "ves-openapi-manager", "timestamp": 1662791527727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:53.821Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.821Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.821Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "policy-id", "timestamp": 1662791523970, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:53.822Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.822Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.822Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "cds", "timestamp": 1662791525196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:53.822Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.822Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.822Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "ves-openapi-manager", "timestamp": 1662791527727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-09-10T06:32:53.822Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.822Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.823Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "aai-ml", "timestamp": 1662791534398, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:53.823Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.823Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.823Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "policy-id", "timestamp": 1662791523970, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/artifacts/service-DemoPnfJi36shjydfs51z4rwv4s-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:53.823Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.823Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.823Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "ves-openapi-manager", "timestamp": 1662791527727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/artifacts/service-DemoPnfJi36shjydfs51z4rwv4s-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:53.823Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.823Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.823Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "cds", "timestamp": 1662791525196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/artifacts/service-DemoPnfJi36shjydfs51z4rwv4s-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:53.824Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.824Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.824Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "aai-ml", "timestamp": 1662791534398, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:53.824Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.824Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.824Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "policy-id", "timestamp": 1662791523970, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/artifacts/service-DemoPnfJi36shjydfs51z4rwv4s-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:32:53.824Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.824Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.824Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "cds", "timestamp": 1662791525196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/artifacts/service-DemoPnfJi36shjydfs51z4rwv4s-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:32:53.825Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.825Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.825Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "ves-openapi-manager", "timestamp": 1662791527727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/artifacts/service-DemoPnfJi36shjydfs51z4rwv4s-csar.csar", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:53.825Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.825Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.825Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "aai-ml", "timestamp": 1662791534398, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:53.825Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.825Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.826Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "clamp", "timestamp": 1662791536885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:53.826Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.826Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.826Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662791537814, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:53.826Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.826Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.826Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "policy-id", "timestamp": 1662791537622, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/artifacts/service-DemoPnfJi36shjydfs51z4rwv4s-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:32:53.826Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:32:53.826Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.826Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "ves-openapi-manager", "timestamp": 1662791538918, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-09-10T06:32:53.826Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:32:53.827Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:32:53.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.827Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791573167, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:53.827Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "cds", "timestamp": 1662791539035, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/artifacts/service-DemoPnfJi36shjydfs51z4rwv4s-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:32:53.827Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:32:53.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.827Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "aai-ml", "timestamp": 1662791534398, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:53.827Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.827Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "clamp", "timestamp": 1662791536885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:53.827Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662791537814, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:53.828Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "policy-id", "timestamp": 1662791538627, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/artifacts/service-DemoPnfJi36shjydfs51z4rwv4s-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:32:53.828Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:32:53.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "aai-ml", "timestamp": 1662791534398, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:53.828Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "ves-openapi-manager", "timestamp": 1662791540071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-09-10T06:32:53.829Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:32:53.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "cds", "timestamp": 1662791540072, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/artifacts/service-DemoPnfJi36shjydfs51z4rwv4s-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-09-10T06:32:53.846Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0c706bba-30d9-4ef7-8d4d-d068cce75631 2022-09-10T06:32:53.846Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c706bba-30d9-4ef7-8d4d-d068cce75631 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-09-10T06:32:53.853Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.853Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "multicloud-k8s-id", "timestamp": 1662791538944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:53.854Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.854Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.854Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "clamp", "timestamp": 1662791536885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:53.854Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.855Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.855Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662791537814, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:53.855Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.855Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.855Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "policy-id", "timestamp": 1662791539630, "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-09-10T06:32:53.859Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0c706bba-30d9-4ef7-8d4d-d068cce75631 2022-09-10T06:32:53.859Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c706bba-30d9-4ef7-8d4d-d068cce75631 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-09-10T06:32:53.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.866Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "aai-ml", "timestamp": 1662791534398, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:53.866Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.866Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "ves-openapi-manager", "timestamp": 1662791541121, "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-09-10T06:32:53.869Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 0c706bba-30d9-4ef7-8d4d-d068cce75631 2022-09-10T06:32:53.870Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c706bba-30d9-4ef7-8d4d-d068cce75631 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-09-10T06:32:53.876Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.876Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "multicloud-k8s-id", "timestamp": 1662791538944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:53.876Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.876Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.876Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "clamp", "timestamp": 1662791536885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:53.876Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.876Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.876Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662791537814, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:53.877Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.877Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "aai-ml", "timestamp": 1662791534398, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/artifacts/service-DemoPnfJi36shjydfs51z4rwv4s-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:53.877Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.877Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "multicloud-k8s-id", "timestamp": 1662791538944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:53.877Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.877Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "clamp", "timestamp": 1662791536885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:53.878Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.878Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662791537814, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:53.878Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.878Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "aai-ml", "timestamp": 1662791534398, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/artifacts/service-DemoPnfJi36shjydfs51z4rwv4s-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:32:53.878Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.878Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "multicloud-k8s-id", "timestamp": 1662791538944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:53.878Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.878Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "clamp", "timestamp": 1662791536885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:53.879Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.879Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662791537814, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:53.879Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.879Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "multicloud-k8s-id", "timestamp": 1662791538944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:53.879Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.879Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "aai-ml", "timestamp": 1662791543457, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/artifacts/service-DemoPnfJi36shjydfs51z4rwv4s-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:32:53.879Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:32:53.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "clamp", "timestamp": 1662791536885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/artifacts/service-DemoPnfJi36shjydfs51z4rwv4s-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:53.880Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662791537814, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/artifacts/service-DemoPnfJi36shjydfs51z4rwv4s-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:53.880Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "multicloud-k8s-id", "timestamp": 1662791538944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:53.880Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "clamp", "timestamp": 1662791536885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/artifacts/service-DemoPnfJi36shjydfs51z4rwv4s-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:32:53.881Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662791537814, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/artifacts/service-DemoPnfJi36shjydfs51z4rwv4s-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:32:53.881Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "multicloud-k8s-id", "timestamp": 1662791538944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/artifacts/service-DemoPnfJi36shjydfs51z4rwv4s-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:53.881Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662791547179, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/artifacts/service-DemoPnfJi36shjydfs51z4rwv4s-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:32:53.882Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:32:53.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "multicloud-k8s-id", "timestamp": 1662791538944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/artifacts/service-DemoPnfJi36shjydfs51z4rwv4s-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:32:53.882Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:32:53.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "aai-ml", "timestamp": 1662791548489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/artifacts/service-DemoPnfJi36shjydfs51z4rwv4s-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:32:53.882Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:32:53.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662791550174, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/artifacts/service-DemoPnfJi36shjydfs51z4rwv4s-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:32:53.882Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:32:53.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.883Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "aai-ml", "timestamp": 1662791549492, "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-09-10T06:32:53.887Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0c706bba-30d9-4ef7-8d4d-d068cce75631 2022-09-10T06:32:53.887Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c706bba-30d9-4ef7-8d4d-d068cce75631 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-09-10T06:32:53.895Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.895Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662791551181, "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-09-10T06:32:53.900Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0c706bba-30d9-4ef7-8d4d-d068cce75631 2022-09-10T06:32:53.900Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c706bba-30d9-4ef7-8d4d-d068cce75631 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-09-10T06:32:53.907Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.908Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "clamp", "timestamp": 1662791554351, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/artifacts/service-DemoPnfJi36shjydfs51z4rwv4s-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:32:53.908Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:32:53.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.908Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "clamp", "timestamp": 1662791557353, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/artifacts/service-DemoPnfJi36shjydfs51z4rwv4s-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:32:53.908Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:32:53.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:32:53.908Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "clamp", "timestamp": 1662791558356, "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-09-10T06:32:53.913Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0c706bba-30d9-4ef7-8d4d-d068cce75631 2022-09-10T06:32:53.913Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c706bba-30d9-4ef7-8d4d-d068cce75631 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-09-10T06:32:53.925Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-09-10T06:32:53.926Z||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-09-10T06:32:53.926Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:32:53.940Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:32:53.940Z||pool-105-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:32:54.827Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:32:54.828Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:32:54.830Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:32:54.830Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791573167, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:54.930Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:32:54.931Z||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-09-10T06:32:54.931Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:32:54.943Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:32:54.943Z||pool-106-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:32:55.831Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:32:55.832Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:32:55.834Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:32:55.834Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791573167, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:55.934Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:32:55.935Z||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-09-10T06:32:55.935Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:32:55.959Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:32:55.960Z||pool-107-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:32:56.834Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:32:56.835Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:32:56.838Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:32:56.839Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791573167, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:56.939Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:32:56.939Z||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-09-10T06:32:56.940Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:32:56.953Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:32:56.954Z||pool-108-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:32:57.839Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:32:57.839Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:32:57.841Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:32:57.842Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791573167, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:57.942Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:32:57.943Z||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-09-10T06:32:57.943Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:32:57.957Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:32:57.957Z||pool-109-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:32:58.842Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:32:58.843Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:32:58.845Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:32:58.846Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791573167, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:58.946Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-10T06:32:58.946Z||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-09-10T06:32:58.947Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:32:58.963Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:32:58.963Z||pool-110-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:32:59.849Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:32:59.850Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:32:59.852Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:32:59.852Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791573167, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/artifacts/service-DemoPnfJi36shjydfs51z4rwv4s-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:32:59.952Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:32:59.953Z||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-09-10T06:32:59.954Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:32:59.968Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:32:59.969Z||pool-111-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:33:00.853Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:33:00.854Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:33:00.856Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:33:00.856Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791573167, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/artifacts/service-DemoPnfJi36shjydfs51z4rwv4s-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:33:00.956Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:33:00.957Z||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-09-10T06:33:00.957Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:33:01.041Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:33:01.042Z||pool-112-thread-1|||||INFO|500||cambria reply ok (86 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:33:01.857Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "serviceName": "Demo_pNF_jI36SHjYdfs51z4rwv4s", "serviceVersion": "1.0", "serviceUUID": "044e5d96-4a15-49fa-b687-ef0536cb01b7", "serviceDescription": "catalog service description", "serviceInvariantUUID": "d03d3816-af05-43af-8871-90278f2d63d5", "resources": [ { "resourceInstanceName": "pNF 590c5ff7-f01f 0", "resourceCustomizationUUID": "c11ab992-018d-4ec5-8224-c024eab3d531", "resourceName": "pNF 590c5ff7-f01f", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "d45f58f4-b9b0-4ed8-aa9d-1d950c13755b", "resourceInvariantUUID": "d28ddf3e-9643-4f35-842f-7d937a42d535", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfJi36shjydfs51z4rwv4s-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/artifacts/service-DemoPnfJi36shjydfs51z4rwv4s-csar.csar", "artifactChecksum": "NjFmOTZkNjUzYWQ0MzhmMzViNDFiMWZkNTZmMzJjYmQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0e2b83f4-bd58-42cc-9da1-96b5ea928177" } ], "workloadContext": "Production" } 2022-09-10T06:33:01.857Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-09-10T06:33:01.858Z|c772423e-d797-4dfe-89d8-0dd9bc89d75e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 044e5d96-4a15-49fa-b687-ef0536cb01b7 ASDC 2022-09-10T06:33:01.858Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:0c706bba-30d9-4ef7-8d4d-d068cce75631 ServiceName:Demo_pNF_jI36SHjYdfs51z4rwv4s ServiceVersion:1.0 ServiceUUID:044e5d96-4a15-49fa-b687-ef0536cb01b7 ServiceInvariantUUID:d03d3816-af05-43af-8871-90278f2d63d5 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfJi36shjydfs51z4rwv4s-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/artifacts/service-DemoPnfJi36shjydfs51z4rwv4s-csar.csar ArtifactUUID:0e2b83f4-bd58-42cc-9da1-96b5ea928177 ArtifactChecksum:NjFmOTZkNjUzYWQ0MzhmMzViNDFiMWZkNTZmMzJjYmQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 590c5ff7-f01f 0 ResourceCustomizationUUID:c11ab992-018d-4ec5-8224-c024eab3d531 ResourceInvariantUUID:d28ddf3e-9643-4f35-842f-7d937a42d535 ResourceName:pNF 590c5ff7-f01f ResourceType:PNF ResourceUUID:d45f58f4-b9b0-4ed8-aa9d-1d950c13755b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-09-10T06:33:01.859Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 044e5d96-4a15-49fa-b687-ef0536cb01b7 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-09-10T06:33:01.900Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-10T06:33:01.901Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-09-10T06:33:01.902Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-09-10T06:33:01.902Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0e2b83f4-bd58-42cc-9da1-96b5ea928177 from URL: /sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/artifacts/service-DemoPnfJi36shjydfs51z4rwv4s-csar.csar 2022-09-10T06:33:01.902Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-09-10T06:33:01.902Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/artifacts/service-DemoPnfJi36shjydfs51z4rwv4s-csar.csar 2022-09-10T06:33:02.123Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-09-10T06:33:02.134Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/artifacts/service-DemoPnfJi36shjydfs51z4rwv4s-csar.csar 0e2b83f4-bd58-42cc-9da1-96b5ea928177 87775 2022-09-10T06:33:02.136Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/artifacts/service-DemoPnfJi36shjydfs51z4rwv4s-csar.csar ASDC sendASDCNotification 2022-09-10T06:33:02.136Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/artifacts/service-DemoPnfJi36shjydfs51z4rwv4s-csar.csar 2022-09-10T06:33:02.136Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-10T06:33:02.136Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:33:02.141Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:33:02.141Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791582136, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/artifacts/service-DemoPnfJi36shjydfs51z4rwv4s-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:33:02.241Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:33:02.242Z||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-09-10T06:33:02.242Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:33:02.281Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:33:02.282Z||pool-113-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:33:03.142Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-10T06:33:03.143Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-09-10T06:33:03.143Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 0e2b83f4-bd58-42cc-9da1-96b5ea928177, URL: /sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/artifacts/service-DemoPnfJi36shjydfs51z4rwv4s-csar.csar to file: /app/ASDC/1/service-DemoPnfJi36shjydfs51z4rwv4s-csar.csar 2022-09-10T06:33:03.144Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJi36shjydfs51z4rwv4s-csar.csar 2022-09-10T06:33:03.145Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJi36shjydfs51z4rwv4s-csar.csar 2022-09-10T06:33:03.145Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJi36shjydfs51z4rwv4s-csar.csar 2022-09-10T06:33:03.284Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9696678706804315417/Definitions/service-DemoPnfJi36shjydfs51z4rwv4s-template.yml 2022-09-10T06:33:04.116Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-09-10T06:33:04.117Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-09-10T06:33:04.117Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJi36shjydfs51z4rwv4s-csar.csar 2022-09-10T06:33:04.117Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-09-10T06:33:04.117Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|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-DemoPnfJi36shjydfs51z4rwv4s-csar.csar 2022-09-10T06:33:04.118Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|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-DemoPnfJi36shjydfs51z4rwv4s-csar.csar 2022-09-10T06:33:04.118Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|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-DemoPnfJi36shjydfs51z4rwv4s-csar.csar 2022-09-10T06:33:04.118Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|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-DemoPnfJi36shjydfs51z4rwv4s-csar.csar 2022-09-10T06:33:04.118Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|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-DemoPnfJi36shjydfs51z4rwv4s-csar.csar 2022-09-10T06:33:04.118Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|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-DemoPnfJi36shjydfs51z4rwv4s-csar.csar 2022-09-10T06:33:04.118Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 590c5ff7-f01f 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-DemoPnfJi36shjydfs51z4rwv4s-csar.csar 2022-09-10T06:33:04.118Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-09-10T06:33:04.118Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:33:04.118Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_jI36SHjYdfs51z4rwv4s is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:33:04.119Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||Node template pNF 590c5ff7-f01f 0 is matching search criteria 2022-09-10T06:33:04.119Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-09-10T06:33:04.119Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 590c5ff7-f01f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-10T06:33:04.119Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:33:04.119Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_jI36SHjYdfs51z4rwv4s is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:33:04.120Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||Node template pNF 590c5ff7-f01f 0 is matching search criteria 2022-09-10T06:33:04.120Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-09-10T06:33:04.120Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 590c5ff7-f01f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-10T06:33:04.120Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:33:04.120Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_jI36SHjYdfs51z4rwv4s is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:33:04.120Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:33:04.120Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_jI36SHjYdfs51z4rwv4s is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:33:04.121Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:33:04.121Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_jI36SHjYdfs51z4rwv4s is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:33:04.121Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:33:04.121Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_jI36SHjYdfs51z4rwv4s is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:33:04.121Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:33:04.122Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_jI36SHjYdfs51z4rwv4s is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:33:04.122Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_jI36SHjYdfs51z4rwv4s Description:catalog service description Model UUID:044e5d96-4a15-49fa-b687-ef0536cb01b7 Model Version:NULL Model InvariantUuid:d03d3816-af05-43af-8871-90278f2d63d5 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-09-10T06:33:04.129Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: d45f58f4-b9b0-4ed8-aa9d-1d950c13755b Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-10T06:33:04.131Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||pNF 590c5ff7-f01f 0 2022-09-10T06:33:04.132Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d45f58f4-b9b0-4ed8-aa9d-1d950c13755b 2022-09-10T06:33:04.132Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 044e5d96-4a15-49fa-b687-ef0536cb01b7 2022-09-10T06:33:04.132Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 044e5d96-4a15-49fa-b687-ef0536cb01b7 2022-09-10T06:33:04.132Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 590c5ff7-f01f 0 d45f58f4-b9b0-4ed8-aa9d-1d950c13755b 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-09-10T06:33:04.136Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@24d3ed58, org.onap.sdc.toscaparser.api.parameters.Input@264a1d76, org.onap.sdc.toscaparser.api.parameters.Input@10432734, org.onap.sdc.toscaparser.api.parameters.Input@3e8cc789, org.onap.sdc.toscaparser.api.parameters.Input@58e442d] 2022-09-10T06:33:04.136Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:33:04.136Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_jI36SHjYdfs51z4rwv4s is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:33:04.137Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 044e5d96-4a15-49fa-b687-ef0536cb01b7: pNF 590c5ff7-f01f 2022-09-10T06:33:04.137Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Processing PNF resource: d45f58f4-b9b0-4ed8-aa9d-1d950c13755b 2022-09-10T06:33:04.137Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:33:04.137Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_jI36SHjYdfs51z4rwv4s is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:33:04.138Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Resource customization UUID: c11ab992-018d-4ec5-8224-c024eab3d531 is the same as notified resource customizationUUID: c11ab992-018d-4ec5-8224-c024eab3d531 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-09-10T06:33:04.169Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 590c5ff7-f01f d45f58f4-b9b0-4ed8-aa9d-1d950c13755b 0 ASDC deployResourceStructure 2022-09-10T06:33:04.169Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/artifacts/service-DemoPnfJi36shjydfs51z4rwv4s-csar.csar ASDC sendASDCNotification 2022-09-10T06:33:04.170Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/artifacts/service-DemoPnfJi36shjydfs51z4rwv4s-csar.csar 2022-09-10T06:33:04.170Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-10T06:33:04.170Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:33:04.172Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:33:04.172Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791584169, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/artifacts/service-DemoPnfJi36shjydfs51z4rwv4s-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:33:04.272Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:33:04.273Z||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-09-10T06:33:04.273Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:33:04.290Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:33:04.290Z||pool-114-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:33:05.173Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c706bba-30d9-4ef7-8d4d-d068cce75631 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:33:05.185Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c706bba-30d9-4ef7-8d4d-d068cce75631 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:33:05.188Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-10T06:33:05.188Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-10T06:33:05.188Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-09-10T06:33:05.189Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-09-10T06:33:05.189Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:33:05.189Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:33:05.189Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:33:05.189Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:33:05.190Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:33:05.190Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:33:05.190Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:33:05.190Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|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-09-10T06:33:05.195Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-09-10T06:33:35.196Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0c706bba-30d9-4ef7-8d4d-d068cce75631 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-09-10T06:33:35.203Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0c706bba-30d9-4ef7-8d4d-d068cce75631 and serviceModelVersionId: 044e5d96-4a15-49fa-b687-ef0536cb01b7 2022-09-10T06:33:35.203Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d03d3816-af05-43af-8871-90278f2d63d5 2022-09-10T06:33:35.204Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d03d3816-af05-43af-8871-90278f2d63d5/model-vers/model-ver/044e5d96-4a15-49fa-b687-ef0536cb01b7?depth=0 2022-09-10T06:33:35.208Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-09-10T06:33:35.256Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d03d3816-af05-43af-8871-90278f2d63d5/model-vers/model-ver/044e5d96-4a15-49fa-b687-ef0536cb01b7?depth=0|INFO|500||Invoke 2022-09-10T06:33:35.257Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d03d3816-af05-43af-8871-90278f2d63d5/model-vers/model-ver/044e5d96-4a15-49fa-b687-ef0536cb01b7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d03d3816-af05-43af-8871-90278f2d63d5/model-vers/model-ver/044e5d96-4a15-49fa-b687-ef0536cb01b7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0c706bba-30d9-4ef7-8d4d-d068cce75631], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b620b701-83e4-4b60-9a9f-e944f649fc56], X-ECOMP-RequestID=[0c706bba-30d9-4ef7-8d4d-d068cce75631], X-TransactionId=[], X-ONAP-RequestID=[0c706bba-30d9-4ef7-8d4d-d068cce75631], Content-Type=[application/merge-patch+json]} 2022-09-10T06:33:35.282Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d03d3816-af05-43af-8871-90278f2d63d5/model-vers/model-ver/044e5d96-4a15-49fa-b687-ef0536cb01b7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-09-10T06:33:35.693Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d03d3816-af05-43af-8871-90278f2d63d5/model-vers/model-ver/044e5d96-4a15-49fa-b687-ef0536cb01b7?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/d03d3816-af05-43af-8871-90278f2d63d5/model-vers/model-ver/044e5d96-4a15-49fa-b687-ef0536cb01b7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220910-06:33:36:070-26972], vertex-id=[442504], Content-Length=[0], Date=[Sat, 10 Sep 2022 06:33:36 GMT], Content-Type=[application/json]} 2022-09-10T06:33:35.693Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d03d3816-af05-43af-8871-90278f2d63d5/model-vers/model-ver/044e5d96-4a15-49fa-b687-ef0536cb01b7?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-09-10T06:33:35.694Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d03d3816-af05-43af-8871-90278f2d63d5/model-vers/model-ver/044e5d96-4a15-49fa-b687-ef0536cb01b7?depth=0|INFO|500||InvokeReturn 2022-09-10T06:33:35.694Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-09-10T06:33:35.694Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|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-09-10T06:33:35.699Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|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-09-10T06:33:35.699Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0c706bba-30d9-4ef7-8d4d-d068cce75631 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-09-10T06:33:35.699Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-09-10T06:33:35.699Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:33:35.701Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:33:35.701Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791615699, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-10T06:33:35.801Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:33:35.802Z||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-09-10T06:33:35.802Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:33:35.850Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:33:35.850Z||pool-115-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-09-10T06:33:53.167Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:33:53.167Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|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-09-10T06:33:53.167Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:33:53.169Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:33:53.170Z||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-09-10T06:33:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:33:53.300Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:33:53.300Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:33:53.300Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791573167, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:33:53.301Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:34:02.713Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:34:53.167Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:34:53.167Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|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-09-10T06:34:53.168Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:34:53.169Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:34:53.170Z||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-09-10T06:34:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:34:53.720Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:34:53.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:34:53.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791573167, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-10T06:34:53.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:34:53.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:34:53.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791573167, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-10T06:34:53.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:34:53.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:34:53.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791573167, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:34:53.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:34:53.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:34:53.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791573167, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:34:53.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:34:53.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:34:53.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791573167, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/resourceInstances/pnf590c5ff7f01f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:34:53.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:34:53.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:34:53.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791573167, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/artifacts/service-DemoPnfJi36shjydfs51z4rwv4s-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:34:53.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:34:53.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:34:53.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791573167, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/artifacts/service-DemoPnfJi36shjydfs51z4rwv4s-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:34:53.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-10T06:34:53.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:34:53.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791582136, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/artifacts/service-DemoPnfJi36shjydfs51z4rwv4s-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:34:53.724Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:34:53.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:34:53.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791584169, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJi36shjydfs51z4rwv4s/1.0/artifacts/service-DemoPnfJi36shjydfs51z4rwv4s-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:34:53.725Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:34:53.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-10T06:34:53.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c706bba-30d9-4ef7-8d4d-d068cce75631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791615699, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-10T06:34:53.725Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:35:02.733Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:35:53.167Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:35:53.168Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|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-09-10T06:35:53.168Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:35:53.169Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:35:53.170Z||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-09-10T06:35:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:35:57.835Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:35:57.836Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:35:57.836Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"1db3a389-9f27-4273-b01d-014eb3663dce","serviceName":"Demo_pNF_RpNX6tx1zvZRwmndzrxC","serviceVersion":"1.0","serviceUUID":"29cb4ee9-13c6-4fd7-98e2-f6434fdd7451","serviceDescription":"catalog service description","serviceInvariantUUID":"952fb2a7-98dd-457d-8c82-1f258693e867","resources":[{"resourceInstanceName":"pNF 50f39435-e905 0","resourceName":"pNF 50f39435-e905","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"920a189e-d44d-4b48-962a-4d68111fc997","resourceInvariantUUID":"99edf00a-b124-4c93-98a7-1825853ee239","resourceCustomizationUUID":"539fb0f9-a92e-461e-aeef-194ad6dcc8e0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/vf-license-model.xml","artifactChecksum":"ZmNmYWNlZjZjNjNjMzZiYmVmODI2NDUyZmUyZmNiMWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"00c2aca1-4631-4806-8cbf-a8ba284bb772","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/pNF.csar","artifactChecksum":"OWQ3Y2EwYWY2YWM2YjM0MWJmMmZmNGRjYmYwZjdiZTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3ecd4d21-031c-4cf2-8d6a-a25656871c73","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7c8297b5-d3c2-40c6-9c86-de3d478acfcb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/vendor-license-model.xml","artifactChecksum":"NTFhMTRlOTFlYmZkM2E4NDU1Mzc4ZjdiNzY5ZDM1ZDg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8014198b-981e-433e-a07a-cd525041c552","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4e4f003f-c26d-43d3-9143-e82995bca200","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3a55f5ec-143a-4b17-a97a-11b764a14731","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRpnx6tx1zvzrwmndzrxc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/artifacts/service-DemoPnfRpnx6tx1zvzrwmndzrxc-template.yml","artifactChecksum":"MGU2MzVlODk1NWQxM2JhODJkMDJiY2RkOWQwNGIxMmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bc5df21d-2d4c-42d2-840e-c959554055bc","artifactVersion":"1"},{"artifactName":"service-DemoPnfRpnx6tx1zvzrwmndzrxc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/artifacts/service-DemoPnfRpnx6tx1zvzrwmndzrxc-csar.csar","artifactChecksum":"NTk0ZTRhMTYzNDUxODc1MDE3Yjg4MzFkODAxMjUzNDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"da7c0374-5e62-4c6e-982c-3698391e6e2f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-09-10T06:35:57.837Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:35:57.838Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:35:57.839Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:35:57.839Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791753167, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:35:57.939Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:35:57.941Z||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-09-10T06:35:57.941Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:35:57.951Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:35:57.951Z||pool-116-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-09-10T06:35:58.111Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:35:58.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:35:58.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791753167, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:35:58.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:35:58.840Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:35:58.840Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:35:58.842Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:35:58.842Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791753167, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-10T06:35:58.943Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-10T06:35:58.943Z||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-09-10T06:35:58.944Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:35:58.971Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:35:58.971Z||pool-117-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:35:59.843Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:35:59.843Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:35:59.845Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:35:59.845Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791753167, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-10T06:35:59.945Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:35:59.946Z||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-09-10T06:35:59.946Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:35:59.971Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:35:59.972Z||pool-118-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:36:00.846Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:36:00.846Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:36:00.848Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:36:00.848Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791753167, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:36:00.948Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:36:00.949Z||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-09-10T06:36:00.949Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:36:00.981Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:36:00.981Z||pool-119-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1} 2022-09-10T06:36:01.848Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:36:01.849Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:36:01.851Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:36:01.851Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791753167, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:36:01.951Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:36:01.952Z||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-09-10T06:36:01.952Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:36:01.967Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:36:01.967Z||pool-120-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:36:02.852Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:36:02.852Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:36:02.854Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:36:02.854Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791753167, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:36:02.954Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:36:02.955Z||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-09-10T06:36:02.955Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:36:02.976Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:36:02.977Z||pool-121-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:36:03.854Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:36:03.855Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:36:03.857Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:36:03.857Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791753167, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/artifacts/service-DemoPnfRpnx6tx1zvzrwmndzrxc-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:36:03.957Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:36:03.959Z||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-09-10T06:36:03.959Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:36:03.974Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:36:03.974Z||pool-122-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:36:04.858Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:36:04.858Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:36:04.860Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:36:04.860Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791753167, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/artifacts/service-DemoPnfRpnx6tx1zvzrwmndzrxc-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:36:04.961Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-09-10T06:36:04.962Z||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-09-10T06:36:04.962Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:36:04.976Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:36:04.977Z||pool-123-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:36:05.861Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "serviceName": "Demo_pNF_RpNX6tx1zvZRwmndzrxC", "serviceVersion": "1.0", "serviceUUID": "29cb4ee9-13c6-4fd7-98e2-f6434fdd7451", "serviceDescription": "catalog service description", "serviceInvariantUUID": "952fb2a7-98dd-457d-8c82-1f258693e867", "resources": [ { "resourceInstanceName": "pNF 50f39435-e905 0", "resourceCustomizationUUID": "539fb0f9-a92e-461e-aeef-194ad6dcc8e0", "resourceName": "pNF 50f39435-e905", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "920a189e-d44d-4b48-962a-4d68111fc997", "resourceInvariantUUID": "99edf00a-b124-4c93-98a7-1825853ee239", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfRpnx6tx1zvzrwmndzrxc-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/artifacts/service-DemoPnfRpnx6tx1zvzrwmndzrxc-csar.csar", "artifactChecksum": "NTk0ZTRhMTYzNDUxODc1MDE3Yjg4MzFkODAxMjUzNDk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "da7c0374-5e62-4c6e-982c-3698391e6e2f" } ], "workloadContext": "Production" } 2022-09-10T06:36:05.862Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-09-10T06:36:05.862Z|46c65a6a-a761-4a52-8a57-19ce4931bab0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 29cb4ee9-13c6-4fd7-98e2-f6434fdd7451 ASDC 2022-09-10T06:36:05.862Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:1db3a389-9f27-4273-b01d-014eb3663dce ServiceName:Demo_pNF_RpNX6tx1zvZRwmndzrxC ServiceVersion:1.0 ServiceUUID:29cb4ee9-13c6-4fd7-98e2-f6434fdd7451 ServiceInvariantUUID:952fb2a7-98dd-457d-8c82-1f258693e867 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfRpnx6tx1zvzrwmndzrxc-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/artifacts/service-DemoPnfRpnx6tx1zvzrwmndzrxc-csar.csar ArtifactUUID:da7c0374-5e62-4c6e-982c-3698391e6e2f ArtifactChecksum:NTk0ZTRhMTYzNDUxODc1MDE3Yjg4MzFkODAxMjUzNDk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 50f39435-e905 0 ResourceCustomizationUUID:539fb0f9-a92e-461e-aeef-194ad6dcc8e0 ResourceInvariantUUID:99edf00a-b124-4c93-98a7-1825853ee239 ResourceName:pNF 50f39435-e905 ResourceType:PNF ResourceUUID:920a189e-d44d-4b48-962a-4d68111fc997 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-09-10T06:36:05.862Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 29cb4ee9-13c6-4fd7-98e2-f6434fdd7451 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-09-10T06:36:05.885Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-10T06:36:05.885Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-09-10T06:36:05.886Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-09-10T06:36:05.886Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: da7c0374-5e62-4c6e-982c-3698391e6e2f from URL: /sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/artifacts/service-DemoPnfRpnx6tx1zvzrwmndzrxc-csar.csar 2022-09-10T06:36:05.886Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-09-10T06:36:05.886Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/artifacts/service-DemoPnfRpnx6tx1zvzrwmndzrxc-csar.csar 2022-09-10T06:36:06.351Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-09-10T06:36:06.355Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/artifacts/service-DemoPnfRpnx6tx1zvzrwmndzrxc-csar.csar da7c0374-5e62-4c6e-982c-3698391e6e2f 87771 2022-09-10T06:36:06.355Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/artifacts/service-DemoPnfRpnx6tx1zvzrwmndzrxc-csar.csar ASDC sendASDCNotification 2022-09-10T06:36:06.355Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/artifacts/service-DemoPnfRpnx6tx1zvzrwmndzrxc-csar.csar 2022-09-10T06:36:06.355Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-10T06:36:06.355Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:36:06.357Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:36:06.357Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791766355, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/artifacts/service-DemoPnfRpnx6tx1zvzrwmndzrxc-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:36:06.457Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:36:06.458Z||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-09-10T06:36:06.458Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:36:06.473Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:36:06.473Z||pool-124-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:36:07.357Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-10T06:36:07.358Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-09-10T06:36:07.358Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: da7c0374-5e62-4c6e-982c-3698391e6e2f, URL: /sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/artifacts/service-DemoPnfRpnx6tx1zvzrwmndzrxc-csar.csar to file: /app/ASDC/1/service-DemoPnfRpnx6tx1zvzrwmndzrxc-csar.csar 2022-09-10T06:36:07.359Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRpnx6tx1zvzrwmndzrxc-csar.csar 2022-09-10T06:36:07.359Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRpnx6tx1zvzrwmndzrxc-csar.csar 2022-09-10T06:36:07.359Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRpnx6tx1zvzrwmndzrxc-csar.csar 2022-09-10T06:36:07.456Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4650331918102293919/Definitions/service-DemoPnfRpnx6tx1zvzrwmndzrxc-template.yml 2022-09-10T06:36:08.093Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-09-10T06:36:08.093Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-09-10T06:36:08.093Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRpnx6tx1zvzrwmndzrxc-csar.csar 2022-09-10T06:36:08.093Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-09-10T06:36:08.093Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfRpnx6tx1zvzrwmndzrxc-csar.csar 2022-09-10T06:36:08.093Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfRpnx6tx1zvzrwmndzrxc-csar.csar 2022-09-10T06:36:08.093Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRpnx6tx1zvzrwmndzrxc-csar.csar 2022-09-10T06:36:08.093Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRpnx6tx1zvzrwmndzrxc-csar.csar 2022-09-10T06:36:08.094Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRpnx6tx1zvzrwmndzrxc-csar.csar 2022-09-10T06:36:08.094Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 50f39435-e905 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-DemoPnfRpnx6tx1zvzrwmndzrxc-csar.csar 2022-09-10T06:36:08.094Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRpnx6tx1zvzrwmndzrxc-csar.csar 2022-09-10T06:36:08.094Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-09-10T06:36:08.094Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:36:08.094Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_RpNX6tx1zvZRwmndzrxC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:36:08.094Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Node template pNF 50f39435-e905 0 is matching search criteria 2022-09-10T06:36:08.094Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-09-10T06:36:08.094Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 50f39435-e905 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-10T06:36:08.095Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:36:08.095Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_RpNX6tx1zvZRwmndzrxC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:36:08.095Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Node template pNF 50f39435-e905 0 is matching search criteria 2022-09-10T06:36:08.095Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-09-10T06:36:08.095Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 50f39435-e905 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-10T06:36:08.095Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:36:08.095Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_RpNX6tx1zvZRwmndzrxC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:36:08.095Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:36:08.096Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_RpNX6tx1zvZRwmndzrxC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:36:08.096Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:36:08.096Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_RpNX6tx1zvZRwmndzrxC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:36:08.096Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:36:08.096Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_RpNX6tx1zvZRwmndzrxC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:36:08.096Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:36:08.096Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_RpNX6tx1zvZRwmndzrxC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:36:08.096Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_RpNX6tx1zvZRwmndzrxC Description:catalog service description Model UUID:29cb4ee9-13c6-4fd7-98e2-f6434fdd7451 Model Version:NULL Model InvariantUuid:952fb2a7-98dd-457d-8c82-1f258693e867 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-09-10T06:36:08.103Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 920a189e-d44d-4b48-962a-4d68111fc997 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-10T06:36:08.105Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||pNF 50f39435-e905 0 2022-09-10T06:36:08.105Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 920a189e-d44d-4b48-962a-4d68111fc997 2022-09-10T06:36:08.105Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 29cb4ee9-13c6-4fd7-98e2-f6434fdd7451 2022-09-10T06:36:08.106Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 29cb4ee9-13c6-4fd7-98e2-f6434fdd7451 2022-09-10T06:36:08.106Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 50f39435-e905 0 920a189e-d44d-4b48-962a-4d68111fc997 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-09-10T06:36:08.110Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@78007ed1, org.onap.sdc.toscaparser.api.parameters.Input@343caebf, org.onap.sdc.toscaparser.api.parameters.Input@10a0d16b, org.onap.sdc.toscaparser.api.parameters.Input@3232cb8d, org.onap.sdc.toscaparser.api.parameters.Input@49bfddec] 2022-09-10T06:36:08.110Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:36:08.110Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_RpNX6tx1zvZRwmndzrxC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:36:08.110Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 29cb4ee9-13c6-4fd7-98e2-f6434fdd7451: pNF 50f39435-e905 2022-09-10T06:36:08.110Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Processing PNF resource: 920a189e-d44d-4b48-962a-4d68111fc997 2022-09-10T06:36:08.110Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:36:08.110Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_RpNX6tx1zvZRwmndzrxC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:36:08.111Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Resource customization UUID: 539fb0f9-a92e-461e-aeef-194ad6dcc8e0 is the same as notified resource customizationUUID: 539fb0f9-a92e-461e-aeef-194ad6dcc8e0 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-09-10T06:36:08.136Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 50f39435-e905 920a189e-d44d-4b48-962a-4d68111fc997 0 ASDC deployResourceStructure 2022-09-10T06:36:08.137Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/artifacts/service-DemoPnfRpnx6tx1zvzrwmndzrxc-csar.csar ASDC sendASDCNotification 2022-09-10T06:36:08.137Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/artifacts/service-DemoPnfRpnx6tx1zvzrwmndzrxc-csar.csar 2022-09-10T06:36:08.137Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-10T06:36:08.137Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:36:08.139Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:36:08.139Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791768137, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/artifacts/service-DemoPnfRpnx6tx1zvzrwmndzrxc-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:36:08.239Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:36:08.240Z||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-09-10T06:36:08.240Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:36:08.267Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:36:08.268Z||pool-125-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:36:09.139Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1db3a389-9f27-4273-b01d-014eb3663dce Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:36:09.149Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1db3a389-9f27-4273-b01d-014eb3663dce Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:36:09.151Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-10T06:36:09.151Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-10T06:36:09.151Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-10T06:36:39.151Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1db3a389-9f27-4273-b01d-014eb3663dce Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:36:39.162Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1db3a389-9f27-4273-b01d-014eb3663dce Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:36:39.164Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-10T06:36:39.164Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-10T06:36:39.164Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-10T06:36:53.170Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:36:53.170Z||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-09-10T06:36:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:36:53.223Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:36:53.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:36:53.224Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "cds", "timestamp": 1662791750188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:36:53.226Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:09.164Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1db3a389-9f27-4273-b01d-014eb3663dce Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:37:09.180Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1db3a389-9f27-4273-b01d-014eb3663dce Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:37:09.182Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-10T06:37:09.183Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-10T06:37:09.183Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-10T06:37:39.183Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1db3a389-9f27-4273-b01d-014eb3663dce Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:37:39.192Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1db3a389-9f27-4273-b01d-014eb3663dce Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:37:39.193Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-10T06:37:39.193Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-10T06:37:39.193Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-10T06:37:53.169Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:37:53.170Z||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-09-10T06:37:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:37:53.702Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:37:53.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791753167, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-10T06:37:53.704Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "cds", "timestamp": 1662791750188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-10T06:37:53.705Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "multicloud-k8s-id", "timestamp": 1662791758944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:37:53.705Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791753167, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-10T06:37:53.705Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "cds", "timestamp": 1662791750188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-10T06:37:53.705Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "multicloud-k8s-id", "timestamp": 1662791758944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-10T06:37:53.706Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791753167, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:37:53.706Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "cds", "timestamp": 1662791750188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:37:53.706Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "multicloud-k8s-id", "timestamp": 1662791758944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-10T06:37:53.706Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.707Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.707Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791753167, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:37:53.707Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.707Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.707Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "cds", "timestamp": 1662791750188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:37:53.707Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.707Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.707Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "multicloud-k8s-id", "timestamp": 1662791758944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:37:53.707Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.707Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.707Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791753167, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:37:53.707Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.707Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.707Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "cds", "timestamp": 1662791750188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:37:53.707Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "multicloud-k8s-id", "timestamp": 1662791758944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:37:53.708Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791753167, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/artifacts/service-DemoPnfRpnx6tx1zvzrwmndzrxc-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:37:53.708Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "cds", "timestamp": 1662791750188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/artifacts/service-DemoPnfRpnx6tx1zvzrwmndzrxc-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:37:53.708Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "multicloud-k8s-id", "timestamp": 1662791758944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:37:53.708Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "policy-id", "timestamp": 1662791763970, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:37:53.709Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.709Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.709Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791753167, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/artifacts/service-DemoPnfRpnx6tx1zvzrwmndzrxc-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:37:53.709Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.709Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.709Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "cds", "timestamp": 1662791750188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/artifacts/service-DemoPnfRpnx6tx1zvzrwmndzrxc-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:37:53.709Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.709Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.709Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "multicloud-k8s-id", "timestamp": 1662791758944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/artifacts/service-DemoPnfRpnx6tx1zvzrwmndzrxc-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:37:53.709Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.709Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.709Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "policy-id", "timestamp": 1662791763970, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-10T06:37:53.709Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.709Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.709Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "multicloud-k8s-id", "timestamp": 1662791758944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/artifacts/service-DemoPnfRpnx6tx1zvzrwmndzrxc-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:37:53.710Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.710Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.710Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791766355, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/artifacts/service-DemoPnfRpnx6tx1zvzrwmndzrxc-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:37:53.710Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:37:53.710Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.711Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "cds", "timestamp": 1662791767674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/artifacts/service-DemoPnfRpnx6tx1zvzrwmndzrxc-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:37:53.711Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:37:53.711Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.711Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "policy-id", "timestamp": 1662791763970, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-10T06:37:53.711Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.711Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.711Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "ves-openapi-manager", "timestamp": 1662791767727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:37:53.711Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.711Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.712Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "cds", "timestamp": 1662791768693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/artifacts/service-DemoPnfRpnx6tx1zvzrwmndzrxc-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-09-10T06:37:53.719Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1db3a389-9f27-4273-b01d-014eb3663dce 2022-09-10T06:37:53.720Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1db3a389-9f27-4273-b01d-014eb3663dce 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-09-10T06:37:53.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.730Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "policy-id", "timestamp": 1662791763970, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:37:53.730Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.731Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791768137, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/artifacts/service-DemoPnfRpnx6tx1zvzrwmndzrxc-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:37:53.731Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:37:53.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.731Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "ves-openapi-manager", "timestamp": 1662791767727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-10T06:37:53.731Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.732Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.732Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "policy-id", "timestamp": 1662791763970, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:37:53.732Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.732Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.732Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "ves-openapi-manager", "timestamp": 1662791767727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-10T06:37:53.733Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.733Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.733Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "policy-id", "timestamp": 1662791763970, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:37:53.734Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.734Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.734Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "ves-openapi-manager", "timestamp": 1662791767727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:37:53.734Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.734Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.735Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "policy-id", "timestamp": 1662791763970, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/artifacts/service-DemoPnfRpnx6tx1zvzrwmndzrxc-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:37:53.735Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.735Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.735Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "ves-openapi-manager", "timestamp": 1662791767727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:37:53.735Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.735Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.736Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "policy-id", "timestamp": 1662791763970, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/artifacts/service-DemoPnfRpnx6tx1zvzrwmndzrxc-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:37:53.736Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.736Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.736Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "ves-openapi-manager", "timestamp": 1662791767727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-09-10T06:37:53.737Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.737Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.737Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "policy-id", "timestamp": 1662791773190, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/artifacts/service-DemoPnfRpnx6tx1zvzrwmndzrxc-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:37:53.737Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:37:53.737Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.738Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "ves-openapi-manager", "timestamp": 1662791767727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/artifacts/service-DemoPnfRpnx6tx1zvzrwmndzrxc-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:37:53.738Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.738Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.738Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "policy-id", "timestamp": 1662791774196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/artifacts/service-DemoPnfRpnx6tx1zvzrwmndzrxc-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:37:53.738Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:37:53.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.739Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "ves-openapi-manager", "timestamp": 1662791767727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/artifacts/service-DemoPnfRpnx6tx1zvzrwmndzrxc-csar.csar", "status": "NOT_NOTIFIED" } 2022-09-10T06:37:53.739Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.740Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "aai-ml", "timestamp": 1662791774399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:37:53.740Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.740Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "policy-id", "timestamp": 1662791775199, "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-09-10T06:37:53.745Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1db3a389-9f27-4273-b01d-014eb3663dce 2022-09-10T06:37:53.746Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1db3a389-9f27-4273-b01d-014eb3663dce 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-09-10T06:37:53.761Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.762Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "ves-openapi-manager", "timestamp": 1662791776822, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-09-10T06:37:53.762Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:37:53.762Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.763Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "aai-ml", "timestamp": 1662791774399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-10T06:37:53.763Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.763Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "ves-openapi-manager", "timestamp": 1662791777919, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-09-10T06:37:53.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:37:53.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.764Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "aai-ml", "timestamp": 1662791774399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-10T06:37:53.764Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.764Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662791777814, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:37:53.764Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.765Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "clamp", "timestamp": 1662791776885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:37:53.765Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.765Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "ves-openapi-manager", "timestamp": 1662791778925, "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-09-10T06:37:53.774Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 1db3a389-9f27-4273-b01d-014eb3663dce 2022-09-10T06:37:53.774Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1db3a389-9f27-4273-b01d-014eb3663dce 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-09-10T06:37:53.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "aai-ml", "timestamp": 1662791774399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:37:53.783Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.784Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662791777814, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-10T06:37:53.784Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.784Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.785Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "clamp", "timestamp": 1662791776885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-10T06:37:53.785Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.785Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.785Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "aai-ml", "timestamp": 1662791774399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:37:53.786Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.786Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.786Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662791777814, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-10T06:37:53.786Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.787Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.787Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "clamp", "timestamp": 1662791776885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-10T06:37:53.787Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.788Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.788Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "aai-ml", "timestamp": 1662791774399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:37:53.788Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.788Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662791777814, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:37:53.789Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "clamp", "timestamp": 1662791776885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:37:53.790Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "aai-ml", "timestamp": 1662791774399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/artifacts/service-DemoPnfRpnx6tx1zvzrwmndzrxc-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:37:53.791Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "clamp", "timestamp": 1662791776885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:37:53.791Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662791777814, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:37:53.792Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "aai-ml", "timestamp": 1662791774399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/artifacts/service-DemoPnfRpnx6tx1zvzrwmndzrxc-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:37:53.793Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "clamp", "timestamp": 1662791776885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:37:53.794Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662791777814, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/resourceInstances/pnf50f39435e9050/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:37:53.795Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "aai-ml", "timestamp": 1662791783487, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/artifacts/service-DemoPnfRpnx6tx1zvzrwmndzrxc-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:37:53.796Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:37:53.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "clamp", "timestamp": 1662791776885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/artifacts/service-DemoPnfRpnx6tx1zvzrwmndzrxc-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:37:53.796Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662791777814, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/artifacts/service-DemoPnfRpnx6tx1zvzrwmndzrxc-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:37:53.797Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.798Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.798Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "clamp", "timestamp": 1662791776885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/artifacts/service-DemoPnfRpnx6tx1zvzrwmndzrxc-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:37:53.798Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.798Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.799Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662791777814, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/artifacts/service-DemoPnfRpnx6tx1zvzrwmndzrxc-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:37:53.799Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:37:53.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.799Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662791787029, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/artifacts/service-DemoPnfRpnx6tx1zvzrwmndzrxc-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:37:53.800Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:37:53.800Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.800Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "aai-ml", "timestamp": 1662791789183, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/artifacts/service-DemoPnfRpnx6tx1zvzrwmndzrxc-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:37:53.801Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:37:53.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662791790439, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/artifacts/service-DemoPnfRpnx6tx1zvzrwmndzrxc-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:37:53.801Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:37:53.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "aai-ml", "timestamp": 1662791790187, "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-09-10T06:37:53.807Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1db3a389-9f27-4273-b01d-014eb3663dce 2022-09-10T06:37:53.807Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1db3a389-9f27-4273-b01d-014eb3663dce 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-09-10T06:37:53.816Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.816Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662791791453, "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-09-10T06:37:53.820Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1db3a389-9f27-4273-b01d-014eb3663dce 2022-09-10T06:37:53.820Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1db3a389-9f27-4273-b01d-014eb3663dce 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-09-10T06:37:53.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "clamp", "timestamp": 1662791794387, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/artifacts/service-DemoPnfRpnx6tx1zvzrwmndzrxc-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:37:53.828Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:37:53.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "clamp", "timestamp": 1662791796396, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpnx6tx1zvzrwmndzrxc/1.0/artifacts/service-DemoPnfRpnx6tx1zvzrwmndzrxc-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:37:53.829Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:37:53.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:37:53.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "clamp", "timestamp": 1662791797399, "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-09-10T06:37:53.834Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1db3a389-9f27-4273-b01d-014eb3663dce 2022-09-10T06:37:53.835Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1db3a389-9f27-4273-b01d-014eb3663dce 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-09-10T06:38:09.194Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1db3a389-9f27-4273-b01d-014eb3663dce Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:38:09.205Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1db3a389-9f27-4273-b01d-014eb3663dce Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:38:09.207Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-10T06:38:09.208Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-10T06:38:09.208Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-09-10T06:38:09.208Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-09-10T06:38:09.208Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:38:09.209Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:38:09.209Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:38:09.209Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:38:09.209Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:38:09.210Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:38:09.210Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:38:09.210Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||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-09-10T06:38:09.214Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-09-10T06:38:39.215Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1db3a389-9f27-4273-b01d-014eb3663dce 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-09-10T06:38:39.223Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1db3a389-9f27-4273-b01d-014eb3663dce and serviceModelVersionId: 29cb4ee9-13c6-4fd7-98e2-f6434fdd7451 2022-09-10T06:38:39.223Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 952fb2a7-98dd-457d-8c82-1f258693e867 2022-09-10T06:38:39.224Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/952fb2a7-98dd-457d-8c82-1f258693e867/model-vers/model-ver/29cb4ee9-13c6-4fd7-98e2-f6434fdd7451?depth=0 2022-09-10T06:38:39.228Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-09-10T06:38:39.296Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/952fb2a7-98dd-457d-8c82-1f258693e867/model-vers/model-ver/29cb4ee9-13c6-4fd7-98e2-f6434fdd7451?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-09-10T06:38:39.299Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/952fb2a7-98dd-457d-8c82-1f258693e867/model-vers/model-ver/29cb4ee9-13c6-4fd7-98e2-f6434fdd7451?depth=0|INFO|500||Invoke 2022-09-10T06:38:39.324Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/952fb2a7-98dd-457d-8c82-1f258693e867/model-vers/model-ver/29cb4ee9-13c6-4fd7-98e2-f6434fdd7451?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-09-10T06:38:39.720Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/952fb2a7-98dd-457d-8c82-1f258693e867/model-vers/model-ver/29cb4ee9-13c6-4fd7-98e2-f6434fdd7451?depth=0|INFO|500||InvokeReturn 2022-09-10T06:38:39.721Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/952fb2a7-98dd-457d-8c82-1f258693e867/model-vers/model-ver/29cb4ee9-13c6-4fd7-98e2-f6434fdd7451?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220910-06:38:40:112-38136], vertex-id=[233520], Content-Length=[0], Date=[Sat, 10 Sep 2022 06:38:40 GMT], Content-Type=[application/json]} 2022-09-10T06:38:39.721Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-09-10T06:38:39.722Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-09-10T06:38:39.722Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||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-09-10T06:38:39.726Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||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-09-10T06:38:39.726Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1db3a389-9f27-4273-b01d-014eb3663dce and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-09-10T06:38:39.727Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-09-10T06:38:39.727Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:38:39.729Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:38:39.729Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791919727, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-10T06:38:39.829Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:38:39.830Z||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-09-10T06:38:39.830Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:38:39.847Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:38:39.847Z||pool-126-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-09-10T06:38:40.741Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:38:40.742Z|1db3a389-9f27-4273-b01d-014eb3663dce|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-09-10T06:38:40.742Z|1db3a389-9f27-4273-b01d-014eb3663dce|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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:38:51.031Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:38:51.032Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:38:51.033Z|1db3a389-9f27-4273-b01d-014eb3663dce|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-09-10T06:38:51.033Z|1db3a389-9f27-4273-b01d-014eb3663dce|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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:38:53.169Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:38:53.170Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|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-09-10T06:38:53.170Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:38:53.794Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:38:53.794Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-10T06:38:53.795Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1db3a389-9f27-4273-b01d-014eb3663dce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662791919727, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-10T06:38:53.795Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:39:00.598Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:39:00.599Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:39:00.599Z|1db3a389-9f27-4273-b01d-014eb3663dce|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-09-10T06:39:00.600Z|1db3a389-9f27-4273-b01d-014eb3663dce|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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:39:10.158Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:39:53.167Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:39:53.168Z|1db3a389-9f27-4273-b01d-014eb3663dce|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-09-10T06:39:53.168Z|1db3a389-9f27-4273-b01d-014eb3663dce|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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:39:53.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:39:53.170Z||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-09-10T06:39:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:40:02.718Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:40:02.721Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:40:53.167Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:40:53.168Z|1db3a389-9f27-4273-b01d-014eb3663dce|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-09-10T06:40:53.168Z|1db3a389-9f27-4273-b01d-014eb3663dce|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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:40:53.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:40:53.170Z||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-09-10T06:40:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:41:02.751Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:41:02.762Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:41:53.167Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:41:53.168Z|1db3a389-9f27-4273-b01d-014eb3663dce|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-09-10T06:41:53.168Z|1db3a389-9f27-4273-b01d-014eb3663dce|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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:41:53.169Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:41:53.170Z||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-09-10T06:41:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:42:02.752Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:42:02.752Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:42:53.167Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:42:53.168Z|1db3a389-9f27-4273-b01d-014eb3663dce|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-09-10T06:42:53.168Z|1db3a389-9f27-4273-b01d-014eb3663dce|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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:42:53.169Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:42:53.170Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|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-09-10T06:42:53.170Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:43:02.742Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:43:02.744Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:43:53.167Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:43:53.168Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T06:43:53.168Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:43:53.170Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:43:53.170Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|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-09-10T06:43:53.170Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:44:02.771Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:44:02.773Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:44:53.167Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:44:53.168Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T06:44:53.168Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:44:53.169Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:44:53.170Z||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-09-10T06:44:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:45:02.773Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:45:02.778Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:45:53.168Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:45:53.170Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:45:53.172Z||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-09-10T06:45:53.172Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T06:45:53.172Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:45:53.172Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:46:02.742Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:46:02.747Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:46:53.167Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:46:53.168Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T06:46:53.168Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:46:53.169Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:46:53.170Z|1db3a389-9f27-4273-b01d-014eb3663dce|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-09-10T06:46:53.170Z|1db3a389-9f27-4273-b01d-014eb3663dce|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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:47:02.753Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:47:02.757Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:47:53.167Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:47:53.167Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T06:47:53.167Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:47:53.169Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:47:53.170Z|1db3a389-9f27-4273-b01d-014eb3663dce|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-09-10T06:47:53.170Z|1db3a389-9f27-4273-b01d-014eb3663dce|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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:48:02.732Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:48:02.733Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:48:53.169Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:48:53.169Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:48:53.170Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T06:48:53.170Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:48:53.170Z|1db3a389-9f27-4273-b01d-014eb3663dce|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-09-10T06:48:53.170Z|1db3a389-9f27-4273-b01d-014eb3663dce|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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:48:53.335Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:48:53.574Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.574Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "aai-ml", "timestamp": 1662792494398, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.576Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.576Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.576Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662792497818, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.576Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.576Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.577Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "clamp", "timestamp": 1662792496885, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.577Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.577Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.577Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "aai-ml", "timestamp": 1662792494398, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.577Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.578Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.578Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662792497818, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.578Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.578Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.578Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "clamp", "timestamp": 1662792496885, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-09-10T06:48:53.579Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.579Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.579Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "aai-ml", "timestamp": 1662792494398, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.579Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.580Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.580Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662792497818, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.580Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.580Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.581Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "multicloud-k8s-id", "timestamp": 1662792498944, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.581Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.581Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.581Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "clamp", "timestamp": 1662792496885, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.581Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.582Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.582Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "aai-ml", "timestamp": 1662792494398, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.582Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.582Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.583Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "cds", "timestamp": 1662792500189, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.583Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.583Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.583Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662792497818, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.583Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.584Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.584Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "multicloud-k8s-id", "timestamp": 1662792498944, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-09-10T06:48:53.584Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.584Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.584Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "clamp", "timestamp": 1662792496885, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.585Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.585Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.585Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "aai-ml", "timestamp": 1662792494398, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.585Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.585Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.585Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "cds", "timestamp": 1662792500189, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.586Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.586Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.586Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662792497818, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.587Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.587Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.587Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "multicloud-k8s-id", "timestamp": 1662792498944, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-09-10T06:48:53.587Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.588Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.588Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "clamp", "timestamp": 1662792496885, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.588Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.588Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.589Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "aai-ml", "timestamp": 1662792494398, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.589Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.589Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.590Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "cds", "timestamp": 1662792500189, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.590Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.590Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.590Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662792497818, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.591Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.591Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.591Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "multicloud-k8s-id", "timestamp": 1662792498944, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.591Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.591Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.592Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "clamp", "timestamp": 1662792496885, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.592Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.592Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.592Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "aai-ml", "timestamp": 1662792494398, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.592Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.593Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.593Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "cds", "timestamp": 1662792500189, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.593Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.593Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.593Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "multicloud-k8s-id", "timestamp": 1662792498944, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-09-10T06:48:53.594Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.594Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.594Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662792497818, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.595Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.595Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.595Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "clamp", "timestamp": 1662792496885, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.595Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.596Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.596Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "aai-ml", "timestamp": 1662792494398, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:48:53.596Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.596Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.597Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "cds", "timestamp": 1662792500189, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.597Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.597Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.597Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662792497818, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:48:53.597Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.598Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.598Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "multicloud-k8s-id", "timestamp": 1662792498944, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.598Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.598Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.598Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "clamp", "timestamp": 1662792496885, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:48:53.599Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.599Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.599Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "policy-id", "timestamp": 1662792503970, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.599Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.599Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.600Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "cds", "timestamp": 1662792500189, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.600Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.600Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.600Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "multicloud-k8s-id", "timestamp": 1662792498944, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.600Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.601Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.601Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "aai-ml", "timestamp": 1662792505753, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:48:53.601Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:48:53.601Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.601Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662792506775, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:48:53.602Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:48:53.602Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.602Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "policy-id", "timestamp": 1662792503970, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.602Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.603Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.603Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "cds", "timestamp": 1662792500189, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.603Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.604Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.604Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "multicloud-k8s-id", "timestamp": 1662792498944, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:48:53.604Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.604Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.604Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "policy-id", "timestamp": 1662792503970, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-09-10T06:48:53.605Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.605Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.605Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "cds", "timestamp": 1662792500189, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:48:53.605Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.606Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.606Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "ves-openapi-manager", "timestamp": 1662792507730, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.606Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.606Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.607Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "policy-id", "timestamp": 1662792503970, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.607Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.607Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.607Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "multicloud-k8s-id", "timestamp": 1662792508237, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-10T06:48:53.607Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:48:53.608Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.608Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "ves-openapi-manager", "timestamp": 1662792507730, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.608Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.608Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.608Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "cds", "timestamp": 1662792509532, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:48:53.609Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:48:53.609Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.609Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "policy-id", "timestamp": 1662792503970, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.609Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.610Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.610Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "ves-openapi-manager", "timestamp": 1662792507730, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.610Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.610Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.610Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "multicloud-k8s-id", "timestamp": 1662792509928, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-09-10T06:48:53.611Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:48:53.611Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.611Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "policy-id", "timestamp": 1662792503970, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.611Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.612Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.612Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "ves-openapi-manager", "timestamp": 1662792507730, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.612Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.612Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.612Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "policy-id", "timestamp": 1662792503970, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.613Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.613Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.613Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "ves-openapi-manager", "timestamp": 1662792507730, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.613Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.613Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.614Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662792512529, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:48:53.614Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:48:53.614Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.614Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "multicloud-k8s-id", "timestamp": 1662792511864, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-09-10T06:48:53.614Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:48:53.614Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.614Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "policy-id", "timestamp": 1662792503970, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:48:53.614Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.615Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.615Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "ves-openapi-manager", "timestamp": 1662792507730, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.615Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.615Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.615Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662792513581, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-10T06:48:53.635Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9 2022-09-10T06:48:53.635Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9 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-09-10T06:48:53.644Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.644Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "multicloud-k8s-id", "timestamp": 1662792512886, "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-09-10T06:48:53.649Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9 2022-09-10T06:48:53.649Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9 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-09-10T06:48:53.655Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.656Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "ves-openapi-manager", "timestamp": 1662792507730, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.656Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.656Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.657Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "policy-id", "timestamp": 1662792513400, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:48:53.657Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:48:53.657Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.657Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "multicloud-k8s-id", "timestamp": 1662792513893, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-09-10T06:48:53.658Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:48:53.658Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.658Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "cds", "timestamp": 1662792514978, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-10T06:48:53.662Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9 2022-09-10T06:48:53.663Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9 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-09-10T06:48:53.671Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.671Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "ves-openapi-manager", "timestamp": 1662792507730, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.671Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.672Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.672Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "policy-id", "timestamp": 1662792514408, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:48:53.672Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:48:53.672Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.672Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "multicloud-k8s-id", "timestamp": 1662792498944, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.673Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.673Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.673Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "cds", "timestamp": 1662792500189, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.673Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.673Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.674Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "ves-openapi-manager", "timestamp": 1662792507730, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.674Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.674Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.674Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "policy-id", "timestamp": 1662792515416, "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-09-10T06:48:53.678Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9 2022-09-10T06:48:53.678Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9 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-09-10T06:48:53.685Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.685Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "multicloud-k8s-id", "timestamp": 1662792498944, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-09-10T06:48:53.686Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.686Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.687Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "cds", "timestamp": 1662792500189, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.687Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.687Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.687Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "ves-openapi-manager", "timestamp": 1662792507730, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.688Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.688Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.688Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "policy-id", "timestamp": 1662792503970, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.688Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.689Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.689Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "multicloud-k8s-id", "timestamp": 1662792498944, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-09-10T06:48:53.689Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.689Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.689Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "cds", "timestamp": 1662792500189, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.690Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.690Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.690Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "aai-ml", "timestamp": 1662792517330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:48:53.690Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:48:53.691Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.691Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "clamp", "timestamp": 1662792517502, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:48:53.691Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:48:53.691Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.692Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "policy-id", "timestamp": 1662792503970, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.692Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.692Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.693Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "ves-openapi-manager", "timestamp": 1662792507730, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.693Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.693Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.693Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "multicloud-k8s-id", "timestamp": 1662792498944, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.693Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.693Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.693Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "cds", "timestamp": 1662792500189, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.693Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.693Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.693Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "aai-ml", "timestamp": 1662792518335, "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-09-10T06:48:53.698Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9 2022-09-10T06:48:53.698Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9 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-09-10T06:48:53.704Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.704Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "policy-id", "timestamp": 1662792503970, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-09-10T06:48:53.704Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.704Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.705Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "ves-openapi-manager", "timestamp": 1662792507730, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.705Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.705Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.705Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "multicloud-k8s-id", "timestamp": 1662792498944, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-09-10T06:48:53.705Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.705Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.706Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "cds", "timestamp": 1662792500189, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.706Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.706Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.706Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "policy-id", "timestamp": 1662792503970, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.706Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.706Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.706Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "ves-openapi-manager", "timestamp": 1662792507730, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.706Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.706Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.706Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "multicloud-k8s-id", "timestamp": 1662792498944, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-09-10T06:48:53.706Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.706Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.706Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "cds", "timestamp": 1662792500189, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.707Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.707Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.707Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "clamp", "timestamp": 1662792520506, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:48:53.707Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:48:53.707Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.707Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "policy-id", "timestamp": 1662792503970, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.707Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.707Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.707Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "ves-openapi-manager", "timestamp": 1662792507730, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.707Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.707Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.708Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "multicloud-k8s-id", "timestamp": 1662792498944, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-09-10T06:48:53.708Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.708Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.708Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "cds", "timestamp": 1662792500189, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.708Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.708Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.708Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "clamp", "timestamp": 1662792521509, "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-09-10T06:48:53.712Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9 2022-09-10T06:48:53.713Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9 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-09-10T06:48:53.719Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.719Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "policy-id", "timestamp": 1662792503970, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.719Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.719Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.719Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "ves-openapi-manager", "timestamp": 1662792507730, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.719Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.719Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.719Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "multicloud-k8s-id", "timestamp": 1662792498944, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.719Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.719Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.719Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "cds", "timestamp": 1662792500189, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.720Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.720Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.720Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "clamp", "timestamp": 1662792496885, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.720Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.720Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.720Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "policy-id", "timestamp": 1662792503970, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.720Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.720Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.720Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "multicloud-k8s-id", "timestamp": 1662792498944, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.720Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.720Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.720Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "ves-openapi-manager", "timestamp": 1662792507730, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.720Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.720Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.721Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "cds", "timestamp": 1662792500189, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.721Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.721Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.721Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "clamp", "timestamp": 1662792496885, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-09-10T06:48:53.721Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.721Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.721Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "policy-id", "timestamp": 1662792503970, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.721Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.721Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.721Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "multicloud-k8s-id", "timestamp": 1662792498944, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:48:53.721Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.721Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.721Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "ves-openapi-manager", "timestamp": 1662792507730, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.722Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.722Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.722Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "cds", "timestamp": 1662792500189, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:48:53.722Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.722Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.722Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "clamp", "timestamp": 1662792496885, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.722Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.722Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.722Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "policy-id", "timestamp": 1662792503970, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.722Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.722Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.722Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "ves-openapi-manager", "timestamp": 1662792507730, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.722Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.722Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.722Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "aai-ml", "timestamp": 1662792524399, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.723Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.723Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.723Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "multicloud-k8s-id", "timestamp": 1662792525501, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-10T06:48:53.723Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:48:53.723Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.723Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "cds", "timestamp": 1662792526421, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:48:53.723Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:48:53.723Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.723Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "clamp", "timestamp": 1662792496885, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.723Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.723Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.723Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "policy-id", "timestamp": 1662792503970, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:48:53.724Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.724Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.724Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "aai-ml", "timestamp": 1662792524399, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.724Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.724Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.724Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "multicloud-k8s-id", "timestamp": 1662792526713, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-09-10T06:48:53.724Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:48:53.724Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.724Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "clamp", "timestamp": 1662792496885, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.724Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.724Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.724Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "cds", "timestamp": 1662792527766, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-10T06:48:53.734Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7c37a5ce-fa33-42b6-ac66-daf9369c2650 2022-09-10T06:48:53.734Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c37a5ce-fa33-42b6-ac66-daf9369c2650 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-09-10T06:48:53.740Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.741Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "policy-id", "timestamp": 1662792526706, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:48:53.741Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:48:53.741Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.741Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "aai-ml", "timestamp": 1662792524399, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.741Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.741Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.741Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662792527817, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.741Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.742Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.742Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "clamp", "timestamp": 1662792496885, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.742Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.742Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.742Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "policy-id", "timestamp": 1662792527710, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:48:53.742Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:48:53.742Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.742Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "multicloud-k8s-id", "timestamp": 1662792528179, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-09-10T06:48:53.743Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:48:53.743Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.743Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "aai-ml", "timestamp": 1662792524399, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.743Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.743Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.743Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662792527817, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.743Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.744Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.744Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "clamp", "timestamp": 1662792496885, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.744Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.744Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.744Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "policy-id", "timestamp": 1662792528713, "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-09-10T06:48:53.748Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7c37a5ce-fa33-42b6-ac66-daf9369c2650 2022-09-10T06:48:53.748Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c37a5ce-fa33-42b6-ac66-daf9369c2650 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-09-10T06:48:53.754Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.754Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "aai-ml", "timestamp": 1662792524399, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.755Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.755Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.755Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "multicloud-k8s-id", "timestamp": 1662792529385, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-09-10T06:48:53.755Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:48:53.755Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.755Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662792527817, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.755Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.755Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.755Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "clamp", "timestamp": 1662792496885, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.756Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.756Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.756Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "aai-ml", "timestamp": 1662792524399, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.756Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.756Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.756Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "multicloud-k8s-id", "timestamp": 1662792530450, "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-09-10T06:48:53.760Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7c37a5ce-fa33-42b6-ac66-daf9369c2650 2022-09-10T06:48:53.760Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c37a5ce-fa33-42b6-ac66-daf9369c2650 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-09-10T06:48:53.767Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.768Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662792527817, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.768Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.768Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.769Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "clamp", "timestamp": 1662792496885, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.769Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.769Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.769Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "aai-ml", "timestamp": 1662792524399, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.769Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.769Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.770Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "multicloud-k8s-id", "timestamp": 1662792531455, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-09-10T06:48:53.770Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:48:53.770Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.770Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "clamp", "timestamp": 1662792496885, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:48:53.770Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.771Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.771Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662792527817, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.771Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.771Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.771Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "aai-ml", "timestamp": 1662792524399, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.771Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.772Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.772Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662792527817, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.772Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.772Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.772Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "aai-ml", "timestamp": 1662792524399, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.773Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T06:48:53.838Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:48:53.839Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-10T06:48:53.840Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"cd40201e-9ef6-4a18-9f99-b8d329f93976","serviceDescription":"service","serviceInvariantUUID":"01c63c5f-956b-4002-93e7-397d2188a0b6","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6f99c7a5-165a-482c-8920-c5496fc420e2","resourceInvariantUUID":"8bef0946-c171-468a-8a57-237b4f1f28b5","resourceCustomizationUUID":"0e487b42-1d14-4d45-b43d-9cc4e7baee8c","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":"NDc0M2UyZmM4OTcxYTVmZTkwZDM1MjFlNzY4NGZmNzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8a3fcd12-fb4d-44a5-865d-ae92cda4ebe9","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":"ZTAyNWRjYmI3ZGJlYzU4ZTY2ZDdjYTI5NjZiN2IxMTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9f7ae7f3-6258-4f46-bb98-b0842510c053","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":"1ee34c51-804a-4eb2-b286-e6762c7cccc9","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":"5cde168c-e0c8-4a54-addb-23199a9a894a","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":"01b67ba6-5f24-42d3-97e8-f1c1609c6ab1","artifactVersion":"2","generatedFromUUID":"1ee34c51-804a-4eb2-b286-e6762c7cccc9"},{"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":"NjgxMDMzMGVmOTYyYTAwNDAzNzc5NDdhZGQ4MDE0NjQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"bc596410-3962-4c37-a643-3574e464b460","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":"ZGNiYTQ0YzcwNjNhMmQ0YjM4MDk2Mjc1NDQ2ZTk2ZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8585a220-a1b6-4ca3-a1a1-7f01251aca1c","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"Nzc0N2FlMGNkNjk0NTcwNTQyMjM1Nzc4Njc0ZDBkMGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d9ffe381-77e2-4b1e-aa5b-99a8294fed2e","artifactVersion":"1"}],"workloadContext":"Production"} 2022-09-10T06:48:53.842Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:48:53.843Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:48:53.848Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:48:53.848Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792533169, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:53.949Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:48:53.950Z||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-09-10T06:48:53.950Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:48:53.973Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:48:53.974Z||pool-127-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:48:54.849Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:48:54.850Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:48:54.858Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:48:54.858Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792533169, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-09-10T06:48:54.952Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-09-10T06:48:54.953Z||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-09-10T06:48:54.953Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:48:54.969Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:48:54.970Z||pool-128-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:48:55.859Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:48:55.860Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:48:55.863Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:48:55.863Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792533169, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-09-10T06:48:55.963Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-10T06:48:55.964Z||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-09-10T06:48:55.965Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:48:55.988Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:48:55.988Z||pool-129-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-09-10T06:48:56.864Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:48:56.865Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:48:56.867Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:48:56.867Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792533169, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:56.967Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:48:56.968Z||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-09-10T06:48:56.968Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:48:56.991Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:48:56.991Z||pool-130-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:48:57.868Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:48:57.868Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:48:57.870Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:48:57.871Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792533169, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-09-10T06:48:57.971Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:48:57.972Z||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-09-10T06:48:57.972Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:48:57.990Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:48:57.991Z||pool-131-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:48:58.871Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:48:58.872Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:48:58.875Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:48:58.875Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792533169, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:58.975Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-10T06:48:58.976Z||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-09-10T06:48:58.976Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:48:59.009Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:48:59.009Z||pool-132-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:48:59.876Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:48:59.877Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:48:59.879Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:48:59.880Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792533169, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:48:59.980Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:48:59.980Z||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-09-10T06:48:59.981Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:49:00.022Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:49:00.022Z||pool-133-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:49:00.880Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:49:00.881Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:49:00.884Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:49:00.884Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792533169, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:49:00.984Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:49:00.985Z||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-09-10T06:49:00.986Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:49:01.013Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:49:01.013Z||pool-134-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:49:01.887Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "cd40201e-9ef6-4a18-9f99-b8d329f93976", "serviceDescription": "service", "serviceInvariantUUID": "01c63c5f-956b-4002-93e7-397d2188a0b6", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "0e487b42-1d14-4d45-b43d-9cc4e7baee8c", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6f99c7a5-165a-482c-8920-c5496fc420e2", "resourceInvariantUUID": "8bef0946-c171-468a-8a57-237b4f1f28b5", "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": "ZTAyNWRjYmI3ZGJlYzU4ZTY2ZDdjYTI5NjZiN2IxMTU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9f7ae7f3-6258-4f46-bb98-b0842510c053", "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": "1ee34c51-804a-4eb2-b286-e6762c7cccc9", "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": "01b67ba6-5f24-42d3-97e8-f1c1609c6ab1", "generatedFromUUID": "1ee34c51-804a-4eb2-b286-e6762c7cccc9" }, "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": "01b67ba6-5f24-42d3-97e8-f1c1609c6ab1", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "Nzc0N2FlMGNkNjk0NTcwNTQyMjM1Nzc4Njc0ZDBkMGU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d9ffe381-77e2-4b1e-aa5b-99a8294fed2e" } ], "workloadContext": "Production" } 2022-09-10T06:49:01.888Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-09-10T06:49:01.888Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cd40201e-9ef6-4a18-9f99-b8d329f93976 ASDC 2022-09-10T06:49:01.889Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:cd40201e-9ef6-4a18-9f99-b8d329f93976 ServiceInvariantUUID:01c63c5f-956b-4002-93e7-397d2188a0b6 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:d9ffe381-77e2-4b1e-aa5b-99a8294fed2e ArtifactChecksum:Nzc0N2FlMGNkNjk0NTcwNTQyMjM1Nzc4Njc0ZDBkMGU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:0e487b42-1d14-4d45-b43d-9cc4e7baee8c ResourceInvariantUUID:8bef0946-c171-468a-8a57-237b4f1f28b5 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:6f99c7a5-165a-482c-8920-c5496fc420e2 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:9f7ae7f3-6258-4f46-bb98-b0842510c053 ArtifactChecksum:ZTAyNWRjYmI3ZGJlYzU4ZTY2ZDdjYTI5NjZiN2IxMTU= 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:1ee34c51-804a-4eb2-b286-e6762c7cccc9 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:01b67ba6-5f24-42d3-97e8-f1c1609c6ab1 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:01b67ba6-5f24-42d3-97e8-f1c1609c6ab1 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-09-10T06:49:01.890Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cd40201e-9ef6-4a18-9f99-b8d329f93976 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-09-10T06:49:01.928Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-10T06:49:01.933Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-09-10T06:49:01.934Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-09-10T06:49:01.934Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d9ffe381-77e2-4b1e-aa5b-99a8294fed2e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-09-10T06:49:01.934Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-09-10T06:49:01.934Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-09-10T06:49:02.599Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-09-10T06:49:02.605Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar d9ffe381-77e2-4b1e-aa5b-99a8294fed2e 82466 2022-09-10T06:49:02.605Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-09-10T06:49:02.606Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-09-10T06:49:02.606Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-10T06:49:02.606Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:49:02.609Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:49:02.609Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792542605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:49:02.709Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-10T06:49:02.711Z||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-09-10T06:49:02.711Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:49:02.845Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:49:02.845Z||pool-135-thread-1|||||INFO|500||cambria reply ok (135 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:49:03.610Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-10T06:49:03.611Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-09-10T06:49:03.611Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: d9ffe381-77e2-4b1e-aa5b-99a8294fed2e, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-09-10T06:49:03.678Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-09-10T06:49:03.679Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-09-10T06:49:03.679Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-09-10T06:49:03.956Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14395160766862027722/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_ip_requirements" 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 "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" 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_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-09-10T06:49:05.260Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-09-10T06:49:05.261Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-09-10T06:49:05.261Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-09-10T06:49:05.261Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-09-10T06:49:05.261Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||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-09-10T06:49:05.261Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-09-10T06:49:05.261Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-09-10T06:49:05.261Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-09-10T06:49:05.261Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-09-10T06:49:05.262Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-09-10T06:49:05.262Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-09-10T06:49:05.262Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-09-10T06:49:05.262Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:49:05.262Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:49:05.262Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-09-10T06:49:05.263Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-09-10T06:49:05.263Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-10T06:49:05.263Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:49:05.263Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:49:05.263Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-09-10T06:49:05.263Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-09-10T06:49:05.264Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-10T06:49:05.264Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:49:05.264Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:49:05.264Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:49:05.264Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-09-10T06:49:05.264Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-09-10T06:49:05.265Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-09-10T06:49:05.265Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-09-10T06:49:05.265Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-09-10T06:49:05.265Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-09-10T06:49:05.265Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:49:05.265Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-10T06:49:05.265Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:49:05.265Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-09-10T06:49:05.266Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-10T06:49:05.266Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:49:05.266Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-09-10T06:49:05.266Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-10T06:49:05.266Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:49:05.266Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-09-10T06:49:05.267Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-10T06:49:05.267Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:49:05.267Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-09-10T06:49:05.267Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-09-10T06:49:05.267Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-09-10T06:49:05.267Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9cf5e9cd-040d-4cc5-868d-81d98a8bec38 2022-09-10T06:49:05.267Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:49:05.267Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:49:05.268Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:49:05.268Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:49:05.268Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:49:05.268Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:49:05.268Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:49:05.268Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:49:05.268Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:cd40201e-9ef6-4a18-9f99-b8d329f93976 Model Version:NULL Model InvariantUuid:01c63c5f-956b-4002-93e7-397d2188a0b6 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:15e249be-149f-4fa3-ab4d-da5c4458025b Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:8bef0946-c171-468a-8a57-237b4f1f28b5 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:0e487b42-1d14-4d45-b43d-9cc4e7baee8c NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:ca550b6d-4761-4c86-88fd-ed289b0c04b2 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:ca334451-aa5a-419d-a948-5e047c028416 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9cf5e9cd-040d-4cc5-868d-81d98a8bec38 ModelInvariantUuid:a0da23c9-2f26-4f18-8c7d-547d0425ff7d ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:1c860d8e-63e0-4ba1-9fba-4fb5c2e852f4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:dd9daa2b-d14a-4a54-84a3-420364b3dfed ModelInvariantUuid:547b1ead-6221-4776-ba5e-acc5e1fe54f1 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:e565c400-e929-40e3-8d4b-1b686cd37625 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-09-10T06:49:05.274Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 6f99c7a5-165a-482c-8920-c5496fc420e2 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-10T06:49:05.278Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||basic_vm_macro 0 2022-09-10T06:49:05.279Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6f99c7a5-165a-482c-8920-c5496fc420e2 2022-09-10T06:49:05.279Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9f7ae7f3-6258-4f46-bb98-b0842510c053 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-09-10T06:49:05.279Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-09-10T06:49:05.279Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||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-09-10T06:49:05.639Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-09-10T06:49:05.640Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 9f7ae7f3-6258-4f46-bb98-b0842510c053 792 2022-09-10T06:49:05.640Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||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-09-10T06:49:05.640Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||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-09-10T06:49:05.640Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-10T06:49:05.640Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:49:05.642Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:49:05.642Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792545640, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-10T06:49:05.742Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:49:05.743Z||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-09-10T06:49:05.743Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:49:05.766Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:49:05.766Z||pool-136-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:49:06.643Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "ca550b6d-4761-4c86-88fd-ed289b0c04b2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ca334451-aa5a-419d-a948-5e047c028416", "vfModuleModelCustomizationUUID": "b691393f-ae6a-4c72-9a9a-e578225b2962", "isBase": true, "artifacts": [ "1ee34c51-804a-4eb2-b286-e6762c7cccc9", "01b67ba6-5f24-42d3-97e8-f1c1609c6ab1" ], "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-09-10T06:49:06.648Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ca334451-aa5a-419d-a948-5e047c028416 VfModuleModelInvariantUUID:ca550b6d-4761-4c86-88fd-ed289b0c04b2 VfModuleModelDescription:NULL Artifacts UUID List:{ 1ee34c51-804a-4eb2-b286-e6762c7cccc9 , 01b67ba6-5f24-42d3-97e8-f1c1609c6ab1 } 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-09-10T06:49:06.651Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "ca550b6d-4761-4c86-88fd-ed289b0c04b2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ca334451-aa5a-419d-a948-5e047c028416", "vfModuleModelCustomizationUUID": "b691393f-ae6a-4c72-9a9a-e578225b2962", "isBase": true, "artifacts": [ "1ee34c51-804a-4eb2-b286-e6762c7cccc9", "01b67ba6-5f24-42d3-97e8-f1c1609c6ab1" ], "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-09-10T06:49:06.651Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ca334451-aa5a-419d-a948-5e047c028416 VfModuleModelInvariantUUID:ca550b6d-4761-4c86-88fd-ed289b0c04b2 VfModuleModelDescription:NULL Artifacts UUID List:{ 1ee34c51-804a-4eb2-b286-e6762c7cccc9 , 01b67ba6-5f24-42d3-97e8-f1c1609c6ab1 } 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-09-10T06:49:06.651Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1ee34c51-804a-4eb2-b286-e6762c7cccc9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-09-10T06:49:06.651Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-09-10T06:49:06.651Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||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-09-10T06:49:07.038Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-09-10T06:49:07.038Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 1ee34c51-804a-4eb2-b286-e6762c7cccc9 5033 2022-09-10T06:49:07.039Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||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-09-10T06:49:07.039Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||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-09-10T06:49:07.039Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-10T06:49:07.039Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:49:07.041Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:49:07.041Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792547039, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-09-10T06:49:07.141Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:49:07.142Z||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-09-10T06:49:07.142Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:49:07.166Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:49:07.166Z||pool-137-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-09-10T06:49:08.042Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 01b67ba6-5f24-42d3-97e8-f1c1609c6ab1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-09-10T06:49:08.042Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-09-10T06:49:08.042Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||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-09-10T06:49:08.416Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-09-10T06:49:08.417Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 01b67ba6-5f24-42d3-97e8-f1c1609c6ab1 903 2022-09-10T06:49:08.417Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||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-09-10T06:49:08.417Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||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-09-10T06:49:08.417Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-10T06:49:08.417Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:49:08.419Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:49:08.419Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792548417, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-09-10T06:49:08.519Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:49:08.520Z||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-09-10T06:49:08.521Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:49:08.551Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:49:08.551Z||pool-138-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:49:09.419Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: cd40201e-9ef6-4a18-9f99-b8d329f93976 2022-09-10T06:49:09.420Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 6f99c7a5-165a-482c-8920-c5496fc420e2 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-09-10T06:49:09.432Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@44a9fba0, org.onap.sdc.toscaparser.api.parameters.Input@2702e117, org.onap.sdc.toscaparser.api.parameters.Input@7e066f28, org.onap.sdc.toscaparser.api.parameters.Input@2f1161b1, org.onap.sdc.toscaparser.api.parameters.Input@24eeeb08] 2022-09-10T06:49:09.435Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:49:09.435Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:49:09.435Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-09-10T06:49:09.436Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 0e487b42-1d14-4d45-b43d-9cc4e7baee8c 2022-09-10T06:49:09.436Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0e487b42-1d14-4d45-b43d-9cc4e7baee8c matches Tosca VF Customization UUID: 0e487b42-1d14-4d45-b43d-9cc4e7baee8c 2022-09-10T06:49:09.436Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 0e487b42-1d14-4d45-b43d-9cc4e7baee8c 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-09-10T06:49:09.439Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:49:09.439Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:49:09.439Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 0e487b42-1d14-4d45-b43d-9cc4e7baee8c: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"} 2022-09-10T06:49:09.440Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7d5e0022 2022-09-10T06:49:09.440Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:49:09.440Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-10T06:49:09.440Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b691393f-ae6a-4c72-9a9a-e578225b2962 2022-09-10T06:49:09.440Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b691393f-ae6a-4c72-9a9a-e578225b2962 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-09-10T06:49:09.443Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:49:09.443Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-09-10T06:49:09.443Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-10T06:49:09.444Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:49:09.444Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-09-10T06:49:09.444Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-10T06:49:09.444Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:49:09.445Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-09-10T06:49:09.445Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-09-10T06:49:09.445Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-09-10T06:49:09.445Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9cf5e9cd-040d-4cc5-868d-81d98a8bec38 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-09-10T06:49:09.447Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:49:09.447Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-09-10T06:49:09.447Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-10T06:49:09.448Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:49:09.448Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-09-10T06:49:09.448Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=0e487b42-1d14-4d45-b43d-9cc4e7baee8c Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-10T06:49:09.450Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:49:09.450Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:49:09.450Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid cd40201e-9ef6-4a18-9f99-b8d329f93976: basic_vm_macro 2022-09-10T06:49:09.450Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:49:09.451Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:49:09.451Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:49:09.451Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:49:09.451Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:49:09.451Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:49:09.452Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:49:09.452Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:49:09.452Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:49:09.452Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:49:09.453Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||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-09-10T06:49:09.530Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 6f99c7a5-165a-482c-8920-c5496fc420e2 1 ASDC deployResourceStructure 2022-09-10T06:49:09.531Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||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-09-10T06:49:09.531Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||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-09-10T06:49:09.531Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-10T06:49:09.532Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:49:09.534Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:49:09.535Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792549531, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-09-10T06:49:09.634Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-10T06:49:09.635Z||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-09-10T06:49:09.635Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:49:09.697Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:49:09.697Z||pool-139-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:49:10.536Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||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-09-10T06:49:10.536Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||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-09-10T06:49:10.537Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-10T06:49:10.537Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:49:10.539Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:49:10.539Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792550535, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-09-10T06:49:10.639Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:49:10.640Z||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-09-10T06:49:10.640Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:49:10.701Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:49:10.702Z||pool-140-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:49:11.540Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||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-09-10T06:49:11.541Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||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-09-10T06:49:11.541Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-10T06:49:11.541Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:49:11.543Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:49:11.543Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792551540, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-09-10T06:49:11.644Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-09-10T06:49:11.645Z||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-09-10T06:49:11.645Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:49:11.689Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:49:11.689Z||pool-141-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:49:12.544Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-09-10T06:49:12.544Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-09-10T06:49:12.544Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-10T06:49:12.545Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:49:12.547Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:49:12.547Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792552544, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:49:12.646Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-10T06:49:12.647Z||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-09-10T06:49:12.647Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:49:12.707Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:49:12.707Z||pool-142-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":1,"count":1} 2022-09-10T06:49:13.548Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:49:13.557Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:49:13.559Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-10T06:49:13.559Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-10T06:49:13.559Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-09-10T06:49:13.559Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-09-10T06:49:13.560Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:49:13.560Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:49:13.560Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:49:13.560Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:49:13.560Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:49:13.560Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:49:13.560Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||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-09-10T06:49:13.564Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-09-10T06:49:43.564Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9 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-09-10T06:49:43.571Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9 and serviceModelVersionId: cd40201e-9ef6-4a18-9f99-b8d329f93976 2022-09-10T06:49:43.571Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 01c63c5f-956b-4002-93e7-397d2188a0b6 2022-09-10T06:49:43.573Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/01c63c5f-956b-4002-93e7-397d2188a0b6/model-vers/model-ver/cd40201e-9ef6-4a18-9f99-b8d329f93976?depth=0 2022-09-10T06:49:43.578Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-09-10T06:49:43.620Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01c63c5f-956b-4002-93e7-397d2188a0b6/model-vers/model-ver/cd40201e-9ef6-4a18-9f99-b8d329f93976?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-09-10T06:49:43.622Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01c63c5f-956b-4002-93e7-397d2188a0b6/model-vers/model-ver/cd40201e-9ef6-4a18-9f99-b8d329f93976?depth=0|INFO|500||Invoke 2022-09-10T06:49:43.641Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01c63c5f-956b-4002-93e7-397d2188a0b6/model-vers/model-ver/cd40201e-9ef6-4a18-9f99-b8d329f93976?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-09-10T06:49:43.986Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01c63c5f-956b-4002-93e7-397d2188a0b6/model-vers/model-ver/cd40201e-9ef6-4a18-9f99-b8d329f93976?depth=0|INFO|500||InvokeReturn 2022-09-10T06:49:43.987Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01c63c5f-956b-4002-93e7-397d2188a0b6/model-vers/model-ver/cd40201e-9ef6-4a18-9f99-b8d329f93976?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220910-06:49:44:480-51525], vertex-id=[245944], Content-Length=[0], Date=[Sat, 10 Sep 2022 06:49:44 GMT], Content-Type=[application/json]} 2022-09-10T06:49:43.988Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2022-09-10T06:49:43.989Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-09-10T06:49:43.989Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||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-09-10T06:49:43.994Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||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-09-10T06:49:43.994Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-09-10T06:49:43.994Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-09-10T06:49:43.994Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:49:43.996Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:49:43.996Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792583994, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-10T06:49:44.097Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:49:44.100Z||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-09-10T06:49:44.100Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:49:44.139Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:49:44.139Z||pool-143-thread-1|||||INFO|500||cambria reply ok (40 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-09-10T06:49:45.006Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-10T06:49:45.006Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"7c37a5ce-fa33-42b6-ac66-daf9369c2650","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"57e1cbc8-a777-4492-8897-bed956ea7b2a","serviceDescription":"service","serviceInvariantUUID":"4df72dc1-05f6-44bf-8d5c-bddbdedc6510","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9b860d9a-c2d3-4e6b-aee7-6cab4df24a31","resourceInvariantUUID":"259579ab-6ac8-4694-b902-606adb3068ba","resourceCustomizationUUID":"f408cd47-f0f5-4d35-b22f-ed4de32dd1e8","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":"ZjIwZGM0NzdjYzllNGJlYWNmNjY2MjE3NWVjOGI1ZDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4ba2144e-9603-4035-94e2-562aa34133a0","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":"OGNkNGYyZjYxNWUzZTdjZDMyOWJiZWMxN2NiMTBiNWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4f35057d-412f-495e-9a29-75cb7a689f68","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":"37123f88-70e6-4f36-b2a2-a22049be13a4","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":"e8f412ea-da89-47fc-85bc-6e770bfebbff","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":"d7e78e19-9207-40d0-b645-20f5417c22e3","artifactVersion":"2","generatedFromUUID":"765fcf77-8d6f-49d5-8eed-5fedde3df509"},{"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":"0fb5f6da-919d-44d2-938a-faff4e12a746","artifactVersion":"2","generatedFromUUID":"37123f88-70e6-4f36-b2a2-a22049be13a4"},{"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":"765fcf77-8d6f-49d5-8eed-5fedde3df509","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":"db22cc89-6f54-4ee1-a080-8fb244b22549","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":"NzhiYTliMzU1OGJkZmY3MzY1NDhkN2RjMmIwMmFhYzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cd840405-925a-473d-94ef-e847d6db0fc1","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NmFjNDE1MGVlMTNmNjBiNGJiYTE5ODMwNDEzY2ZiNDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"da59d6b4-3014-41bd-bfbe-a2da03b290c5","artifactVersion":"1"}],"workloadContext":"Production"} 2022-09-10T06:49:45.007Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:49:45.007Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:49:45.009Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:49:45.009Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792533169, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:49:45.111Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-09-10T06:49:45.112Z||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-09-10T06:49:45.112Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:49:45.150Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:49:45.150Z||pool-144-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:49:46.010Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:49:46.011Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:49:46.013Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:49:46.013Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792533169, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-09-10T06:49:46.114Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-09-10T06:49:46.115Z||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-09-10T06:49:46.115Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:49:46.170Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:49:46.171Z||pool-145-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:49:47.014Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:49:47.015Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:49:47.018Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:49:47.018Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792533169, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-09-10T06:49:47.118Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:49:47.119Z||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-09-10T06:49:47.119Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:49:47.135Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:49:47.135Z||pool-146-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-09-10T06:49:48.018Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:49:48.019Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:49:48.022Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:49:48.022Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792533169, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:49:48.122Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:49:48.123Z||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-09-10T06:49:48.124Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:49:48.147Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:49:48.147Z||pool-147-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:49:49.023Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:49:49.023Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:49:49.025Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:49:49.025Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792533169, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-09-10T06:49:49.126Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-09-10T06:49:49.127Z||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-09-10T06:49:49.127Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:49:49.154Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:49:49.155Z||pool-148-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:49:50.025Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:49:50.026Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:49:50.028Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:49:50.028Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792533169, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-09-10T06:49:50.128Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-10T06:49:50.129Z||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-09-10T06:49:50.129Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:49:50.193Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:49:50.194Z||pool-149-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:49:51.029Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:49:51.030Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:49:51.031Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:49:51.031Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792533169, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-09-10T06:49:51.132Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-09-10T06:49:51.133Z||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-09-10T06:49:51.133Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:49:51.146Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:49:51.147Z||pool-150-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:49:52.032Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:49:52.033Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:49:52.034Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:49:52.034Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792533169, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-10T06:49:52.135Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:49:52.135Z||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-09-10T06:49:52.136Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:49:52.159Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:49:52.159Z||pool-151-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:49:53.035Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:49:53.035Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:49:53.037Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:49:53.037Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792533169, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:49:53.137Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:49:53.138Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-10T06:49:53.138Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:49:53.157Z||pool-152-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:49:53.158Z||pool-152-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:49:53.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:49:53.170Z||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-09-10T06:49:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:49:53.204Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:49:53.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T06:49:53.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662792527817, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-09-10T06:49:53.205Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T06:49:54.038Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:49:54.038Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:49:54.040Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:49:54.040Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792533169, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:49:54.140Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:49:54.141Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-10T06:49:54.141Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:49:54.168Z||pool-153-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:49:54.168Z||pool-153-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-09-10T06:49:55.041Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "57e1cbc8-a777-4492-8897-bed956ea7b2a", "serviceDescription": "service", "serviceInvariantUUID": "4df72dc1-05f6-44bf-8d5c-bddbdedc6510", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "f408cd47-f0f5-4d35-b22f-ed4de32dd1e8", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "9b860d9a-c2d3-4e6b-aee7-6cab4df24a31", "resourceInvariantUUID": "259579ab-6ac8-4694-b902-606adb3068ba", "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": "OGNkNGYyZjYxNWUzZTdjZDMyOWJiZWMxN2NiMTBiNWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4f35057d-412f-495e-9a29-75cb7a689f68", "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": "37123f88-70e6-4f36-b2a2-a22049be13a4", "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": "0fb5f6da-919d-44d2-938a-faff4e12a746", "generatedFromUUID": "37123f88-70e6-4f36-b2a2-a22049be13a4" }, "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": "d7e78e19-9207-40d0-b645-20f5417c22e3", "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": "0fb5f6da-919d-44d2-938a-faff4e12a746", "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": "765fcf77-8d6f-49d5-8eed-5fedde3df509", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "NmFjNDE1MGVlMTNmNjBiNGJiYTE5ODMwNDEzY2ZiNDQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "da59d6b4-3014-41bd-bfbe-a2da03b290c5" } ], "workloadContext": "Production" } 2022-09-10T06:49:55.041Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-09-10T06:49:55.042Z|d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 57e1cbc8-a777-4492-8897-bed956ea7b2a ASDC 2022-09-10T06:49:55.042Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:7c37a5ce-fa33-42b6-ac66-daf9369c2650 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:57e1cbc8-a777-4492-8897-bed956ea7b2a ServiceInvariantUUID:4df72dc1-05f6-44bf-8d5c-bddbdedc6510 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:da59d6b4-3014-41bd-bfbe-a2da03b290c5 ArtifactChecksum:NmFjNDE1MGVlMTNmNjBiNGJiYTE5ODMwNDEzY2ZiNDQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:f408cd47-f0f5-4d35-b22f-ed4de32dd1e8 ResourceInvariantUUID:259579ab-6ac8-4694-b902-606adb3068ba ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:9b860d9a-c2d3-4e6b-aee7-6cab4df24a31 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:4f35057d-412f-495e-9a29-75cb7a689f68 ArtifactChecksum:OGNkNGYyZjYxNWUzZTdjZDMyOWJiZWMxN2NiMTBiNWE= 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:37123f88-70e6-4f36-b2a2-a22049be13a4 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:0fb5f6da-919d-44d2-938a-faff4e12a746 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:d7e78e19-9207-40d0-b645-20f5417c22e3 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:0fb5f6da-919d-44d2-938a-faff4e12a746 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:765fcf77-8d6f-49d5-8eed-5fedde3df509 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-09-10T06:49:55.042Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 57e1cbc8-a777-4492-8897-bed956ea7b2a 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-09-10T06:49:55.068Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-10T06:49:55.069Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-09-10T06:49:55.069Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-09-10T06:49:55.069Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: da59d6b4-3014-41bd-bfbe-a2da03b290c5 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-09-10T06:49:55.069Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-09-10T06:49:55.069Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-09-10T06:49:55.303Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-09-10T06:49:55.315Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar da59d6b4-3014-41bd-bfbe-a2da03b290c5 162980 2022-09-10T06:49:55.315Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-09-10T06:49:55.315Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-09-10T06:49:55.315Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-10T06:49:55.316Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:49:55.317Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:49:55.317Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792595315, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:49:55.418Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-09-10T06:49:55.419Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-10T06:49:55.419Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:49:55.443Z||pool-154-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:49:55.443Z||pool-154-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:49:56.318Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-10T06:49:56.319Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-09-10T06:49:56.319Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: da59d6b4-3014-41bd-bfbe-a2da03b290c5, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-09-10T06:49:56.319Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-09-10T06:49:56.320Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-09-10T06:49:56.320Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-09-10T06:49:56.444Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10554296193892663352/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2022-09-10T06:49:57.532Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-09-10T06:49:57.533Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-09-10T06:49:57.533Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-09-10T06:49:57.533Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-09-10T06:49:57.533Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-09-10T06:49:57.533Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-09-10T06:49:57.533Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||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-09-10T06:49:57.533Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||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-09-10T06:49:57.533Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-09-10T06:49:57.533Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:49:57.533Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:49:57.534Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-09-10T06:49:57.534Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-09-10T06:49:57.534Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-10T06:49:57.534Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:49:57.534Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:49:57.534Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-09-10T06:49:57.535Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-09-10T06:49:57.535Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-10T06:49:57.535Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:49:57.535Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:49:57.535Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:49:57.535Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-09-10T06:49:57.535Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-09-10T06:49:57.536Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-09-10T06:49:57.536Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-09-10T06:49:57.536Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:49:57.536Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-10T06:49:57.536Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:49:57.536Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-09-10T06:49:57.536Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-10T06:49:57.537Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:49:57.537Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-09-10T06:49:57.537Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-10T06:49:57.537Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:49:57.537Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-09-10T06:49:57.537Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-10T06:49:57.537Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:49:57.538Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-09-10T06:49:57.538Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-10T06:49:57.538Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:49:57.538Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-09-10T06:49:57.538Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-09-10T06:49:57.538Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=9c9f8eae-175b-4d22-9dca-ab8814c01550 2022-09-10T06:49:57.538Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:49:57.538Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:49:57.539Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:49:57.539Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:49:57.539Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:49:57.539Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:49:57.539Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:49:57.539Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:49:57.539Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:57e1cbc8-a777-4492-8897-bed956ea7b2a Model Version:NULL Model InvariantUuid:4df72dc1-05f6-44bf-8d5c-bddbdedc6510 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:282d1803-17ff-4318-b48e-4891a94dc970 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:259579ab-6ac8-4694-b902-606adb3068ba Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f408cd47-f0f5-4d35-b22f-ed4de32dd1e8 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:ddaf6e28-b08e-49a9-b433-a004fd52a5a6 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:b48abd26-61ae-4f3f-b6a8-87da94256024 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:7eae6f78-5ef7-4f0a-b6ad-1d6c92325d76 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:a2cc83b9-5111-4ed1-bf62-d3fff09d2bc5 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9c9f8eae-175b-4d22-9dca-ab8814c01550 ModelInvariantUuid:e5a381d6-c655-4fca-a718-17b4408180b3 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:6f2829a6-6d4b-45ca-9b9b-6febbb995d8e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:a8275bc5-920b-4fe2-8b80-962116a8c278 ModelInvariantUuid:7a11d413-96e5-4739-a35f-d0de6fcb204f ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:b724063e-a783-49ba-938c-2629076408d6 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-09-10T06:49:57.559Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 9b860d9a-c2d3-4e6b-aee7-6cab4df24a31 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-10T06:49:57.574Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||basic_cnf_macro 0 2022-09-10T06:49:57.575Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9b860d9a-c2d3-4e6b-aee7-6cab4df24a31 2022-09-10T06:49:57.575Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4f35057d-412f-495e-9a29-75cb7a689f68 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-09-10T06:49:57.575Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-09-10T06:49:57.575Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||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-09-10T06:49:57.758Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-09-10T06:49:57.759Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 4f35057d-412f-495e-9a29-75cb7a689f68 1565 2022-09-10T06:49:57.759Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||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-09-10T06:49:57.759Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||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-09-10T06:49:57.759Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-10T06:49:57.760Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:49:57.761Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:49:57.762Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792597759, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-10T06:49:57.862Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-10T06:49:57.863Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-10T06:49:57.863Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:49:57.878Z||pool-155-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:49:57.878Z||pool-155-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-09-10T06:49:58.762Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "7eae6f78-5ef7-4f0a-b6ad-1d6c92325d76", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a2cc83b9-5111-4ed1-bf62-d3fff09d2bc5", "vfModuleModelCustomizationUUID": "01afba9d-6490-45cc-b648-8c930a67d1a6", "isBase": true, "artifacts": [ "37123f88-70e6-4f36-b2a2-a22049be13a4", "0fb5f6da-919d-44d2-938a-faff4e12a746" ], "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": "ddaf6e28-b08e-49a9-b433-a004fd52a5a6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b48abd26-61ae-4f3f-b6a8-87da94256024", "vfModuleModelCustomizationUUID": "cd508165-6c3f-43fc-9370-958ab62cf59a", "isBase": false, "artifacts": [ "765fcf77-8d6f-49d5-8eed-5fedde3df509" ], "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-09-10T06:49:58.768Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a2cc83b9-5111-4ed1-bf62-d3fff09d2bc5 VfModuleModelInvariantUUID:7eae6f78-5ef7-4f0a-b6ad-1d6c92325d76 VfModuleModelDescription:NULL Artifacts UUID List:{ 37123f88-70e6-4f36-b2a2-a22049be13a4 , 0fb5f6da-919d-44d2-938a-faff4e12a746 } 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:b48abd26-61ae-4f3f-b6a8-87da94256024 VfModuleModelInvariantUUID:ddaf6e28-b08e-49a9-b433-a004fd52a5a6 VfModuleModelDescription:NULL Artifacts UUID List:{ 765fcf77-8d6f-49d5-8eed-5fedde3df509 } 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-09-10T06:49:58.772Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "7eae6f78-5ef7-4f0a-b6ad-1d6c92325d76", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a2cc83b9-5111-4ed1-bf62-d3fff09d2bc5", "vfModuleModelCustomizationUUID": "01afba9d-6490-45cc-b648-8c930a67d1a6", "isBase": true, "artifacts": [ "37123f88-70e6-4f36-b2a2-a22049be13a4", "0fb5f6da-919d-44d2-938a-faff4e12a746" ], "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": "ddaf6e28-b08e-49a9-b433-a004fd52a5a6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b48abd26-61ae-4f3f-b6a8-87da94256024", "vfModuleModelCustomizationUUID": "cd508165-6c3f-43fc-9370-958ab62cf59a", "isBase": false, "artifacts": [ "765fcf77-8d6f-49d5-8eed-5fedde3df509" ], "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-09-10T06:49:58.772Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a2cc83b9-5111-4ed1-bf62-d3fff09d2bc5 VfModuleModelInvariantUUID:7eae6f78-5ef7-4f0a-b6ad-1d6c92325d76 VfModuleModelDescription:NULL Artifacts UUID List:{ 37123f88-70e6-4f36-b2a2-a22049be13a4 , 0fb5f6da-919d-44d2-938a-faff4e12a746 } 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:b48abd26-61ae-4f3f-b6a8-87da94256024 VfModuleModelInvariantUUID:ddaf6e28-b08e-49a9-b433-a004fd52a5a6 VfModuleModelDescription:NULL Artifacts UUID List:{ 765fcf77-8d6f-49d5-8eed-5fedde3df509 } 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-09-10T06:49:58.773Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 37123f88-70e6-4f36-b2a2-a22049be13a4 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-09-10T06:49:58.773Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-09-10T06:49:58.776Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||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-09-10T06:49:59.114Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-09-10T06:49:59.115Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 37123f88-70e6-4f36-b2a2-a22049be13a4 914 2022-09-10T06:49:59.115Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||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-09-10T06:49:59.115Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||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-09-10T06:49:59.115Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-10T06:49:59.116Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:49:59.118Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:49:59.118Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792599115, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-09-10T06:49:59.218Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:49:59.219Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-10T06:49:59.219Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:49:59.305Z||pool-156-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:49:59.306Z||pool-156-thread-1|||||INFO|500||cambria reply ok (88 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:50:00.119Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d7e78e19-9207-40d0-b645-20f5417c22e3 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-09-10T06:50:00.120Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-09-10T06:50:00.120Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||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-09-10T06:50:00.432Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-09-10T06:50:00.432Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env d7e78e19-9207-40d0-b645-20f5417c22e3 12 2022-09-10T06:50:00.433Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||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-09-10T06:50:00.433Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||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-09-10T06:50:00.433Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-10T06:50:00.433Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:50:00.435Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:50:00.435Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792600433, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-09-10T06:50:00.535Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:50:00.536Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-10T06:50:00.536Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:50:00.555Z||pool-157-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:50:00.556Z||pool-157-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:50:01.435Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0fb5f6da-919d-44d2-938a-faff4e12a746 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-09-10T06:50:01.437Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-09-10T06:50:01.437Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||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-09-10T06:50:01.935Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-09-10T06:50:01.935Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 0fb5f6da-919d-44d2-938a-faff4e12a746 96 2022-09-10T06:50:01.935Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||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-09-10T06:50:01.935Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||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-09-10T06:50:01.935Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-10T06:50:01.936Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:50:01.937Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:50:01.937Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792601935, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-09-10T06:50:02.037Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-10T06:50:02.039Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-10T06:50:02.039Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:50:02.078Z||pool-158-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:50:02.078Z||pool-158-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:50:02.938Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 765fcf77-8d6f-49d5-8eed-5fedde3df509 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-09-10T06:50:02.938Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-09-10T06:50:02.938Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||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-09-10T06:50:03.356Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-09-10T06:50:03.357Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 765fcf77-8d6f-49d5-8eed-5fedde3df509 20206 2022-09-10T06:50:03.357Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||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-09-10T06:50:03.357Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||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-09-10T06:50:03.357Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-10T06:50:03.357Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:50:03.359Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:50:03.359Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792603357, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-09-10T06:50:03.459Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:50:03.460Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-10T06:50:03.460Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:50:03.474Z||pool-159-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:50:03.475Z||pool-159-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:50:04.363Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 57e1cbc8-a777-4492-8897-bed956ea7b2a 2022-09-10T06:50:04.364Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 9b860d9a-c2d3-4e6b-aee7-6cab4df24a31 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-09-10T06:50:04.373Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@270579fb, org.onap.sdc.toscaparser.api.parameters.Input@26b09700, org.onap.sdc.toscaparser.api.parameters.Input@761a6797, org.onap.sdc.toscaparser.api.parameters.Input@363d2c75, org.onap.sdc.toscaparser.api.parameters.Input@3afb41e8] 2022-09-10T06:50:04.374Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:50:04.374Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:50:04.375Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-09-10T06:50:04.375Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= f408cd47-f0f5-4d35-b22f-ed4de32dd1e8 2022-09-10T06:50:04.375Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f408cd47-f0f5-4d35-b22f-ed4de32dd1e8 matches Tosca VF Customization UUID: f408cd47-f0f5-4d35-b22f-ed4de32dd1e8 2022-09-10T06:50:04.375Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: f408cd47-f0f5-4d35-b22f-ed4de32dd1e8 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-09-10T06:50:04.377Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:50:04.377Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:50:04.378Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id f408cd47-f0f5-4d35-b22f-ed4de32dd1e8: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"} 2022-09-10T06:50:04.378Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@62d3ee29 2022-09-10T06:50:04.378Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:50:04.378Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-10T06:50:04.378Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cd508165-6c3f-43fc-9370-958ab62cf59a 2022-09-10T06:50:04.378Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cd508165-6c3f-43fc-9370-958ab62cf59a 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-09-10T06:50:04.380Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:50:04.381Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-09-10T06:50:04.381Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-10T06:50:04.381Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:50:04.381Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-09-10T06:50:04.382Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-10T06:50:04.382Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:50:04.382Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-09-10T06:50:04.382Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=f408cd47-f0f5-4d35-b22f-ed4de32dd1e8 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-10T06:50:04.384Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:50:04.385Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:50:04.385Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 57e1cbc8-a777-4492-8897-bed956ea7b2a: basic_cnf_macro 2022-09-10T06:50:04.385Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:50:04.385Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:50:04.386Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:50:04.386Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:50:04.386Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:50:04.386Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:50:04.387Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:50:04.387Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:50:04.387Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:50:04.387Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:50:04.387Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||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-09-10T06:50:04.417Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 9b860d9a-c2d3-4e6b-aee7-6cab4df24a31 2 ASDC deployResourceStructure 2022-09-10T06:50:04.418Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||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-09-10T06:50:04.418Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||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-09-10T06:50:04.418Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-10T06:50:04.418Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:50:04.420Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:50:04.420Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792604418, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-09-10T06:50:04.520Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:50:04.521Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-10T06:50:04.521Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:50:04.560Z||pool-160-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:50:04.560Z||pool-160-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:50:05.421Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||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-09-10T06:50:05.421Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||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-09-10T06:50:05.421Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-10T06:50:05.421Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:50:05.423Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:50:05.424Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792605420, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-09-10T06:50:05.523Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-10T06:50:05.524Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-10T06:50:05.524Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:50:05.556Z||pool-161-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:50:05.556Z||pool-161-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:50:06.424Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||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-09-10T06:50:06.425Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||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-09-10T06:50:06.425Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-09-10T06:50:06.425Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:50:06.427Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:50:06.428Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792606424, "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-09-10T06:50:06.536Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms 2022-09-10T06:50:06.537Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-10T06:50:06.537Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:50:06.574Z||pool-162-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:50:06.575Z||pool-162-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:50:07.429Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||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-09-10T06:50:07.429Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||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-09-10T06:50:07.430Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-10T06:50:07.430Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:50:07.432Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:50:07.432Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792607429, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-09-10T06:50:07.532Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:50:07.532Z||pool-163-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-10T06:50:07.533Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:50:07.559Z||pool-163-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:50:07.560Z||pool-163-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:50:08.432Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||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-09-10T06:50:08.433Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||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-09-10T06:50:08.433Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-09-10T06:50:08.434Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:50:08.436Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:50:08.436Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792608432, "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-09-10T06:50:08.537Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-09-10T06:50:08.538Z||pool-164-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-10T06:50:08.538Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:50:08.556Z||pool-164-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:50:08.557Z||pool-164-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:50:09.437Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-09-10T06:50:09.438Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-09-10T06:50:09.438Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-10T06:50:09.438Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:50:09.440Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:50:09.440Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792609437, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:50:09.540Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-10T06:50:09.541Z||pool-165-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-10T06:50:09.541Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:50:09.561Z||pool-165-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:50:09.561Z||pool-165-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:50:10.441Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c37a5ce-fa33-42b6-ac66-daf9369c2650 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:50:10.450Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c37a5ce-fa33-42b6-ac66-daf9369c2650 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:50:10.452Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-10T06:50:10.452Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-10T06:50:10.453Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-10T06:50:40.453Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c37a5ce-fa33-42b6-ac66-daf9369c2650 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:50:40.462Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c37a5ce-fa33-42b6-ac66-daf9369c2650 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:50:40.463Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-10T06:50:40.463Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-10T06:50:40.464Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-10T06:50:53.169Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:50:53.171Z||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-09-10T06:50:53.171Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:50:53.199Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:50:53.199Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T06:50:53.200Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "aai-ml", "timestamp": 1662792524399, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:50:53.200Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T06:51:10.464Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c37a5ce-fa33-42b6-ac66-daf9369c2650 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:51:10.473Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c37a5ce-fa33-42b6-ac66-daf9369c2650 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:51:10.475Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-10T06:51:10.475Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-10T06:51:10.475Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-10T06:51:40.476Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c37a5ce-fa33-42b6-ac66-daf9369c2650 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:51:40.490Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c37a5ce-fa33-42b6-ac66-daf9369c2650 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:51:40.492Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-10T06:51:40.492Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-10T06:51:40.492Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-10T06:51:53.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:51:53.172Z||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-09-10T06:51:53.172Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:51:53.227Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:51:53.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T06:51:53.228Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792533169, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:51:53.229Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T06:51:53.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T06:51:53.229Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662792527817, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-10T06:51:53.229Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T06:51:53.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T06:51:53.229Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792533169, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-09-10T06:51:53.229Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T06:51:53.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T06:51:53.229Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "aai-ml", "timestamp": 1662792535304, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:51:53.230Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:51:53.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T06:51:53.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662792527817, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:51:53.230Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T06:51:53.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T06:51:53.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792533169, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-09-10T06:51:53.230Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T06:51:53.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T06:51:53.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662792527817, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:51:53.230Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T06:51:53.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T06:51:53.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792533169, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:51:53.231Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T06:51:53.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T06:51:53.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792533169, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-09-10T06:51:53.231Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T06:51:53.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T06:51:53.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662792539224, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:51:53.231Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:51:53.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T06:51:53.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792533169, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-10T06:51:53.231Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T06:51:53.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T06:51:53.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792533169, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:51:53.232Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T06:51:53.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T06:51:53.232Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792533169, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:51:53.232Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T06:51:53.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T06:51:53.232Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792542605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:51:53.232Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:51:53.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T06:51:53.232Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662792544107, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:51:53.232Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:51:53.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T06:51:53.233Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "clamp", "timestamp": 1662792543508, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:51:53.233Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:51:53.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T06:51:53.233Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662792545150, "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-09-10T06:51:53.236Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7c37a5ce-fa33-42b6-ac66-daf9369c2650 2022-09-10T06:51:53.236Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c37a5ce-fa33-42b6-ac66-daf9369c2650 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-09-10T06:51:53.246Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T06:51:53.246Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "aai-ml", "timestamp": 1662792545290, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:51:53.247Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:51:53.247Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T06:51:53.247Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792545640, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-10T06:51:53.247Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:51:53.247Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T06:51:53.247Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "aai-ml", "timestamp": 1662792546294, "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-09-10T06:51:53.250Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7c37a5ce-fa33-42b6-ac66-daf9369c2650 2022-09-10T06:51:53.250Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c37a5ce-fa33-42b6-ac66-daf9369c2650 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-09-10T06:51:53.255Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T06:51:53.255Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792547039, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-09-10T06:51:53.255Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:51:53.255Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T06:51:53.255Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "clamp", "timestamp": 1662792547909, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:51:53.255Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:51:53.255Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T06:51:53.255Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792548417, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-09-10T06:51:53.255Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:51:53.256Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T06:51:53.256Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "clamp", "timestamp": 1662792549010, "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-09-10T06:51:53.258Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7c37a5ce-fa33-42b6-ac66-daf9369c2650 2022-09-10T06:51:53.258Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c37a5ce-fa33-42b6-ac66-daf9369c2650 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-09-10T06:51:53.263Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T06:51:53.263Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792549531, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-09-10T06:51:53.263Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:51:53.263Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T06:51:53.264Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792550535, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-09-10T06:51:53.264Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:51:53.264Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T06:51:53.264Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792551540, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-09-10T06:51:53.264Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:51:53.264Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T06:51:53.264Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792552544, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:51:53.265Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:51:53.265Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T06:51:53.265Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d988eef1-6d44-42fe-8dd6-7d5f4f5a6ed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792583994, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-10T06:51:53.265Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:51:53.265Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T06:51:53.265Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792533169, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:51:53.265Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T06:51:53.265Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T06:51:53.266Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792533169, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-09-10T06:51:53.266Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T06:51:53.266Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T06:51:53.266Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792533169, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-09-10T06:51:53.266Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T06:51:53.266Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T06:51:53.266Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792533169, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:51:53.266Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T06:51:53.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T06:51:53.267Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792533169, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-09-10T06:51:53.267Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T06:51:53.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T06:51:53.267Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792533169, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-09-10T06:51:53.267Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T06:51:53.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T06:51:53.268Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792533169, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-09-10T06:51:53.268Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T06:51:53.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T06:51:53.268Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792533169, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-10T06:51:53.268Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T06:51:53.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T06:51:53.268Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792533169, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:51:53.269Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T06:52:10.493Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c37a5ce-fa33-42b6-ac66-daf9369c2650 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:52:10.504Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c37a5ce-fa33-42b6-ac66-daf9369c2650 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:52:10.506Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-10T06:52:10.507Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-10T06:52:10.507Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-09-10T06:52:10.507Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-09-10T06:52:10.507Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:52:10.507Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:52:10.507Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:52:10.507Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:52:10.507Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:52:10.507Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:52:10.507Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||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-09-10T06:52:10.514Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-09-10T06:52:40.515Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7c37a5ce-fa33-42b6-ac66-daf9369c2650 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-09-10T06:52:40.529Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7c37a5ce-fa33-42b6-ac66-daf9369c2650 and serviceModelVersionId: 57e1cbc8-a777-4492-8897-bed956ea7b2a 2022-09-10T06:52:40.529Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4df72dc1-05f6-44bf-8d5c-bddbdedc6510 2022-09-10T06:52:40.532Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4df72dc1-05f6-44bf-8d5c-bddbdedc6510/model-vers/model-ver/57e1cbc8-a777-4492-8897-bed956ea7b2a?depth=0 2022-09-10T06:52:40.542Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-09-10T06:52:40.604Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4df72dc1-05f6-44bf-8d5c-bddbdedc6510/model-vers/model-ver/57e1cbc8-a777-4492-8897-bed956ea7b2a?depth=0|INFO|500||Invoke 2022-09-10T06:52:40.605Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4df72dc1-05f6-44bf-8d5c-bddbdedc6510/model-vers/model-ver/57e1cbc8-a777-4492-8897-bed956ea7b2a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4df72dc1-05f6-44bf-8d5c-bddbdedc6510/model-vers/model-ver/57e1cbc8-a777-4492-8897-bed956ea7b2a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7c37a5ce-fa33-42b6-ac66-daf9369c2650], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[44e713a2-cff5-4641-8663-bae45b9e1818], X-ECOMP-RequestID=[7c37a5ce-fa33-42b6-ac66-daf9369c2650], X-TransactionId=[], X-ONAP-RequestID=[7c37a5ce-fa33-42b6-ac66-daf9369c2650], Content-Type=[application/merge-patch+json]} 2022-09-10T06:52:40.629Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4df72dc1-05f6-44bf-8d5c-bddbdedc6510/model-vers/model-ver/57e1cbc8-a777-4492-8897-bed956ea7b2a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-09-10T06:52:41.248Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4df72dc1-05f6-44bf-8d5c-bddbdedc6510/model-vers/model-ver/57e1cbc8-a777-4492-8897-bed956ea7b2a?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/4df72dc1-05f6-44bf-8d5c-bddbdedc6510/model-vers/model-ver/57e1cbc8-a777-4492-8897-bed956ea7b2a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220910-06:52:41:486-26584], vertex-id=[249976], Content-Length=[0], Date=[Sat, 10 Sep 2022 06:52:41 GMT], Content-Type=[application/json]} 2022-09-10T06:52:41.250Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4df72dc1-05f6-44bf-8d5c-bddbdedc6510/model-vers/model-ver/57e1cbc8-a777-4492-8897-bed956ea7b2a?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-09-10T06:52:41.251Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4df72dc1-05f6-44bf-8d5c-bddbdedc6510/model-vers/model-ver/57e1cbc8-a777-4492-8897-bed956ea7b2a?depth=0|INFO|500||InvokeReturn 2022-09-10T06:52:41.252Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-09-10T06:52:41.252Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||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-09-10T06:52:41.264Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||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-09-10T06:52:41.264Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7c37a5ce-fa33-42b6-ac66-daf9369c2650 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-09-10T06:52:41.264Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-09-10T06:52:41.265Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:52:41.268Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:52:41.269Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792761264, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-10T06:52:41.368Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-10T06:52:41.369Z||pool-166-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-10T06:52:41.370Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:52:41.460Z||pool-166-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:52:41.461Z||pool-166-thread-1|||||INFO|500||cambria reply ok (92 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-09-10T06:52:42.282Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:52:42.282Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T06:52:42.282Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:52:46.785Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:52:46.786Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-10T06:52:46.787Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"74211c86-4b92-4f37-a07d-7d3e4ce62f4d","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"56c26ae3-cb1e-490c-811c-7351afdce02d","serviceDescription":"service","serviceInvariantUUID":"f0db55af-7a3a-402f-ae99-af8404071e87","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6b9887c2-48c6-46d6-bf12-5bf25357d14f","resourceInvariantUUID":"66c8e01e-152c-40a7-833a-d9a8bba5fab6","resourceCustomizationUUID":"979b10a6-5af5-4c8c-bd46-586c2413f710","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":"MjJkNDVkMTUyNzQ2MjBmNDMxMjM3ZjhkYTY1OWZjMGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c453cd7c-8348-478d-87f5-adfd37108583","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":"068a12de-f4ca-4f48-abda-a0b796903739","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":"5c6afa53-b797-461c-abdb-24ec67c5e6de","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":"NGFkN2JiNTA4OTQ0OTg1OWM4MWFlMTBiZGY2NGFmZGQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e9883115-6e9e-4668-b637-f9ef1e15b6ee","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":"b5c9f1c6-a85f-4a95-b409-20cc847db70b","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":"793878ac-04bc-411d-a36a-3f096f60ca02","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":"c292ee98-f8fe-4f28-a62b-3118e630d209","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":"MTBjNDQ2NjBiMzc5ZWMwMWQxOTI3ZTA3YzRiYWFkNjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7f90e777-a4d8-406f-8a3d-0ea05f1fca5a","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NjcwYTM3YTM0N2Q2NmVmY2RjODNiNmFhOGYxMDUyNDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"02390014-f009-402a-8dbd-640fe9549518","artifactVersion":"1"}],"workloadContext":"Production"} 2022-09-10T06:52:46.790Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:52:46.792Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:52:46.794Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:52:46.795Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792762282, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:52:46.894Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-10T06:52:46.895Z||pool-167-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-10T06:52:46.895Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:52:46.913Z||pool-167-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:52:46.914Z||pool-167-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:52:47.795Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:52:47.796Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:52:47.806Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:52:47.806Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792762282, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-10T06:52:47.900Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-09-10T06:52:47.901Z||pool-168-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-10T06:52:47.901Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:52:47.941Z||pool-168-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:52:47.941Z||pool-168-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1} 2022-09-10T06:52:48.807Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:52:48.808Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:52:48.810Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:52:48.810Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792762282, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-10T06:52:48.910Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-10T06:52:48.911Z||pool-169-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-10T06:52:48.911Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:52:48.945Z||pool-169-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:52:48.946Z||pool-169-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:52:49.811Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:52:49.811Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:52:49.814Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:52:49.814Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792762282, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-10T06:52:49.914Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:52:49.915Z||pool-170-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-10T06:52:49.915Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:52:49.938Z||pool-170-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:52:49.939Z||pool-170-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:52:50.815Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:52:50.815Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:52:50.817Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:52:50.817Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792762282, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:52:50.917Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:52:50.918Z||pool-171-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-10T06:52:50.918Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:52:50.929Z||pool-171-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:52:50.929Z||pool-171-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:52:51.818Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:52:51.819Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:52:51.822Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:52:51.822Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792762282, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:52:51.922Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-10T06:52:51.922Z||pool-172-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-10T06:52:51.923Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:52:51.941Z||pool-172-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:52:51.941Z||pool-172-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:52:52.822Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:52:52.823Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:52:52.825Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:52:52.825Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792762282, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:52:52.925Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T06:52:52.926Z||pool-173-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-10T06:52:52.926Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:52:52.957Z||pool-173-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:52:52.957Z||pool-173-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:52:53.170Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:52:53.170Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|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-09-10T06:52:53.171Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:52:53.224Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:52:53.225Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:52:53.225Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792533169, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:52:53.226Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:52:53.226Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:52:53.226Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792595315, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:52:53.227Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:52:53.227Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:52:53.227Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792597759, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-10T06:52:53.227Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:52:53.227Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:52:53.227Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792599115, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-09-10T06:52:53.227Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:52:53.228Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:52:53.228Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792600433, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-09-10T06:52:53.229Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:52:53.229Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:52:53.229Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792601935, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-09-10T06:52:53.229Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:52:53.229Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:52:53.229Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792603357, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-09-10T06:52:53.230Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:52:53.230Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:52:53.230Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792604418, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-09-10T06:52:53.230Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:52:53.230Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:52:53.231Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792605420, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-09-10T06:52:53.231Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:52:53.231Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:52:53.231Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792606424, "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-09-10T06:52:53.231Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:52:53.231Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:52:53.231Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792607429, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-09-10T06:52:53.232Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:52:53.232Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:52:53.232Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792608432, "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-09-10T06:52:53.232Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:52:53.232Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:52:53.232Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792609437, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:52:53.232Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:52:53.828Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:52:53.829Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:52:53.832Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:52:53.832Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792762282, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:52:53.931Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-10T06:52:53.931Z||pool-174-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-10T06:52:53.931Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:52:53.959Z||pool-174-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:52:53.959Z||pool-174-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:52:54.834Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T06:52:54.835Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:52:54.854Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:52:54.855Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792762282, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:52:54.937Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 82 ms 2022-09-10T06:52:54.938Z||pool-175-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-10T06:52:54.938Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:52:54.955Z||pool-175-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:52:54.956Z||pool-175-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:52:55.856Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "56c26ae3-cb1e-490c-811c-7351afdce02d", "serviceDescription": "service", "serviceInvariantUUID": "f0db55af-7a3a-402f-ae99-af8404071e87", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "979b10a6-5af5-4c8c-bd46-586c2413f710", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "6b9887c2-48c6-46d6-bf12-5bf25357d14f", "resourceInvariantUUID": "66c8e01e-152c-40a7-833a-d9a8bba5fab6", "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": "NjcwYTM3YTM0N2Q2NmVmY2RjODNiNmFhOGYxMDUyNDI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "02390014-f009-402a-8dbd-640fe9549518" } ], "workloadContext": "Production" } 2022-09-10T06:52:55.856Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-09-10T06:52:55.856Z|7c37a5ce-fa33-42b6-ac66-daf9369c2650|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 56c26ae3-cb1e-490c-811c-7351afdce02d ASDC 2022-09-10T06:52:55.858Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:74211c86-4b92-4f37-a07d-7d3e4ce62f4d ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:56c26ae3-cb1e-490c-811c-7351afdce02d ServiceInvariantUUID:f0db55af-7a3a-402f-ae99-af8404071e87 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:02390014-f009-402a-8dbd-640fe9549518 ArtifactChecksum:NjcwYTM3YTM0N2Q2NmVmY2RjODNiNmFhOGYxMDUyNDI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:979b10a6-5af5-4c8c-bd46-586c2413f710 ResourceInvariantUUID:66c8e01e-152c-40a7-833a-d9a8bba5fab6 ResourceName:test-pnf ResourceType:PNF ResourceUUID:6b9887c2-48c6-46d6-bf12-5bf25357d14f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-09-10T06:52:55.858Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 56c26ae3-cb1e-490c-811c-7351afdce02d 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-09-10T06:52:55.892Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-10T06:52:55.893Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-09-10T06:52:55.893Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-09-10T06:52:55.893Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 02390014-f009-402a-8dbd-640fe9549518 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-09-10T06:52:55.893Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-09-10T06:52:55.893Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-09-10T06:52:56.189Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-09-10T06:52:56.237Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 02390014-f009-402a-8dbd-640fe9549518 110794 2022-09-10T06:52:56.238Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-09-10T06:52:56.238Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-09-10T06:52:56.238Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-10T06:52:56.239Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:52:56.241Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:52:56.241Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792776238, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:52:56.340Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-10T06:52:56.341Z||pool-176-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-10T06:52:56.342Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:52:56.353Z||pool-176-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:52:56.353Z||pool-176-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:52:57.241Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-10T06:52:57.243Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-09-10T06:52:57.243Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 02390014-f009-402a-8dbd-640fe9549518, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-09-10T06:52:57.244Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-09-10T06:52:57.244Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-09-10T06:52:57.244Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-09-10T06:52:57.424Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12063551548969565478/Definitions/service-TestPnfMacro-template.yml 2022-09-10T06:52:58.295Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-09-10T06:52:58.296Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-09-10T06:52:58.296Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-09-10T06:52:58.296Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-09-10T06:52:58.296Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||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-09-10T06:52:58.296Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||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-09-10T06:52:58.297Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||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-09-10T06:52:58.297Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||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-09-10T06:52:58.297Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-09-10T06:52:58.297Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-09-10T06:52:58.297Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-09-10T06:52:58.298Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-09-10T06:52:58.298Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:52:58.298Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:52:58.299Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-09-10T06:52:58.299Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-09-10T06:52:58.299Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-10T06:52:58.300Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:52:58.300Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:52:58.300Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-09-10T06:52:58.300Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-09-10T06:52:58.301Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-10T06:52:58.301Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:52:58.301Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:52:58.302Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:52:58.302Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:52:58.302Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:52:58.303Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:52:58.303Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:52:58.303Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:52:58.304Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:52:58.304Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:52:58.305Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:56c26ae3-cb1e-490c-811c-7351afdce02d Model Version:NULL Model InvariantUuid:f0db55af-7a3a-402f-ae99-af8404071e87 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-09-10T06:52:58.318Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 6b9887c2-48c6-46d6-bf12-5bf25357d14f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-10T06:52:58.324Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500||test-pnf 0 2022-09-10T06:52:58.325Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 6b9887c2-48c6-46d6-bf12-5bf25357d14f 2022-09-10T06:52:58.325Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 56c26ae3-cb1e-490c-811c-7351afdce02d 2022-09-10T06:52:58.325Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 56c26ae3-cb1e-490c-811c-7351afdce02d 2022-09-10T06:52:58.326Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 6b9887c2-48c6-46d6-bf12-5bf25357d14f 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-09-10T06:52:58.364Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1b0cdb73, org.onap.sdc.toscaparser.api.parameters.Input@f762578, org.onap.sdc.toscaparser.api.parameters.Input@3d61e80f, org.onap.sdc.toscaparser.api.parameters.Input@59a33ef2, org.onap.sdc.toscaparser.api.parameters.Input@2489a1f6] 2022-09-10T06:52:58.365Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:52:58.365Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:52:58.366Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 56c26ae3-cb1e-490c-811c-7351afdce02d: test-pnf 2022-09-10T06:52:58.366Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500||Processing PNF resource: 6b9887c2-48c6-46d6-bf12-5bf25357d14f 2022-09-10T06:52:58.367Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T06:52:58.367Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T06:52:58.367Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500||Resource customization UUID: 979b10a6-5af5-4c8c-bd46-586c2413f710 is the same as notified resource customizationUUID: 979b10a6-5af5-4c8c-bd46-586c2413f710 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-09-10T06:52:58.399Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 6b9887c2-48c6-46d6-bf12-5bf25357d14f 0 ASDC deployResourceStructure 2022-09-10T06:52:58.400Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-09-10T06:52:58.400Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-09-10T06:52:58.400Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-10T06:52:58.400Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:52:58.402Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:52:58.402Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792778400, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:52:58.501Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-10T06:52:58.502Z||pool-177-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-10T06:52:58.503Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:52:58.540Z||pool-177-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:52:58.541Z||pool-177-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-09-10T06:52:59.402Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74211c86-4b92-4f37-a07d-7d3e4ce62f4d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:52:59.413Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74211c86-4b92-4f37-a07d-7d3e4ce62f4d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:52:59.415Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-10T06:52:59.415Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-10T06:52:59.415Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-10T06:53:29.416Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74211c86-4b92-4f37-a07d-7d3e4ce62f4d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:53:29.426Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74211c86-4b92-4f37-a07d-7d3e4ce62f4d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:53:29.428Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-10T06:53:29.428Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-10T06:53:29.429Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-10T06:53:53.170Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:53:53.171Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|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-09-10T06:53:53.171Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:53:53.233Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:53:53.234Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.234Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "aai-ml", "timestamp": 1662792674399, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.235Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.235Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.235Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "clamp", "timestamp": 1662792676885, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.235Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.235Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.236Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "multicloud-k8s-id", "timestamp": 1662792678944, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.236Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.236Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.236Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "cds", "timestamp": 1662792680188, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.236Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.236Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.236Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662792677822, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.236Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.236Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.236Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "clamp", "timestamp": 1662792676885, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.236Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.237Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.237Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "aai-ml", "timestamp": 1662792674399, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.237Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.237Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.237Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "multicloud-k8s-id", "timestamp": 1662792678944, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.237Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.237Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.237Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "cds", "timestamp": 1662792680188, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.237Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.237Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.237Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662792677822, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.238Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.238Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.238Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "policy-id", "timestamp": 1662792683970, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.238Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.238Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.238Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "clamp", "timestamp": 1662792676885, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.238Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.239Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.239Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "aai-ml", "timestamp": 1662792674399, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.239Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.239Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.239Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "multicloud-k8s-id", "timestamp": 1662792678944, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.239Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.239Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.239Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "cds", "timestamp": 1662792680188, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.239Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.240Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.240Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662792677822, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.240Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.240Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.240Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "policy-id", "timestamp": 1662792683970, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.240Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.240Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.240Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "aai-ml", "timestamp": 1662792674399, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.240Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.240Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.240Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "clamp", "timestamp": 1662792676885, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.240Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.240Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.241Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "multicloud-k8s-id", "timestamp": 1662792678944, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.241Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.241Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.241Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "cds", "timestamp": 1662792680188, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.241Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.241Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.241Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662792677822, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.241Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.241Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.241Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "policy-id", "timestamp": 1662792683970, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.241Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.241Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.241Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "clamp", "timestamp": 1662792676885, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.242Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.242Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.242Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "multicloud-k8s-id", "timestamp": 1662792678944, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.242Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.242Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.242Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "aai-ml", "timestamp": 1662792674399, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.242Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.242Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.242Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "cds", "timestamp": 1662792680188, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.242Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.242Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.242Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "ves-openapi-manager", "timestamp": 1662792687727, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.242Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.242Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.242Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662792677822, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.242Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.243Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.243Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "policy-id", "timestamp": 1662792683970, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.243Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.243Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.243Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "clamp", "timestamp": 1662792676885, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.243Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.243Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.243Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "multicloud-k8s-id", "timestamp": 1662792678944, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.243Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.243Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.243Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "aai-ml", "timestamp": 1662792674399, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.243Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.243Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.243Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "cds", "timestamp": 1662792680188, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.243Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.243Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.243Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "ves-openapi-manager", "timestamp": 1662792687727, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.244Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.244Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.244Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662792677822, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.244Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.244Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.244Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "policy-id", "timestamp": 1662792683970, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.244Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.244Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.244Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "aai-ml", "timestamp": 1662792674399, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.244Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.244Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.244Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "clamp", "timestamp": 1662792676885, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.244Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.244Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.244Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "multicloud-k8s-id", "timestamp": 1662792678944, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.244Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.245Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.245Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "cds", "timestamp": 1662792680188, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.245Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.245Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.245Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "ves-openapi-manager", "timestamp": 1662792687727, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.245Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.245Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.245Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662792677822, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.245Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.245Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.245Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "policy-id", "timestamp": 1662792683970, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.245Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.246Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.246Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "aai-ml", "timestamp": 1662792674399, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.246Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.246Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.246Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "multicloud-k8s-id", "timestamp": 1662792678944, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.246Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.246Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.246Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "clamp", "timestamp": 1662792676885, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.246Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.246Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.246Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "cds", "timestamp": 1662792680188, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.246Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.246Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.246Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "ves-openapi-manager", "timestamp": 1662792687727, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.247Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.247Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.247Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662792677822, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.247Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.247Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.247Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "policy-id", "timestamp": 1662792683970, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.247Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.247Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.247Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "aai-ml", "timestamp": 1662792674399, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:53:53.247Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.247Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.247Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "multicloud-k8s-id", "timestamp": 1662792678944, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:53:53.247Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.247Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.247Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "clamp", "timestamp": 1662792676885, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:53:53.247Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.248Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.248Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "cds", "timestamp": 1662792680188, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:53:53.248Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.248Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.248Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "ves-openapi-manager", "timestamp": 1662792687727, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.248Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.248Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.248Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662792677822, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:53:53.248Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.248Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.248Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "policy-id", "timestamp": 1662792683970, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.248Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.248Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.248Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "ves-openapi-manager", "timestamp": 1662792687727, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.249Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.249Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.249Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "policy-id", "timestamp": 1662792683970, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:53:53.249Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.249Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.249Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662792694425, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:53:53.249Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:53:53.249Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.249Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "cds", "timestamp": 1662792694376, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:53:53.249Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:53:53.249Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.249Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "ves-openapi-manager", "timestamp": 1662792687727, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-09-10T06:53:53.249Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.249Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.249Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "aai-ml", "timestamp": 1662792693367, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:53:53.250Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:53:53.250Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.250Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "policy-id", "timestamp": 1662792694001, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:53:53.250Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:53:53.250Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.250Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "ves-openapi-manager", "timestamp": 1662792687727, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.250Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.250Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.250Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "cds", "timestamp": 1662792695653, "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-09-10T06:53:53.254Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 74211c86-4b92-4f37-a07d-7d3e4ce62f4d 2022-09-10T06:53:53.254Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 74211c86-4b92-4f37-a07d-7d3e4ce62f4d 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-09-10T06:53:53.260Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.260Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "policy-id", "timestamp": 1662792695017, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:53:53.260Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:53:53.260Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.260Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "ves-openapi-manager", "timestamp": 1662792687727, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-09-10T06:53:53.260Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:53:53.260Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.260Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "policy-id", "timestamp": 1662792696020, "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-09-10T06:53:53.263Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 74211c86-4b92-4f37-a07d-7d3e4ce62f4d 2022-09-10T06:53:53.263Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 74211c86-4b92-4f37-a07d-7d3e4ce62f4d 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-09-10T06:53:53.268Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.268Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "ves-openapi-manager", "timestamp": 1662792698004, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-09-10T06:53:53.269Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:53:53.269Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.269Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662792698082, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:53:53.269Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:53:53.269Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.269Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "clamp", "timestamp": 1662792697541, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:53:53.269Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:53:53.270Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.270Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "ves-openapi-manager", "timestamp": 1662792699043, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-09-10T06:53:53.270Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:53:53.270Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.271Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662792699088, "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-09-10T06:53:53.274Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 74211c86-4b92-4f37-a07d-7d3e4ce62f4d 2022-09-10T06:53:53.274Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 74211c86-4b92-4f37-a07d-7d3e4ce62f4d 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-09-10T06:53:53.279Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.279Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "aai-ml", "timestamp": 1662792698867, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:53:53.280Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:53:53.280Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.280Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "ves-openapi-manager", "timestamp": 1662792700049, "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-09-10T06:53:53.283Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 74211c86-4b92-4f37-a07d-7d3e4ce62f4d 2022-09-10T06:53:53.283Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 74211c86-4b92-4f37-a07d-7d3e4ce62f4d 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-09-10T06:53:53.288Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.288Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "aai-ml", "timestamp": 1662792699871, "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-09-10T06:53:53.290Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 74211c86-4b92-4f37-a07d-7d3e4ce62f4d 2022-09-10T06:53:53.290Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 74211c86-4b92-4f37-a07d-7d3e4ce62f4d 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-09-10T06:53:53.295Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.295Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "clamp", "timestamp": 1662792700543, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:53:53.295Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:53:53.295Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:53:53.295Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "clamp", "timestamp": 1662792701547, "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-09-10T06:53:53.298Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 74211c86-4b92-4f37-a07d-7d3e4ce62f4d 2022-09-10T06:53:53.298Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 74211c86-4b92-4f37-a07d-7d3e4ce62f4d 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-09-10T06:53:59.429Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74211c86-4b92-4f37-a07d-7d3e4ce62f4d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:53:59.437Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74211c86-4b92-4f37-a07d-7d3e4ce62f4d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-10T06:53:59.444Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-10T06:53:59.444Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-10T06:53:59.444Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-09-10T06:53:59.444Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-09-10T06:53:59.444Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:53:59.445Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:53:59.445Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:53:59.445Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:53:59.445Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:53:59.445Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:53:59.445Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-10T06:53:59.445Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||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-09-10T06:53:59.448Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-09-10T06:54:29.449Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 74211c86-4b92-4f37-a07d-7d3e4ce62f4d 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-09-10T06:54:29.453Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 74211c86-4b92-4f37-a07d-7d3e4ce62f4d and serviceModelVersionId: 56c26ae3-cb1e-490c-811c-7351afdce02d 2022-09-10T06:54:29.454Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f0db55af-7a3a-402f-ae99-af8404071e87 2022-09-10T06:54:29.454Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f0db55af-7a3a-402f-ae99-af8404071e87/model-vers/model-ver/56c26ae3-cb1e-490c-811c-7351afdce02d?depth=0 2022-09-10T06:54:29.458Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-09-10T06:54:29.490Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0db55af-7a3a-402f-ae99-af8404071e87/model-vers/model-ver/56c26ae3-cb1e-490c-811c-7351afdce02d?depth=0|INFO|500||Invoke 2022-09-10T06:54:29.491Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0db55af-7a3a-402f-ae99-af8404071e87/model-vers/model-ver/56c26ae3-cb1e-490c-811c-7351afdce02d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0db55af-7a3a-402f-ae99-af8404071e87/model-vers/model-ver/56c26ae3-cb1e-490c-811c-7351afdce02d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[74211c86-4b92-4f37-a07d-7d3e4ce62f4d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c7777e55-137d-4249-a899-297b2000fbe0], X-ECOMP-RequestID=[74211c86-4b92-4f37-a07d-7d3e4ce62f4d], X-TransactionId=[], X-ONAP-RequestID=[74211c86-4b92-4f37-a07d-7d3e4ce62f4d], Content-Type=[application/merge-patch+json]} 2022-09-10T06:54:29.516Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0db55af-7a3a-402f-ae99-af8404071e87/model-vers/model-ver/56c26ae3-cb1e-490c-811c-7351afdce02d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-09-10T06:54:30.213Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0db55af-7a3a-402f-ae99-af8404071e87/model-vers/model-ver/56c26ae3-cb1e-490c-811c-7351afdce02d?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/f0db55af-7a3a-402f-ae99-af8404071e87/model-vers/model-ver/56c26ae3-cb1e-490c-811c-7351afdce02d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220910-06:54:30:375-4441], vertex-id=[254072], Content-Length=[0], Date=[Sat, 10 Sep 2022 06:54:30 GMT], Content-Type=[application/json]} 2022-09-10T06:54:30.213Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0db55af-7a3a-402f-ae99-af8404071e87/model-vers/model-ver/56c26ae3-cb1e-490c-811c-7351afdce02d?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-09-10T06:54:30.214Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0db55af-7a3a-402f-ae99-af8404071e87/model-vers/model-ver/56c26ae3-cb1e-490c-811c-7351afdce02d?depth=0|INFO|500||InvokeReturn 2022-09-10T06:54:30.214Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-09-10T06:54:30.215Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||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-09-10T06:54:30.220Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||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-09-10T06:54:30.220Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 74211c86-4b92-4f37-a07d-7d3e4ce62f4d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-09-10T06:54:30.221Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-09-10T06:54:30.221Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T06:54:30.222Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T06:54:30.222Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792870220, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-10T06:54:30.322Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-10T06:54:30.323Z||pool-178-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-10T06:54:30.323Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:54:30.356Z||pool-178-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:54:30.357Z||pool-178-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-09-10T06:54:31.231Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:54:31.232Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T06:54:31.232Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:54:40.817Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:54:40.818Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:54:40.818Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T06:54:40.818Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:54:50.378Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:54:50.378Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:54:50.379Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T06:54:50.379Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:54:53.169Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:54:53.170Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|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-09-10T06:54:53.170Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:54:53.192Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:54:53.193Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:54:53.193Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c37a5ce-fa33-42b6-ac66-daf9369c2650", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792761264, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-10T06:54:53.193Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:54:53.194Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:54:53.194Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792762282, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:54:53.194Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:54:53.194Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:54:53.194Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792762282, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-10T06:54:53.194Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:54:53.194Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:54:53.194Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792762282, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-10T06:54:53.195Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:54:53.195Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:54:53.195Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792762282, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-10T06:54:53.195Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:54:53.195Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:54:53.196Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792762282, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T06:54:53.196Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:54:53.196Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:54:53.196Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792762282, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:54:53.196Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:54:53.196Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T06:54:53.197Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792762282, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T06:54:53.197Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-10T06:54:59.961Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:54:59.962Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:54:59.962Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T06:54:59.962Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:55:09.529Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:55:09.529Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:55:09.530Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T06:55:09.530Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:55:19.072Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:55:53.167Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:55:53.167Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T06:55:53.167Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:55:53.169Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:55:53.170Z||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-09-10T06:55:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:55:53.195Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:55:53.196Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:55:53.196Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792762282, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T06:55:53.197Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:55:53.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:55:53.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792762282, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-10T06:55:53.198Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-10T06:55:53.198Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:55:53.198Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792776238, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T06:55:53.202Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:55:53.202Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-10T06:55:53.202Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792778400, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T06:55:53.202Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:56:02.709Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:56:53.167Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:56:53.167Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T06:56:53.168Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:56:53.170Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:56:53.171Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|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-09-10T06:56:53.171Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:56:53.697Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:56:53.697Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-10T06:56:53.697Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "74211c86-4b92-4f37-a07d-7d3e4ce62f4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662792870220, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-10T06:56:53.698Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T06:57:02.759Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:57:53.169Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:57:53.170Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:57:53.170Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|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-09-10T06:57:53.170Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T06:57:53.170Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:57:53.170Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:58:02.722Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:58:02.732Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:58:53.167Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:58:53.168Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T06:58:53.169Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T06:58:53.169Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:58:53.170Z||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-09-10T06:58:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:59:02.734Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:59:02.735Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T06:59:53.167Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:59:53.168Z|1db3a389-9f27-4273-b01d-014eb3663dce|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-09-10T06:59:53.168Z|1db3a389-9f27-4273-b01d-014eb3663dce|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 B2OcHaxGVXBSP1RO) ... 2022-09-10T06:59:53.169Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T06:59:53.170Z||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-09-10T06:59:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T07:00:02.721Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T07:00:02.740Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T07:00:53.167Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T07:00:53.169Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T07:00:53.169Z||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-09-10T07:00:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T07:00:53.170Z||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-09-10T07:00:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T07:01:02.797Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T07:01:02.797Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T07:01:53.167Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T07:01:53.167Z||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-09-10T07:01:53.167Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T07:01:53.169Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T07:01:53.170Z||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-09-10T07:01:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T07:02:02.721Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T07:02:02.722Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T07:02:53.167Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T07:02:53.167Z||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-09-10T07:02:53.167Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T07:02:53.169Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T07:02:53.170Z||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-09-10T07:02:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T07:03:02.742Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T07:03:02.743Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T07:03:53.167Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T07:03:53.167Z||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-09-10T07:03:53.168Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T07:03:53.169Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T07:03:53.170Z||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-09-10T07:03:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T07:04:02.776Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T07:04:02.777Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T07:04:53.167Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T07:04:53.167Z||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-09-10T07:04:53.167Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T07:04:53.169Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T07:04:53.171Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|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-09-10T07:04:53.171Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|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 B2OcHaxGVXBSP1RO) ... 2022-09-10T07:05:02.724Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T07:05:02.729Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T07:05:53.167Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T07:05:53.167Z||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-09-10T07:05:53.168Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T07:05:53.169Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T07:05:53.170Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|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-09-10T07:05:53.170Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|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 B2OcHaxGVXBSP1RO) ... 2022-09-10T07:06:02.709Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T07:06:02.715Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T07:06:53.167Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T07:06:53.168Z||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-09-10T07:06:53.168Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T07:06:53.169Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T07:06:53.170Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|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-09-10T07:06:53.170Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|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 B2OcHaxGVXBSP1RO) ... 2022-09-10T07:07:02.722Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T07:07:02.723Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T07:07:53.167Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T07:07:53.167Z||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-09-10T07:07:53.167Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T07:07:53.169Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T07:07:53.170Z||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-09-10T07:07:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T07:08:02.712Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T07:08:02.713Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T07:08:53.167Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T07:08:53.167Z||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-09-10T07:08:53.168Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T07:08:53.169Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T07:08:53.170Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|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-09-10T07:08:53.170Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|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 B2OcHaxGVXBSP1RO) ... 2022-09-10T07:09:02.737Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T07:09:02.739Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T07:09:53.167Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T07:09:53.167Z||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-09-10T07:09:53.167Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T07:09:53.169Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T07:09:53.170Z||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-09-10T07:09:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T07:10:02.730Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T07:10:02.730Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T07:10:53.167Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T07:10:53.168Z||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-09-10T07:10:53.168Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T07:10:53.169Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T07:10:53.170Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|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-09-10T07:10:53.170Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|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 B2OcHaxGVXBSP1RO) ... 2022-09-10T07:11:02.719Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T07:11:02.723Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T07:11:53.167Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T07:11:53.169Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T07:11:53.170Z||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-09-10T07:11:53.170Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|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-09-10T07:11:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T07:11:53.170Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|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 B2OcHaxGVXBSP1RO) ... 2022-09-10T07:12:02.730Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T07:12:02.751Z|74211c86-4b92-4f37-a07d-7d3e4ce62f4d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T07:12:53.167Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T07:12:53.167Z|1db3a389-9f27-4273-b01d-014eb3663dce|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-09-10T07:12:53.168Z|1db3a389-9f27-4273-b01d-014eb3663dce|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 B2OcHaxGVXBSP1RO) ... 2022-09-10T07:12:53.169Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T07:12:53.170Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|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-09-10T07:12:53.170Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|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 B2OcHaxGVXBSP1RO) ... 2022-09-10T07:13:02.761Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T07:13:02.769Z|0c706bba-30d9-4ef7-8d4d-d068cce75631|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T07:13:53.167Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T07:13:53.167Z|1db3a389-9f27-4273-b01d-014eb3663dce|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-09-10T07:13:53.167Z|1db3a389-9f27-4273-b01d-014eb3663dce|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 B2OcHaxGVXBSP1RO) ... 2022-09-10T07:13:53.169Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T07:13:53.170Z||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-09-10T07:13:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T07:14:02.705Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T07:14:02.712Z|1db3a389-9f27-4273-b01d-014eb3663dce|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T07:14:53.167Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T07:14:53.168Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T07:14:53.168Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T07:14:53.169Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T07:14:53.173Z||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-09-10T07:14:53.173Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T07:15:02.714Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T07:15:02.719Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T07:15:53.167Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T07:15:53.167Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T07:15:53.167Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T07:15:53.170Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T07:15:53.170Z||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-09-10T07:15:53.171Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T07:16:02.726Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T07:16:02.727Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T07:16:53.167Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T07:16:53.168Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-10T07:16:53.168Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ... 2022-09-10T07:16:53.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T07:16:53.170Z||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-09-10T07:16:53.171Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T07:17:02.714Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T07:17:02.713Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T07:17:53.167Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T07:17:53.168Z||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-09-10T07:17:53.168Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T07:17:53.169Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T07:17:53.170Z||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-09-10T07:17:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T07:18:02.732Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T07:18:02.732Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T07:18:53.169Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T07:18:53.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T07:18:53.170Z||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-09-10T07:18:53.170Z||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-09-10T07:18:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T07:18:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T07:19:02.715Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T07:19:02.717Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T07:19:53.167Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T07:19:53.167Z||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-09-10T07:19:53.168Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T07:19:53.170Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T07:19:53.170Z||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-09-10T07:19:53.170Z||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 B2OcHaxGVXBSP1RO) ... 2022-09-10T07:20:02.708Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T07:20:02.708Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK