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-03-18T00:25:58.730Z||main|||||INFO|500||The following profiles are active: basic 2022-03-18T00:26:07.272Z||main|||||INFO|500||Starting service [Tomcat] 2022-03-18T00:26:07.272Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-03-18T00:26:07.382Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-03-18T00:26:09.642Z||main|||||INFO|500||catdb-pool - Starting... 2022-03-18T00:26:09.793Z||main|||||INFO|500||catdb-pool - Start completed. 2022-03-18T00:26:10.108Z||main|||||INFO|500||reqdb-pool - Starting... 2022-03-18T00:26:10.124Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-03-18T00:26:10.195Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-03-18T00:26:10.309Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-03-18T00:26:10.677Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-03-18T00:26:11.480Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-18T00:26:13.218Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-18T00:26:13.260Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-03-18T00:26:13.753Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-18T00:26:13.945Z||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-03-18T00:26:15.052Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-18T00:26:15.935Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-03-18T00:26:15.950Z||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$$61085ef.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-03-18T00:26:15.951Z||main|||||WARN|500||The sdc end point is not alive 2022-03-18T00:26:18.483Z||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-03-18T00:26:20.872Z||main|||||WARN|500||--- 2022-03-18T00:26:20.873Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-03-18T00:26:20.873Z||main|||||WARN|500||--- 2022-03-18T00:26:21.251Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-03-18T00:26:25.171Z||main|||||INFO|500||Started Application in 30.436 seconds (JVM running for 31.595) 2022-03-18T00:26:25.182Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-18T00:26:25.230Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-18T00:26:25.240Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-18T00:26:25.260Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-18T00:26:25.335Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1ad497a7-67f2-4baa-a852-9cc5d87d33a1 url= /sdc/v1/artifactTypes 2022-03-18T00:26:25.335Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-18T00:26:26.432Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.38.54] 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$$fd11b14a.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-03-18T00:26:26.437Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4c980a17 2022-03-18T00:26:26.437Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-18T00:26:26.452Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-18T00:26:26.453Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-18T00:26:26.456Z||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$$fd11b14a.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-03-18T00:27:15.167Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-18T00:27:15.168Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-18T00:27:15.168Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-18T00:27:15.172Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-18T00:27:15.177Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a273e338-f0a4-4034-aafa-843e7c39c256 url= /sdc/v1/artifactTypes 2022-03-18T00:27:15.177Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-18T00:27:15.335Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-03-18T00:27:15.341Z||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-03-18T00:27:15.360Z||scheduling-1|||||DEBUG|500||create keys 2022-03-18T00:27:15.365Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-03-18T00:27:15.589Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:27:15.603Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= eb4905d1-d1e4-4f8c-b2d5-7539cc010cf7 url= /sdc/v1/registerForDistribution 2022-03-18T00:27:16.099Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= eb4905d1-d1e4-4f8c-b2d5-7539cc010cf7 url= /sdc/v1/registerForDistribution 2022-03-18T00:27:16.100Z||scheduling-1|||||INFO|500||start DistributionClient 2022-03-18T00:27:16.106Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:27:16.107Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:27:16.110Z||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-03-18T00:27:16.110Z||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-03-18T00:27:16.111Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:27:16.111Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:27:16.111Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-03-18T00:27:28.106Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:27:28.347Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:28:16.105Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:28:16.106Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T00:28:16.106Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T00:28:16.107Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:28:16.108Z||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-03-18T00:28:16.108Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:28:25.646Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:28:25.651Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:29:16.105Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:29:16.107Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:29:16.107Z||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-03-18T00:29:16.107Z||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-03-18T00:29:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:29:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:29:25.647Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:29:25.648Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:30:16.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:30:16.106Z||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-03-18T00:30:16.106Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:30:16.107Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:30:16.107Z||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-03-18T00:30:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:30:25.647Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:30:25.650Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:31:16.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:31:16.106Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T00:31:16.106Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T00:31:16.107Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:31:16.108Z||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-03-18T00:31:16.108Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:31:25.652Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:31:25.654Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:32:16.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:32:16.106Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T00:32:16.106Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T00:32:16.107Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:32:16.108Z||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-03-18T00:32:16.108Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:32:25.647Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:32:25.648Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:33:16.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:33:16.106Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T00:33:16.106Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T00:33:16.107Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:33:16.107Z||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-03-18T00:33:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:33:25.641Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:33:25.643Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:34:16.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:34:16.106Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T00:34:16.106Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T00:34:16.107Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:34:16.108Z||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-03-18T00:34:16.108Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:34:25.645Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:34:25.646Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:35:16.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:35:16.106Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T00:35:16.106Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T00:35:16.107Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:35:16.107Z||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-03-18T00:35:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:35:25.664Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:35:25.668Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:36:16.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:36:16.106Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T00:36:16.106Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T00:36:16.106Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:36:16.107Z||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-03-18T00:36:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:36:25.644Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:36:25.645Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:36:33.651Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-03-18T00:37:16.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:37:16.106Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T00:37:16.106Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T00:37:16.107Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:37:16.107Z||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-03-18T00:37:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:37:25.646Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:37:25.646Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:38:16.105Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:38:16.106Z||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-03-18T00:38:16.106Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:38:16.107Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:38:16.108Z||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-03-18T00:38:16.108Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:38:25.643Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:38:25.643Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:39:16.105Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:39:16.106Z||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-03-18T00:39:16.106Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:39:16.107Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:39:16.107Z||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-03-18T00:39:16.108Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:39:25.641Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:39:25.644Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:40:16.105Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:40:16.106Z||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-03-18T00:40:16.106Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:40:16.107Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:40:16.107Z||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-03-18T00:40:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:40:25.643Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:40:25.646Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:41:16.105Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:41:16.106Z||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-03-18T00:41:16.106Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:41:16.107Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:41:16.107Z||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-03-18T00:41:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:41:25.644Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:41:25.647Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:42:16.105Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:42:16.106Z||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-03-18T00:42:16.106Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:42:16.107Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:42:16.107Z||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-03-18T00:42:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:42:25.644Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:42:25.645Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:43:16.105Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:43:16.107Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:43:16.108Z||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-03-18T00:43:16.108Z||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-03-18T00:43:16.108Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:43:16.109Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:43:25.647Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:43:25.649Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:44:16.105Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:44:16.106Z||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-03-18T00:44:16.106Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:44:16.107Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:44:16.107Z||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-03-18T00:44:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:44:25.644Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:44:25.645Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:45:16.105Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:45:16.106Z||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-03-18T00:45:16.106Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:45:16.107Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:45:16.107Z||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-03-18T00:45:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:45:25.642Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:45:25.643Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:46:16.105Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:46:16.106Z||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-03-18T00:46:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:46:16.107Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:46:16.107Z||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-03-18T00:46:16.108Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:46:25.646Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:46:25.647Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:47:16.105Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:47:16.106Z||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-03-18T00:47:16.106Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:47:16.107Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:47:16.107Z||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-03-18T00:47:16.108Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:47:25.646Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:47:25.647Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:48:16.105Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:48:16.106Z||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-03-18T00:48:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:48:16.107Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:48:16.107Z||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-03-18T00:48:16.108Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:48:25.657Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:48:25.665Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:49:16.105Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:49:16.106Z||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-03-18T00:49:16.106Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:49:16.107Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:49:16.107Z||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-03-18T00:49:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:49:25.658Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:49:25.674Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:50:16.105Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:50:16.106Z||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-03-18T00:50:16.106Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:50:16.107Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:50:16.107Z||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-03-18T00:50:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:50:25.642Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:50:25.642Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:51:16.105Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:51:16.106Z||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-03-18T00:51:16.106Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:51:16.107Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:51:16.107Z||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-03-18T00:51:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:51:25.643Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:51:25.646Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:52:16.105Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:52:16.106Z||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-03-18T00:52:16.106Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:52:16.107Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:52:16.107Z||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-03-18T00:52:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:52:25.643Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:52:25.645Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:53:16.105Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:53:16.106Z||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-03-18T00:53:16.106Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:53:16.107Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:53:16.107Z||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-03-18T00:53:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:53:25.639Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:53:25.642Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:54:16.105Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:54:16.106Z||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-03-18T00:54:16.107Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:54:16.106Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:54:16.107Z||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-03-18T00:54:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:54:25.643Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:54:25.650Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:55:16.105Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:55:16.106Z||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-03-18T00:55:16.106Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:55:16.107Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:55:16.107Z||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-03-18T00:55:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:55:25.643Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:55:25.643Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:56:16.105Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:56:16.106Z||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-03-18T00:56:16.106Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:56:16.107Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:56:16.107Z||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-03-18T00:56:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:56:25.642Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:56:25.642Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:57:16.107Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:57:16.106Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:57:16.108Z||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-03-18T00:57:16.108Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:57:16.110Z||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-03-18T00:57:16.110Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:57:25.649Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:57:25.650Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:58:16.107Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:58:16.106Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:58:16.108Z||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-03-18T00:58:16.108Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:58:16.109Z||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-03-18T00:58:16.109Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:58:25.643Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:58:25.643Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:59:16.105Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:59:16.106Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T00:59:16.106Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T00:59:16.107Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T00:59:16.107Z||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-03-18T00:59:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T00:59:25.644Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T00:59:25.647Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:00:16.105Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:00:16.106Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T01:00:16.106Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T01:00:16.107Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:00:16.107Z||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-03-18T01:00:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:00:25.639Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:00:25.640Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:01:16.105Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:01:16.106Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T01:01:16.106Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T01:01:16.107Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:01:16.107Z||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-03-18T01:01:16.108Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:01:25.643Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:01:25.643Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:02:16.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:02:16.106Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T01:02:16.106Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T01:02:16.107Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:02:16.108Z||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-03-18T01:02:16.108Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:02:25.642Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:02:25.643Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:03:16.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:03:16.106Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T01:03:16.106Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T01:03:16.107Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:03:16.107Z||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-03-18T01:03:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:03:16.732Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:03:16.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-18T01:03:16.734Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"3ab287cc-23f3-4659-bdea-08832488afe7","serviceName":"vFW 2022-03-18 01-00-52","serviceVersion":"1.0","serviceUUID":"3ce8c8cf-93e7-4dac-856a-dfba38466cbc","serviceDescription":"catalog service description","serviceInvariantUUID":"4c2a7f0c-8611-4010-a79c-f95e6f00f49d","resources":[{"resourceInstanceName":"vFW 028210d8-91ff 0","resourceName":"vFW 028210d8-91ff","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ebe2f27e-733a-48a7-921c-c3a440910012","resourceInvariantUUID":"3714d9f6-6400-4420-b615-0919a778bf36","resourceCustomizationUUID":"c91a7df5-ab48-48bb-a6ab-87131c044d43","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vf-license-model.xml","artifactChecksum":"MzI3MDQzYWI4MWRlNzk3NDQ1YzFhZmNiYTkxODJjOWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"581c8e48-074c-489a-8522-811ae4d8cb53","artifactVersion":"1"},{"artifactName":"vfw028210d891ff0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vfw028210d891ff0_modules.json","artifactChecksum":"MzZhM2JkYTQzNzA2MGM3ZmRlNmFiMWY1N2VmM2EwODM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0d365ede-c82e-4f8c-8053-d5adbab47e13","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"291f1ff8-0407-478f-8fed-e286945c99ea","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vendor-license-model.xml","artifactChecksum":"NzI1OGM2OWZkMTJiZDFkMGIxNDNmZTgzN2EzYTU3OTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"38ba28c4-e365-40a0-ab3d-4e6905a50eeb","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"efe09fd1-2583-437f-af10-5cf401d0a6a2","artifactVersion":"2","generatedFromUUID":"291f1ff8-0407-478f-8fed-e286945c99ea"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220318010052-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-template.yml","artifactChecksum":"M2RmZWEyYjY4OTRhY2Q1YzQwZGE4MzBkOGIyMGZkMjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6f475fe1-57a7-450c-aa5b-557ed3b95141","artifactVersion":"1"},{"artifactName":"service-Vfw20220318010052-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-csar.csar","artifactChecksum":"ZjhjYTk5ZjYzNjA5MmQ5MmRhNWE3ZGEyOGJlYjgwOWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"59c455f1-f0da-4708-ba21-92e847f39494","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-18T01:03:16.736Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:03:16.741Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:03:16.742Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "clamp", "timestamp": 1647565370417, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:03:16.746Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T01:03:16.754Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:03:16.765Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:03:16.765Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647565396105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:03:16.765Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T01:03:16.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:03:16.766Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "policy-id", "timestamp": 1647565374254, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:03:16.766Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T01:03:16.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:03:16.767Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "multicloud-k8s-id", "timestamp": 1647565374850, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:03:16.767Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T01:03:16.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:03:16.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647565375174, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:03:16.768Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T01:03:16.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:03:16.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "clamp", "timestamp": 1647565370417, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vfw028210d891ff0_modules.json", "status": "NOTIFIED" } 2022-03-18T01:03:16.768Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T01:03:16.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:03:16.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "policy-id", "timestamp": 1647565374254, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vfw028210d891ff0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-18T01:03:16.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T01:03:16.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:03:16.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "multicloud-k8s-id", "timestamp": 1647565374850, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vfw028210d891ff0_modules.json", "status": "NOTIFIED" } 2022-03-18T01:03:16.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T01:03:16.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:03:16.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647565375174, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vfw028210d891ff0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-18T01:03:16.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T01:03:16.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:03:16.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "clamp", "timestamp": 1647565370417, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T01:03:16.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T01:03:16.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:03:16.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "policy-id", "timestamp": 1647565374254, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-18T01:03:16.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T01:03:16.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:03:16.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "multicloud-k8s-id", "timestamp": 1647565374850, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-18T01:03:16.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T01:03:16.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:03:16.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647565375174, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T01:03:16.772Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T01:03:16.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:03:16.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "clamp", "timestamp": 1647565370417, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:03:16.772Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T01:03:16.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:03:16.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "policy-id", "timestamp": 1647565374254, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:03:16.772Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T01:03:16.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:03:16.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "multicloud-k8s-id", "timestamp": 1647565374850, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:03:16.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T01:03:16.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:03:16.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "aai-ml", "timestamp": 1647565377907, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:03:16.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T01:03:16.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:03:16.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647565375174, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:03:16.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T01:03:16.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:03:16.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "clamp", "timestamp": 1647565370417, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-18T01:03:16.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T01:03:16.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:03:16.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "policy-id", "timestamp": 1647565374254, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-18T01:03:16.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T01:03:16.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:03:16.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "multicloud-k8s-id", "timestamp": 1647565374850, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-18T01:03:16.775Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T01:03:16.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:03:16.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "aai-ml", "timestamp": 1647565377907, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vfw028210d891ff0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-18T01:03:16.775Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T01:03:16.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:03:16.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647565375174, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-18T01:03:16.776Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T01:03:16.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:03:16.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "cds", "timestamp": 1647565379304, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:03:16.776Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T01:03:16.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:03:16.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "ves-openapi-manager", "timestamp": 1647565379402, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:03:16.776Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T01:03:16.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:03:16.777Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "clamp", "timestamp": 1647565370417, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:03:16.777Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T01:03:16.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:03:16.777Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "policy-id", "timestamp": 1647565374254, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:03:16.777Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T01:03:16.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:03:16.777Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "multicloud-k8s-id", "timestamp": 1647565374850, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:03:16.777Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T01:03:16.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:03:16.777Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "aai-ml", "timestamp": 1647565377907, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T01:03:16.778Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T01:03:16.778Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:03:16.778Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647565375174, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:03:16.778Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T01:03:16.778Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:03:16.778Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "cds", "timestamp": 1647565379304, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vfw028210d891ff0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-18T01:03:16.778Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T01:03:16.778Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:03:16.778Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "ves-openapi-manager", "timestamp": 1647565379402, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vfw028210d891ff0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-18T01:03:16.779Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T01:03:16.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:03:16.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "clamp", "timestamp": 1647565370417, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:03:16.779Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T01:03:16.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:03:16.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "policy-id", "timestamp": 1647565374254, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:03:16.779Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T01:03:16.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:03:16.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "multicloud-k8s-id", "timestamp": 1647565374850, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:03:16.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T01:03:16.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:03:16.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "aai-ml", "timestamp": 1647565377907, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:03:16.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T01:03:16.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:03:16.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647565375174, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:03:16.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T01:03:16.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:03:16.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "cds", "timestamp": 1647565379304, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T01:03:16.781Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T01:03:16.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:03:16.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "ves-openapi-manager", "timestamp": 1647565379402, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T01:03:16.781Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T01:03:16.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:03:16.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "policy-id", "timestamp": 1647565382517, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T01:03:16.782Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:03:16.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:03:16.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "aai-ml", "timestamp": 1647565377907, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-18T01:03:16.782Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T01:03:16.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:03:16.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "multicloud-k8s-id", "timestamp": 1647565382604, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vfw028210d891ff0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-18T01:03:16.782Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:03:16.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:03:16.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "cds", "timestamp": 1647565379304, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:03:16.782Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T01:03:16.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:03:16.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647565383023, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T01:03:16.783Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:03:16.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:03:16.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "ves-openapi-manager", "timestamp": 1647565379402, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:03:16.783Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T01:03:16.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:03:16.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "policy-id", "timestamp": 1647565383526, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T01:03:16.783Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:03:16.784Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:03:16.784Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "aai-ml", "timestamp": 1647565377907, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:03:16.784Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T01:03:16.784Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:03:16.784Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "cds", "timestamp": 1647565379304, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-18T01:03:16.784Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T01:03:16.784Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:03:16.784Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "ves-openapi-manager", "timestamp": 1647565379402, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-18T01:03:16.784Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T01:03:16.785Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:03:16.785Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "multicloud-k8s-id", "timestamp": 1647565384101, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-18T01:03:16.785Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:03:16.785Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:03:16.785Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "policy-id", "timestamp": 1647565384531, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } 2022-03-18T01:03:16.865Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-18T01:03:16.869Z||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-03-18T01:03:16.869Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:03:16.878Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:03:16.878Z||pool-3-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-03-18T01:03:16.888Z||pool-2-thread-10|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@15e1b66c marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=1461) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) 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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.find(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281) 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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy218.findById(Unknown Source) at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67) at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.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.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 67 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 68 common frames omitted 2022-03-18T01:03:16.891Z||pool-2-thread-10|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-03-18T01:03:16.891Z||pool-2-thread-10|||||ERROR|500||(conn=1461) WSREP has not yet prepared node for application use 2022-03-18T01:03:16.892Z||pool-2-thread-10|||||INFO|500||HHH000327: Error performing load command org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) 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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.find(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281) 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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy218.findById(Unknown Source) at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67) at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.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.sql.SQLNonTransientConnectionException: (conn=1461) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ... 62 common frames omitted Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 67 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 68 common frames omitted 2022-03-18T01:03:16.894Z||pool-2-thread-10|||||ERROR|500||Application exception overridden by rollback exception javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) 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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.find(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281) 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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy218.findById(Unknown Source) at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67) at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.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.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322) ... 41 common frames omitted Caused by: java.sql.SQLNonTransientConnectionException: (conn=1461) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ... 62 common frames omitted Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 67 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 68 common frames omitted 2022-03-18T01:03:16.899Z||pool-2-thread-10|||||ERROR|500||Error exception occured when fetching with Cambria Client:Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection 2022-03-18T01:03:16.900Z||pool-2-thread-10|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835) at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809) at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy218.findById(Unknown Source) at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67) at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.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.hibernate.TransactionException: Unable to rollback against JDBC Connection at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127) at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304) at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142) at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561) ... 22 common frames omitted Caused by: java.sql.SQLException: Connection is closed at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515) at com.sun.proxy.$Proxy144.rollback(Unknown Source) at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396) at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java) at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121) ... 25 common frames omitted 2022-03-18T01:03:17.773Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T01:03:17.773Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:03:17.775Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:03:17.775Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647565396105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vfw028210d891ff0_modules.json", "status": "NOTIFIED" } 2022-03-18T01:03:17.875Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-18T01:03:17.876Z||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-03-18T01:03:17.876Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:03:17.884Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:03:17.885Z||pool-4-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:03:18.776Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T01:03:18.777Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:03:18.778Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:03:18.779Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647565396105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-18T01:03:18.878Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-18T01:03:18.879Z||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-03-18T01:03:18.879Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:03:18.889Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:03:18.889Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:03:19.779Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T01:03:19.780Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:03:19.782Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:03:19.782Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647565396105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:03:19.882Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:03:19.885Z||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-03-18T01:03:19.885Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:03:19.895Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:03:19.895Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:03:20.782Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T01:03:20.784Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:03:20.785Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:03:20.785Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647565396105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-18T01:03:20.886Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-18T01:03:20.886Z||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-03-18T01:03:20.887Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:03:20.897Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:03:20.897Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:03:21.786Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T01:03:21.787Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:03:21.789Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:03:21.789Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647565396105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:03:21.890Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:03:21.890Z||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-03-18T01:03:21.891Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:03:21.899Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:03:21.900Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:03:22.790Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T01:03:22.791Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:03:22.793Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:03:22.793Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647565396105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:03:22.894Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:03:22.894Z||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-03-18T01:03:22.894Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:03:22.903Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:03:22.903Z||pool-9-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-03-18T01:03:23.795Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "serviceName": "vFW 2022-03-18 01-00-52", "serviceVersion": "1.0", "serviceUUID": "3ce8c8cf-93e7-4dac-856a-dfba38466cbc", "serviceDescription": "catalog service description", "serviceInvariantUUID": "4c2a7f0c-8611-4010-a79c-f95e6f00f49d", "resources": [ { "resourceInstanceName": "vFW 028210d8-91ff 0", "resourceCustomizationUUID": "c91a7df5-ab48-48bb-a6ab-87131c044d43", "resourceName": "vFW 028210d8-91ff", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ebe2f27e-733a-48a7-921c-c3a440910012", "resourceInvariantUUID": "3714d9f6-6400-4420-b615-0919a778bf36", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw028210d891ff0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vfw028210d891ff0_modules.json", "artifactChecksum": "MzZhM2JkYTQzNzA2MGM3ZmRlNmFiMWY1N2VmM2EwODM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0d365ede-c82e-4f8c-8053-d5adbab47e13", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "291f1ff8-0407-478f-8fed-e286945c99ea", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "efe09fd1-2583-437f-af10-5cf401d0a6a2", "generatedFromUUID": "291f1ff8-0407-478f-8fed-e286945c99ea" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "efe09fd1-2583-437f-af10-5cf401d0a6a2", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220318010052-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-csar.csar", "artifactChecksum": "ZjhjYTk5ZjYzNjA5MmQ5MmRhNWE3ZGEyOGJlYjgwOWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "59c455f1-f0da-4708-ba21-92e847f39494" } ], "workloadContext": "Production" } 2022-03-18T01:03:23.796Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-18T01:03:23.796Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3ce8c8cf-93e7-4dac-856a-dfba38466cbc ASDC 2022-03-18T01:03:23.924Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:3ab287cc-23f3-4659-bdea-08832488afe7 ServiceName:vFW 2022-03-18 01-00-52 ServiceVersion:1.0 ServiceUUID:3ce8c8cf-93e7-4dac-856a-dfba38466cbc ServiceInvariantUUID:4c2a7f0c-8611-4010-a79c-f95e6f00f49d ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220318010052-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-csar.csar ArtifactUUID:59c455f1-f0da-4708-ba21-92e847f39494 ArtifactChecksum:ZjhjYTk5ZjYzNjA5MmQ5MmRhNWE3ZGEyOGJlYjgwOWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 028210d8-91ff 0 ResourceCustomizationUUID:c91a7df5-ab48-48bb-a6ab-87131c044d43 ResourceInvariantUUID:3714d9f6-6400-4420-b615-0919a778bf36 ResourceName:vFW 028210d8-91ff ResourceType:VF ResourceUUID:ebe2f27e-733a-48a7-921c-c3a440910012 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw028210d891ff0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vfw028210d891ff0_modules.json ArtifactUUID:0d365ede-c82e-4f8c-8053-d5adbab47e13 ArtifactChecksum:MzZhM2JkYTQzNzA2MGM3ZmRlNmFiMWY1N2VmM2EwODM= 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/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/base_vfw.yaml ArtifactUUID:291f1ff8-0407-478f-8fed-e286945c99ea 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/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/base_vfw.env ArtifactUUID:efe09fd1-2583-437f-af10-5cf401d0a6a2 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/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/base_vfw.env ArtifactUUID:efe09fd1-2583-437f-af10-5cf401d0a6a2 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-18T01:03:23.925Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3ce8c8cf-93e7-4dac-856a-dfba38466cbc 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-03-18T01:03:24.081Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-18T01:03:24.082Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-18T01:03:24.082Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-18T01:03:24.082Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 59c455f1-f0da-4708-ba21-92e847f39494 from URL: /sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-csar.csar 2022-03-18T01:03:24.083Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-18T01:03:24.084Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-csar.csar 2022-03-18T01:03:24.144Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-18T01:03:24.160Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-csar.csar 59c455f1-f0da-4708-ba21-92e847f39494 98934 2022-03-18T01:03:24.161Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-csar.csar ASDC sendASDCNotification 2022-03-18T01:03:24.161Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-csar.csar 2022-03-18T01:03:24.162Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-18T01:03:24.162Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:03:24.164Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:03:24.164Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647565404160, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T01:03:24.264Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:03:24.265Z||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-03-18T01:03:24.265Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:03:24.274Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:03:24.274Z||pool-10-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:03:25.165Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-18T01:03:25.166Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-18T01:03:25.166Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 59c455f1-f0da-4708-ba21-92e847f39494, URL: /sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-csar.csar to file: /app/ASDC/1/service-Vfw20220318010052-csar.csar 2022-03-18T01:03:25.167Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220318010052-csar.csar 2022-03-18T01:03:25.229Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220318010052-csar.csar 2022-03-18T01:03:25.230Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220318010052-csar.csar 2022-03-18T01:03:25.767Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5294872324088864977/Definitions/service-Vfw20220318010052-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2022-03-18T01:03:28.063Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-18T01:03:28.068Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-18T01:03:28.068Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220318010052-csar.csar 2022-03-18T01:03:28.069Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-18T01:03:28.069Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220318010052-csar.csar 2022-03-18T01:03:28.069Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220318010052-csar.csar 2022-03-18T01:03:28.069Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220318010052-csar.csar 2022-03-18T01:03:28.069Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220318010052-csar.csar 2022-03-18T01:03:28.069Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220318010052-csar.csar 2022-03-18T01:03:28.069Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220318010052-csar.csar 2022-03-18T01:03:28.069Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220318010052-csar.csar 2022-03-18T01:03:28.069Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220318010052-csar.csar 2022-03-18T01:03:28.069Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220318010052-csar.csar 2022-03-18T01:03:28.070Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220318010052-csar.csar 2022-03-18T01:03:28.070Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220318010052-csar.csar 2022-03-18T01:03:28.070Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220318010052-csar.csar 2022-03-18T01:03:28.070Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 028210d8-91ff 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220318010052-csar.csar 2022-03-18T01:03:28.070Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-18T01:03:28.075Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:03:28.077Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-00-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:03:28.080Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vFW 028210d8-91ff 0 is matching search criteria 2022-03-18T01:03:28.080Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-18T01:03:28.081Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 028210d8-91ff 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-18T01:03:28.083Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:03:28.083Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-00-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:03:28.083Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vFW 028210d8-91ff 0 is matching search criteria 2022-03-18T01:03:28.083Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-18T01:03:28.083Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 028210d8-91ff 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-18T01:03:28.083Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:03:28.084Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-00-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:03:28.087Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:03:28.087Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vFW 028210d8-91ff 0 is not matching search criteria 2022-03-18T01:03:28.087Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-18T01:03:28.087Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-18T01:03:28.087Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-18T01:03:28.087Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-18T01:03:28.088Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-18T01:03:28.088Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-18T01:03:28.088Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-18T01:03:28.088Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-18T01:03:28.088Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-18T01:03:28.088Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-18T01:03:28.088Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-18T01:03:28.088Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-18T01:03:28.089Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-18T01:03:28.089Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-18T01:03:28.089Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-18T01:03:28.089Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-18T01:03:28.089Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:03:28.089Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-00-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-18T01:03:28.090Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:03:28.090Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vFW 028210d8-91ff 0 is matching search criteria 2022-03-18T01:03:28.091Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 028210d8-91ff 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-18T01:03:28.091Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:03:28.091Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vFW 028210d8-91ff 0 is matching search criteria 2022-03-18T01:03:28.091Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 028210d8-91ff 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-18T01:03:28.091Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:03:28.092Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vFW 028210d8-91ff 0 is matching search criteria 2022-03-18T01:03:28.092Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 028210d8-91ff 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-18T01:03:28.092Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:03:28.092Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vFW 028210d8-91ff 0 is not matching search criteria 2022-03-18T01:03:28.092Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-18T01:03:28.092Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-18T01:03:28.093Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-18T01:03:28.093Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-18T01:03:28.093Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-18T01:03:28.093Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-18T01:03:28.093Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-18T01:03:28.093Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-18T01:03:28.093Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-18T01:03:28.094Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-18T01:03:28.094Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-18T01:03:28.094Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=18f1824e-83df-4d7e-9476-572ef03b6b0a 2022-03-18T01:03:28.094Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:03:28.094Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vFW 028210d8-91ff 0 is not matching search criteria 2022-03-18T01:03:28.094Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-18T01:03:28.095Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-18T01:03:28.095Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-18T01:03:28.095Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-18T01:03:28.095Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-18T01:03:28.095Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-18T01:03:28.095Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-18T01:03:28.095Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-18T01:03:28.095Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-18T01:03:28.096Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-18T01:03:28.096Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-18T01:03:28.120Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-18T01:03:28.120Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c596b4b8-37c0-4f67-9cea-9d5125979797 2022-03-18T01:03:28.121Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:03:28.121Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vFW 028210d8-91ff 0 is not matching search criteria 2022-03-18T01:03:28.121Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-18T01:03:28.121Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-18T01:03:28.121Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-18T01:03:28.121Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-18T01:03:28.121Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-18T01:03:28.121Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-18T01:03:28.122Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-18T01:03:28.122Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-18T01:03:28.122Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-18T01:03:28.122Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-18T01:03:28.122Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-18T01:03:28.122Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-18T01:03:28.123Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4c2d10f0-d283-49a5-8dd9-b8ec2d40c1fb 2022-03-18T01:03:28.123Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:03:28.123Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-00-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:03:28.123Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:03:28.124Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-00-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:03:28.124Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:03:28.124Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-00-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:03:28.124Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:03:28.124Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-00-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:03:28.124Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-18 01-00-52 Description:catalog service description Model UUID:3ce8c8cf-93e7-4dac-856a-dfba38466cbc Model Version:NULL Model InvariantUuid:4c2a7f0c-8611-4010-a79c-f95e6f00f49d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 028210d8-91ff Model UUID:b257b61e-5226-46ae-92aa-fafa7b38bed5 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:3714d9f6-6400-4420-b615-0919a778bf36 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c91a7df5-ab48-48bb-a6ab-87131c044d43 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:926d297f-557a-4913-9e6b-973c9b7f8965 ModelName:Vfw028210d891ff..base_vfw..module-0 ModelUuid:508143e1-f4be-4f38-96d8-768a8e5a7b27 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:18f1824e-83df-4d7e-9476-572ef03b6b0a ModelInvariantUuid:cc0e19b3-f6af-4262-b066-9499f2200f29 ModelName:vFW 028210d8-91ff-nodes.vfwCvfc ModelUuid:2e455319-8bb2-4b1a-8d51-09a95f48f050 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:2762bf4f-67f3-4a4a-84ee-c5aef4f0b8cd ModelInvariantUuid:f455cafd-6bb8-49f8-ac3a-c2737a628f1b ModelName:Vfw028210d891ff.compute.nodes.heat.vfw ModelUuid:ba8e165b-832b-4679-b993-a3b5e3d20357 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:c596b4b8-37c0-4f67-9cea-9d5125979797 ModelInvariantUuid:975b34b1-c538-48ae-a601-44d298b92471 ModelName:vFW 028210d8-91ff-nodes.vsnCvfc ModelUuid:ef13f48d-1a8c-44b9-bfe6-3b7cd7feee1d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:dbac2247-1e5a-410f-b3da-d87fab90928f ModelInvariantUuid:26c851ca-6281-4757-84af-3a04597c007e ModelName:Vfw028210d891ff.compute.nodes.heat.vsn ModelUuid:923152c6-b248-4d82-a28e-095d92782817 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:4c2d10f0-d283-49a5-8dd9-b8ec2d40c1fb ModelInvariantUuid:27987f69-3d70-4840-8cc7-b726c3ab5a81 ModelName:vFW 028210d8-91ff-nodes.vpgCvfc ModelUuid:5a76246b-55a9-4b28-aa67-a5301b5b591e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:852072fb-19e8-4796-ac14-3672bfa22ad3 ModelInvariantUuid:8d7a3171-dd44-4d6d-ad9c-6b35f5ad266d ModelName:Vfw028210d891ff.compute.nodes.heat.vpg ModelUuid:05073cdd-1e0a-43cb-8dbc-ad1b36ea263f 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-03-18T01:03:28.130Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@1dc5166 marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=1446) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) 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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.find(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281) 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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy222.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$681445f4.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 75 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 76 common frames omitted 2022-03-18T01:03:28.132Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-03-18T01:03:28.133Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||ERROR|500||(conn=1446) WSREP has not yet prepared node for application use 2022-03-18T01:03:28.134Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||HHH000327: Error performing load command org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) 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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.find(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281) 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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy222.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$681445f4.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.sql.SQLNonTransientConnectionException: (conn=1446) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ... 70 common frames omitted Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 75 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 76 common frames omitted 2022-03-18T01:03:28.135Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||ERROR|500||Application exception overridden by rollback exception javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) 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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.find(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281) 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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy222.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$681445f4.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322) ... 49 common frames omitted Caused by: java.sql.SQLNonTransientConnectionException: (conn=1446) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ... 70 common frames omitted Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 75 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 76 common frames omitted 2022-03-18T01:03:28.138Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||ERROR|500|| org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835) at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809) at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy222.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$681445f4.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127) at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304) at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142) at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561) ... 30 common frames omitted Caused by: java.sql.SQLException: Connection is closed at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515) at com.sun.proxy.$Proxy144.rollback(Unknown Source) at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396) at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java) at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121) ... 33 common frames omitted 2022-03-18T01:03:28.139Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3ab287cc-23f3-4659-bdea-08832488afe7 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-03-18T01:03:28.216Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3ab287cc-23f3-4659-bdea-08832488afe7 and serviceModelVersionId: 3ce8c8cf-93e7-4dac-856a-dfba38466cbc 2022-03-18T01:03:28.216Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4c2a7f0c-8611-4010-a79c-f95e6f00f49d 2022-03-18T01:03:40.366Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4c2a7f0c-8611-4010-a79c-f95e6f00f49d/model-vers/model-ver/3ce8c8cf-93e7-4dac-856a-dfba38466cbc?depth=0 2022-03-18T01:03:40.464Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-03-18T01:03:40.895Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c2a7f0c-8611-4010-a79c-f95e6f00f49d/model-vers/model-ver/3ce8c8cf-93e7-4dac-856a-dfba38466cbc?depth=0|INFO|500||Invoke 2022-03-18T01:03:40.902Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c2a7f0c-8611-4010-a79c-f95e6f00f49d/model-vers/model-ver/3ce8c8cf-93e7-4dac-856a-dfba38466cbc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c2a7f0c-8611-4010-a79c-f95e6f00f49d/model-vers/model-ver/3ce8c8cf-93e7-4dac-856a-dfba38466cbc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3ab287cc-23f3-4659-bdea-08832488afe7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[189dc7cd-a808-4d12-a9dd-e80c9919b2a6], X-ECOMP-RequestID=[3ab287cc-23f3-4659-bdea-08832488afe7], X-TransactionId=[], X-ONAP-RequestID=[3ab287cc-23f3-4659-bdea-08832488afe7], Content-Type=[application/merge-patch+json]} 2022-03-18T01:03:41.021Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c2a7f0c-8611-4010-a79c-f95e6f00f49d/model-vers/model-ver/3ce8c8cf-93e7-4dac-856a-dfba38466cbc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-03-18T01:03:41.205Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c2a7f0c-8611-4010-a79c-f95e6f00f49d/model-vers/model-ver/3ce8c8cf-93e7-4dac-856a-dfba38466cbc?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/4c2a7f0c-8611-4010-a79c-f95e6f00f49d/model-vers/model-ver/3ce8c8cf-93e7-4dac-856a-dfba38466cbc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220318-01:03:41:027-73249], vertex-id=[184488], Content-Length=[0], Date=[Fri, 18 Mar 2022 01:03:41 GMT], Content-Type=[application/json]} 2022-03-18T01:03:41.207Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c2a7f0c-8611-4010-a79c-f95e6f00f49d/model-vers/model-ver/3ce8c8cf-93e7-4dac-856a-dfba38466cbc?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-18T01:03:41.207Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c2a7f0c-8611-4010-a79c-f95e6f00f49d/model-vers/model-ver/3ce8c8cf-93e7-4dac-856a-dfba38466cbc?depth=0|INFO|500||InvokeReturn 2022-03-18T01:03:41.211Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-18T01:03:41.211Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status of DISTRIBUTION_COMPLETE_ERROR 2022-03-18T01:03:41.215Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3ab287cc-23f3-4659-bdea-08832488afe7 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection 2022-03-18T01:03:41.215Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-03-18T01:03:41.216Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:03:41.217Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:03:41.218Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647565421215, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection" } 2022-03-18T01:03:41.318Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:03:41.319Z||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-03-18T01:03:41.319Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:03:41.327Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:03:41.328Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 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-03-18T01:04:16.107Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:04:16.105Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:04:16.108Z||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-03-18T01:04:16.108Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T01:04:16.108Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:04:16.108Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T01:04:16.233Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:04:16.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:04:16.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647565396105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:04:16.235Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T01:04:25.640Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:05:16.105Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:05:16.106Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T01:05:16.106Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T01:05:16.107Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:05:16.107Z||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-03-18T01:05:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:05:16.628Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:05:16.629Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:05:16.629Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647565396105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vfw028210d891ff0_modules.json", "status": "NOTIFIED" } 2022-03-18T01:05:16.631Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T01:05:16.631Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:05:16.631Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "aai-ml", "timestamp": 1647565397905, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T01:05:16.632Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:05:16.632Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:05:16.632Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647565396105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-18T01:05:16.632Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T01:05:16.632Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:05:16.632Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "aai-ml", "timestamp": 1647565398910, "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-03-18T01:05:16.646Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3ab287cc-23f3-4659-bdea-08832488afe7 2022-03-18T01:05:16.647Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ab287cc-23f3-4659-bdea-08832488afe7 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-03-18T01:05:16.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:05:16.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647565396105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:05:16.662Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T01:05:16.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:05:16.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647565396105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-18T01:05:16.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T01:05:16.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:05:16.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647565396105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:05:16.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T01:05:16.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:05:16.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647565396105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:05:16.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T01:05:16.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:05:16.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647565404160, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T01:05:16.664Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:05:16.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:05:16.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647565421215, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection" } 2022-03-18T01:05:16.664Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:05:25.643Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:06:16.105Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:06:16.106Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T01:06:16.106Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T01:06:16.106Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:06:16.107Z||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-03-18T01:06:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:06:25.642Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:06:25.643Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:07:16.105Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:07:16.106Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T01:07:16.106Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T01:07:16.106Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:07:16.107Z||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-03-18T01:07:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:07:25.640Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:07:25.641Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:08:16.105Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:08:16.106Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T01:08:16.106Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T01:08:16.107Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:08:16.107Z||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-03-18T01:08:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:08:16.729Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:08:16.730Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.730Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"1d12818b-241e-434a-b2ec-82fc20748ca5","serviceName":"vFW 2022-03-18 01-06-11","serviceVersion":"1.0","serviceUUID":"e667bded-7ca4-4772-9442-39f7cf1a43ab","serviceDescription":"catalog service description","serviceInvariantUUID":"85e59dfa-205a-4889-bbf4-c6fcc36b16c3","resources":[{"resourceInstanceName":"vFW 4535fbf1-987f 0","resourceName":"vFW 4535fbf1-987f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a0e3becb-96c4-42f8-ba0b-0d371962fcdb","resourceInvariantUUID":"d02eaabc-796e-4617-9d33-94cda25f2e5d","resourceCustomizationUUID":"272189c2-df2a-4ef0-9e8a-e2b822908adc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vf-license-model.xml","artifactChecksum":"YzJmOTI3MDZjYTA1NWU2YjMxZTk2MTNjZWQxYjI5OTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"53fc9fdb-f9ab-4e70-b45e-8c5196fab01d","artifactVersion":"1"},{"artifactName":"vfw4535fbf1987f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vfw4535fbf1987f0_modules.json","artifactChecksum":"Mzc1MWEyOTBkOTMzNTA3MTk3YWM2ZWVjMjJhYzUzMWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"014a0cbf-1ed2-4028-8b88-d60d48cb9f9a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a67190dd-66ee-46f9-b9ad-807df784f9e8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vendor-license-model.xml","artifactChecksum":"NTg5ODk3OWE0YjI0MjBhZTg3MThjMzY5M2I4MjIwZjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6bed1c2c-db4b-403b-8f58-28ab83cf4c5a","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e4c574f0-0b5d-4f0b-9f97-309c50ca845e","artifactVersion":"2","generatedFromUUID":"a67190dd-66ee-46f9-b9ad-807df784f9e8"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220318010611-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-template.yml","artifactChecksum":"NzZhNTVhMmRlODliYjE5NDBlNzk2YjcxMmRjODA0ZjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ae36bbcf-5308-4b16-9cba-389f2f8e2c36","artifactVersion":"1"},{"artifactName":"service-Vfw20220318010611-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar","artifactChecksum":"MDZkODNmMWQ1MzIzOTg5OTBkZGFkNTU3NTQ2ODUxM2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cbdab2a0-8b83-498c-954e-c763b76eb6b4","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-18T01:08:16.730Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:08:16.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "ves-openapi-manager", "timestamp": 1647565659402, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:08:16.732Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T01:08:16.733Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-18T01:08:16.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.733Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:08:16.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "multicloud-k8s-id", "timestamp": 1647565654850, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:08:16.733Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-18T01:08:16.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "policy-id", "timestamp": 1647565654254, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:08:16.733Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-18T01:08:16.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "ves-openapi-manager", "timestamp": 1647565659402, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vfw4535fbf1987f0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-18T01:08:16.734Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-18T01:08:16.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "multicloud-k8s-id", "timestamp": 1647565654850, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vfw4535fbf1987f0_modules.json", "status": "NOTIFIED" } 2022-03-18T01:08:16.734Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-18T01:08:16.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "policy-id", "timestamp": 1647565654254, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vfw4535fbf1987f0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-18T01:08:16.735Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-18T01:08:16.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "ves-openapi-manager", "timestamp": 1647565659402, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T01:08:16.735Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-18T01:08:16.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "multicloud-k8s-id", "timestamp": 1647565654850, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-18T01:08:16.735Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-18T01:08:16.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "policy-id", "timestamp": 1647565654254, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-18T01:08:16.735Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-18T01:08:16.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "ves-openapi-manager", "timestamp": 1647565659402, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:08:16.736Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-18T01:08:16.736Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:08:16.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "multicloud-k8s-id", "timestamp": 1647565654850, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:08:16.736Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647565696105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:08:16.736Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-18T01:08:16.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "policy-id", "timestamp": 1647565654254, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:08:16.736Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-18T01:08:16.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "cds", "timestamp": 1647565664304, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:08:16.737Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-18T01:08:16.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "ves-openapi-manager", "timestamp": 1647565659402, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-18T01:08:16.737Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-18T01:08:16.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "multicloud-k8s-id", "timestamp": 1647565654850, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-18T01:08:16.737Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-18T01:08:16.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "policy-id", "timestamp": 1647565654254, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-18T01:08:16.737Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-18T01:08:16.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "cds", "timestamp": 1647565664304, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vfw4535fbf1987f0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-18T01:08:16.738Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-18T01:08:16.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "multicloud-k8s-id", "timestamp": 1647565654850, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:08:16.738Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-18T01:08:16.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "ves-openapi-manager", "timestamp": 1647565659402, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:08:16.738Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-18T01:08:16.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "policy-id", "timestamp": 1647565654254, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:08:16.738Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-18T01:08:16.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "cds", "timestamp": 1647565664304, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T01:08:16.738Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-18T01:08:16.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "multicloud-k8s-id", "timestamp": 1647565654850, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:08:16.739Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-18T01:08:16.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "ves-openapi-manager", "timestamp": 1647565659402, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-18T01:08:16.739Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-18T01:08:16.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "policy-id", "timestamp": 1647565654254, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:08:16.739Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-18T01:08:16.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "cds", "timestamp": 1647565664304, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:08:16.739Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-18T01:08:16.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "multicloud-k8s-id", "timestamp": 1647565668609, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vfw4535fbf1987f0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-18T01:08:16.740Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:08:16.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "policy-id", "timestamp": 1647565668613, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T01:08:16.740Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:08:16.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "cds", "timestamp": 1647565664304, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-18T01:08:16.740Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-18T01:08:16.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "policy-id", "timestamp": 1647565669616, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T01:08:16.740Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:08:16.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "multicloud-k8s-id", "timestamp": 1647565669810, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-18T01:08:16.741Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:08:16.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "cds", "timestamp": 1647565664304, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:08:16.741Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-18T01:08:16.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "policy-id", "timestamp": 1647565670619, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-18T01:08:16.759Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1d12818b-241e-434a-b2ec-82fc20748ca5 2022-03-18T01:08:16.759Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d12818b-241e-434a-b2ec-82fc20748ca5 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-03-18T01:08:16.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "cds", "timestamp": 1647565664304, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:08:16.768Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-18T01:08:16.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "multicloud-k8s-id", "timestamp": 1647565670996, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-18T01:08:16.768Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:08:16.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "clamp", "timestamp": 1647565670417, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:08:16.769Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-18T01:08:16.769Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.769Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "cds", "timestamp": 1647565672008, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T01:08:16.769Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:08:16.769Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.769Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "multicloud-k8s-id", "timestamp": 1647565672022, "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-03-18T01:08:16.774Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1d12818b-241e-434a-b2ec-82fc20748ca5 2022-03-18T01:08:16.774Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d12818b-241e-434a-b2ec-82fc20748ca5 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-03-18T01:08:16.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "clamp", "timestamp": 1647565670417, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vfw4535fbf1987f0_modules.json", "status": "NOTIFIED" } 2022-03-18T01:08:16.781Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-18T01:08:16.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "cds", "timestamp": 1647565673013, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-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-03-18T01:08:16.785Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1d12818b-241e-434a-b2ec-82fc20748ca5 2022-03-18T01:08:16.785Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d12818b-241e-434a-b2ec-82fc20748ca5 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-03-18T01:08:16.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "multicloud-k8s-id", "timestamp": 1647565673025, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vfw4535fbf1987f0_modules.json", "status": "DEPLOY_OK" } 2022-03-18T01:08:16.793Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:08:16.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "clamp", "timestamp": 1647565670417, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T01:08:16.793Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-18T01:08:16.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "clamp", "timestamp": 1647565670417, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:08:16.793Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-18T01:08:16.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "clamp", "timestamp": 1647565670417, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-18T01:08:16.794Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-18T01:08:16.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647565675174, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:08:16.794Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-18T01:08:16.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "clamp", "timestamp": 1647565670417, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:08:16.794Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-18T01:08:16.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647565675174, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vfw4535fbf1987f0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-18T01:08:16.794Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-18T01:08:16.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "clamp", "timestamp": 1647565670417, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:08:16.795Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-18T01:08:16.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647565675174, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T01:08:16.795Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-18T01:08:16.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "aai-ml", "timestamp": 1647565677908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:08:16.795Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-18T01:08:16.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647565675174, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:08:16.795Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-18T01:08:16.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "aai-ml", "timestamp": 1647565677908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vfw4535fbf1987f0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-18T01:08:16.795Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-18T01:08:16.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647565675174, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-18T01:08:16.796Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-18T01:08:16.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "aai-ml", "timestamp": 1647565677908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T01:08:16.796Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-18T01:08:16.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647565675174, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:08:16.796Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-18T01:08:16.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "aai-ml", "timestamp": 1647565677908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:08:16.797Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-18T01:08:16.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647565675174, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:08:16.797Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-18T01:08:16.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "aai-ml", "timestamp": 1647565677908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-18T01:08:16.797Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-18T01:08:16.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647565683017, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T01:08:16.797Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:08:16.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "aai-ml", "timestamp": 1647565677908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:08:16.797Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-18T01:08:16.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "aai-ml", "timestamp": 1647565677908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:08:16.798Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-18T01:08:16.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "aai-ml", "timestamp": 1647565685806, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T01:08:16.798Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:08:16.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647565686051, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T01:08:16.798Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:08:16.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647565687055, "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-03-18T01:08:16.804Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1d12818b-241e-434a-b2ec-82fc20748ca5 2022-03-18T01:08:16.804Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d12818b-241e-434a-b2ec-82fc20748ca5 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-03-18T01:08:16.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.812Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "clamp", "timestamp": 1647565688511, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T01:08:16.812Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:08:16.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.812Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "clamp", "timestamp": 1647565690519, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T01:08:16.812Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:08:16.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.812Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "clamp", "timestamp": 1647565691521, "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-03-18T01:08:16.817Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1d12818b-241e-434a-b2ec-82fc20748ca5 2022-03-18T01:08:16.817Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d12818b-241e-434a-b2ec-82fc20748ca5 and ComponentName clamp 2022-03-18T01:08:16.846Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms 2022-03-18T01:08:16.847Z||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-03-18T01:08:16.847Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? 2022-03-18T01:08:16.856Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-18T01:08:16.857Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:08:16.863Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.863Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "aai-ml", "timestamp": 1647565692497, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T01:08:16.863Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:08:16.863Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:08:16.863Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "aai-ml", "timestamp": 1647565693502, "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-03-18T01:08:16.869Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1d12818b-241e-434a-b2ec-82fc20748ca5 2022-03-18T01:08:16.869Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d12818b-241e-434a-b2ec-82fc20748ca5 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-03-18T01:08:17.737Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T01:08:17.738Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:08:17.740Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:08:17.741Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647565696105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vfw4535fbf1987f0_modules.json", "status": "NOTIFIED" } 2022-03-18T01:08:17.841Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:08:17.842Z||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-03-18T01:08:17.842Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:08:17.850Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:08:17.851Z||pool-13-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:08:18.741Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T01:08:18.742Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:08:18.743Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:08:18.744Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647565696105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-18T01:08:18.844Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:08:18.845Z||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-03-18T01:08:18.845Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:08:18.854Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:08:18.854Z||pool-14-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:08:19.744Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T01:08:19.745Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:08:19.746Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:08:19.746Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647565696105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:08:19.847Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:08:19.847Z||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-03-18T01:08:19.848Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:08:19.856Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:08:19.856Z||pool-15-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:08:20.747Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T01:08:20.748Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:08:20.749Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:08:20.749Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647565696105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-18T01:08:20.850Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:08:20.851Z||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-03-18T01:08:20.851Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:08:20.859Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:08:20.860Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:08:21.750Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T01:08:21.751Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:08:21.752Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:08:21.752Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647565696105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:08:21.853Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:08:21.853Z||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-03-18T01:08:21.854Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:08:21.862Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:08:21.863Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-03-18T01:08:22.753Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T01:08:22.754Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:08:22.756Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:08:22.756Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647565696105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:08:22.856Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:08:22.857Z||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-03-18T01:08:22.857Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:08:22.865Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:08:22.865Z||pool-18-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:08:23.757Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "serviceName": "vFW 2022-03-18 01-06-11", "serviceVersion": "1.0", "serviceUUID": "e667bded-7ca4-4772-9442-39f7cf1a43ab", "serviceDescription": "catalog service description", "serviceInvariantUUID": "85e59dfa-205a-4889-bbf4-c6fcc36b16c3", "resources": [ { "resourceInstanceName": "vFW 4535fbf1-987f 0", "resourceCustomizationUUID": "272189c2-df2a-4ef0-9e8a-e2b822908adc", "resourceName": "vFW 4535fbf1-987f", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a0e3becb-96c4-42f8-ba0b-0d371962fcdb", "resourceInvariantUUID": "d02eaabc-796e-4617-9d33-94cda25f2e5d", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw4535fbf1987f0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vfw4535fbf1987f0_modules.json", "artifactChecksum": "Mzc1MWEyOTBkOTMzNTA3MTk3YWM2ZWVjMjJhYzUzMWY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "014a0cbf-1ed2-4028-8b88-d60d48cb9f9a", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "a67190dd-66ee-46f9-b9ad-807df784f9e8", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e4c574f0-0b5d-4f0b-9f97-309c50ca845e", "generatedFromUUID": "a67190dd-66ee-46f9-b9ad-807df784f9e8" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e4c574f0-0b5d-4f0b-9f97-309c50ca845e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220318010611-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar", "artifactChecksum": "MDZkODNmMWQ1MzIzOTg5OTBkZGFkNTU3NTQ2ODUxM2M\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cbdab2a0-8b83-498c-954e-c763b76eb6b4" } ], "workloadContext": "Production" } 2022-03-18T01:08:23.757Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-18T01:08:23.758Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e667bded-7ca4-4772-9442-39f7cf1a43ab ASDC 2022-03-18T01:08:23.758Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:1d12818b-241e-434a-b2ec-82fc20748ca5 ServiceName:vFW 2022-03-18 01-06-11 ServiceVersion:1.0 ServiceUUID:e667bded-7ca4-4772-9442-39f7cf1a43ab ServiceInvariantUUID:85e59dfa-205a-4889-bbf4-c6fcc36b16c3 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220318010611-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar ArtifactUUID:cbdab2a0-8b83-498c-954e-c763b76eb6b4 ArtifactChecksum:MDZkODNmMWQ1MzIzOTg5OTBkZGFkNTU3NTQ2ODUxM2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 4535fbf1-987f 0 ResourceCustomizationUUID:272189c2-df2a-4ef0-9e8a-e2b822908adc ResourceInvariantUUID:d02eaabc-796e-4617-9d33-94cda25f2e5d ResourceName:vFW 4535fbf1-987f ResourceType:VF ResourceUUID:a0e3becb-96c4-42f8-ba0b-0d371962fcdb ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw4535fbf1987f0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vfw4535fbf1987f0_modules.json ArtifactUUID:014a0cbf-1ed2-4028-8b88-d60d48cb9f9a ArtifactChecksum:Mzc1MWEyOTBkOTMzNTA3MTk3YWM2ZWVjMjJhYzUzMWY= 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/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.yaml ArtifactUUID:a67190dd-66ee-46f9-b9ad-807df784f9e8 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/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.env ArtifactUUID:e4c574f0-0b5d-4f0b-9f97-309c50ca845e 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/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.env ArtifactUUID:e4c574f0-0b5d-4f0b-9f97-309c50ca845e ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-18T01:08:23.758Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e667bded-7ca4-4772-9442-39f7cf1a43ab 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-03-18T01:08:23.790Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-18T01:08:23.791Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-18T01:08:23.791Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-18T01:08:23.791Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: cbdab2a0-8b83-498c-954e-c763b76eb6b4 from URL: /sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar 2022-03-18T01:08:23.791Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-18T01:08:23.791Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar 2022-03-18T01:08:23.848Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-18T01:08:23.854Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar cbdab2a0-8b83-498c-954e-c763b76eb6b4 98948 2022-03-18T01:08:23.854Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar ASDC sendASDCNotification 2022-03-18T01:08:23.854Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar 2022-03-18T01:08:23.854Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-18T01:08:23.854Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:08:23.856Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:08:23.856Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647565703854, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T01:08:23.956Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:08:23.957Z||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-03-18T01:08:23.957Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:08:23.966Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:08:23.967Z||pool-19-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-03-18T01:08:24.856Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-18T01:08:24.857Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-18T01:08:24.858Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: cbdab2a0-8b83-498c-954e-c763b76eb6b4, URL: /sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar to file: /app/ASDC/1/service-Vfw20220318010611-csar.csar 2022-03-18T01:08:24.858Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220318010611-csar.csar 2022-03-18T01:08:24.858Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220318010611-csar.csar 2022-03-18T01:08:24.858Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220318010611-csar.csar 2022-03-18T01:08:24.989Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14429156254364915897/Definitions/service-Vfw20220318010611-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2022-03-18T01:08:26.681Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-18T01:08:26.681Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-18T01:08:26.681Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220318010611-csar.csar 2022-03-18T01:08:26.682Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-18T01:08:26.682Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220318010611-csar.csar 2022-03-18T01:08:26.682Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220318010611-csar.csar 2022-03-18T01:08:26.682Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220318010611-csar.csar 2022-03-18T01:08:26.682Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220318010611-csar.csar 2022-03-18T01:08:26.682Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220318010611-csar.csar 2022-03-18T01:08:26.682Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220318010611-csar.csar 2022-03-18T01:08:26.682Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220318010611-csar.csar 2022-03-18T01:08:26.682Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220318010611-csar.csar 2022-03-18T01:08:26.682Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220318010611-csar.csar 2022-03-18T01:08:26.682Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220318010611-csar.csar 2022-03-18T01:08:26.682Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220318010611-csar.csar 2022-03-18T01:08:26.682Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4535fbf1-987f 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220318010611-csar.csar 2022-03-18T01:08:26.682Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220318010611-csar.csar 2022-03-18T01:08:26.682Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-18T01:08:26.683Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:08:26.683Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-06-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:08:26.683Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vFW 4535fbf1-987f 0 is matching search criteria 2022-03-18T01:08:26.683Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-18T01:08:26.683Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 4535fbf1-987f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-18T01:08:26.683Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:08:26.683Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-06-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:08:26.684Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vFW 4535fbf1-987f 0 is matching search criteria 2022-03-18T01:08:26.684Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-18T01:08:26.684Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 4535fbf1-987f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-18T01:08:26.684Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:08:26.684Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-06-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:08:26.684Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:08:26.684Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vFW 4535fbf1-987f 0 is not matching search criteria 2022-03-18T01:08:26.685Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-18T01:08:26.685Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-18T01:08:26.685Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-18T01:08:26.685Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-18T01:08:26.685Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-18T01:08:26.685Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-18T01:08:26.685Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-18T01:08:26.685Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-18T01:08:26.685Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-18T01:08:26.685Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-18T01:08:26.686Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-18T01:08:26.686Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-18T01:08:26.686Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-18T01:08:26.686Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-18T01:08:26.686Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-18T01:08:26.686Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-18T01:08:26.686Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:08:26.686Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-06-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-18T01:08:26.686Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:08:26.686Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vFW 4535fbf1-987f 0 is matching search criteria 2022-03-18T01:08:26.687Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 4535fbf1-987f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-18T01:08:26.687Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:08:26.687Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vFW 4535fbf1-987f 0 is matching search criteria 2022-03-18T01:08:26.687Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 4535fbf1-987f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-18T01:08:26.687Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:08:26.687Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vFW 4535fbf1-987f 0 is matching search criteria 2022-03-18T01:08:26.687Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 4535fbf1-987f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-18T01:08:26.688Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:08:26.688Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vFW 4535fbf1-987f 0 is not matching search criteria 2022-03-18T01:08:26.688Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-18T01:08:26.688Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-18T01:08:26.688Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-18T01:08:26.688Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-18T01:08:26.688Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-18T01:08:26.689Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-18T01:08:26.689Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-18T01:08:26.689Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-18T01:08:26.689Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-18T01:08:26.689Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-18T01:08:26.689Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-18T01:08:26.689Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2c27c88f-f361-47c1-8e95-11acf32cba62 2022-03-18T01:08:26.689Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:08:26.689Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vFW 4535fbf1-987f 0 is not matching search criteria 2022-03-18T01:08:26.689Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-18T01:08:26.690Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-18T01:08:26.690Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-18T01:08:26.690Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-18T01:08:26.690Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-18T01:08:26.690Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-18T01:08:26.690Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-18T01:08:26.690Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-18T01:08:26.690Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-18T01:08:26.690Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-18T01:08:26.690Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-18T01:08:26.691Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-18T01:08:26.691Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7ee55920-0d11-4b36-ac07-fc70efc3df26 2022-03-18T01:08:26.691Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:08:26.691Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vFW 4535fbf1-987f 0 is not matching search criteria 2022-03-18T01:08:26.691Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-18T01:08:26.691Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-18T01:08:26.691Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-18T01:08:26.691Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-18T01:08:26.691Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-18T01:08:26.691Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-18T01:08:26.692Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-18T01:08:26.692Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-18T01:08:26.692Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-18T01:08:26.692Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-18T01:08:26.692Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-18T01:08:26.692Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-18T01:08:26.692Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=658c3011-02a9-49c4-8401-2cef7e248f07 2022-03-18T01:08:26.692Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:08:26.693Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-06-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:08:26.693Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:08:26.693Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-06-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:08:26.693Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:08:26.693Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-06-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:08:26.693Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:08:26.693Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-06-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:08:26.693Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-18 01-06-11 Description:catalog service description Model UUID:e667bded-7ca4-4772-9442-39f7cf1a43ab Model Version:NULL Model InvariantUuid:85e59dfa-205a-4889-bbf4-c6fcc36b16c3 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 4535fbf1-987f Model UUID:9485fac9-ea55-43f8-b5f8-05c797f2f33f Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:d02eaabc-796e-4617-9d33-94cda25f2e5d Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:272189c2-df2a-4ef0-9e8a-e2b822908adc NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f7e8d880-486c-452e-9f22-7214a0af5dca ModelName:Vfw4535fbf1987f..base_vfw..module-0 ModelUuid:334ba152-cd90-455d-9889-bbbb7e545a6c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:2c27c88f-f361-47c1-8e95-11acf32cba62 ModelInvariantUuid:a1416967-641f-40e4-85ed-e7f79901fb88 ModelName:vFW 4535fbf1-987f-nodes.vfwCvfc ModelUuid:08f38549-cc5c-4cc7-a051-cd4610cd7fb8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:d7bebe63-fc64-4f27-ae33-09f1709777ca ModelInvariantUuid:d095f2d1-6afa-42e4-bd2e-0eb2167757cf ModelName:Vfw4535fbf1987f.compute.nodes.heat.vfw ModelUuid:773639a6-b92f-43d6-b90b-e7945b2ef782 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:7ee55920-0d11-4b36-ac07-fc70efc3df26 ModelInvariantUuid:aa394509-bb00-42e8-a994-94c7cbd08011 ModelName:vFW 4535fbf1-987f-nodes.vsnCvfc ModelUuid:9e4a5935-03b3-450f-99b3-15feec3405c8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:aec7af09-c051-4928-8e37-04adfa41ca5a ModelInvariantUuid:e9b55837-2753-4457-a8b7-5e01213cee02 ModelName:Vfw4535fbf1987f.compute.nodes.heat.vsn ModelUuid:6909e354-93bf-421b-af91-801874747036 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:658c3011-02a9-49c4-8401-2cef7e248f07 ModelInvariantUuid:ad82c783-7f69-478c-8705-6a619e4d67bc ModelName:vFW 4535fbf1-987f-nodes.vpgCvfc ModelUuid:967c632a-6c56-4095-9fcd-187da223f2b5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:7be83c8c-f957-4d20-a1a3-9b34bbeaf8bd ModelInvariantUuid:5b758b3d-fce0-44f4-bf75-95562e63d92f ModelName:Vfw4535fbf1987f.compute.nodes.heat.vpg ModelUuid:a9329eed-44a8-4014-916a-fbf18030209d 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-03-18T01:08:26.698Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@41d9d92f marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=1448) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) 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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.find(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281) 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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy222.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$681445f4.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 75 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 76 common frames omitted 2022-03-18T01:08:26.699Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-03-18T01:08:26.699Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||ERROR|500||(conn=1448) WSREP has not yet prepared node for application use 2022-03-18T01:08:26.700Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||HHH000327: Error performing load command org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) 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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.find(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281) 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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy222.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$681445f4.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.sql.SQLNonTransientConnectionException: (conn=1448) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ... 70 common frames omitted Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 75 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 76 common frames omitted 2022-03-18T01:08:26.701Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||ERROR|500||Application exception overridden by rollback exception javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) 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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.find(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281) 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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy222.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$681445f4.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322) ... 49 common frames omitted Caused by: java.sql.SQLNonTransientConnectionException: (conn=1448) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ... 70 common frames omitted Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 75 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 76 common frames omitted 2022-03-18T01:08:26.701Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||ERROR|500|| org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835) at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809) at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy222.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$681445f4.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127) at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304) at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142) at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561) ... 30 common frames omitted Caused by: java.sql.SQLException: Connection is closed at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515) at com.sun.proxy.$Proxy144.rollback(Unknown Source) at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396) at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java) at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121) ... 33 common frames omitted 2022-03-18T01:08:26.702Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1d12818b-241e-434a-b2ec-82fc20748ca5 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-03-18T01:08:26.706Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1d12818b-241e-434a-b2ec-82fc20748ca5 and serviceModelVersionId: e667bded-7ca4-4772-9442-39f7cf1a43ab 2022-03-18T01:08:26.706Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 85e59dfa-205a-4889-bbf4-c6fcc36b16c3 2022-03-18T01:08:26.707Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/85e59dfa-205a-4889-bbf4-c6fcc36b16c3/model-vers/model-ver/e667bded-7ca4-4772-9442-39f7cf1a43ab?depth=0 2022-03-18T01:08:26.722Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-03-18T01:08:26.759Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85e59dfa-205a-4889-bbf4-c6fcc36b16c3/model-vers/model-ver/e667bded-7ca4-4772-9442-39f7cf1a43ab?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-03-18T01:08:26.760Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85e59dfa-205a-4889-bbf4-c6fcc36b16c3/model-vers/model-ver/e667bded-7ca4-4772-9442-39f7cf1a43ab?depth=0|INFO|500||Invoke 2022-03-18T01:08:26.782Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85e59dfa-205a-4889-bbf4-c6fcc36b16c3/model-vers/model-ver/e667bded-7ca4-4772-9442-39f7cf1a43ab?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-03-18T01:08:26.850Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85e59dfa-205a-4889-bbf4-c6fcc36b16c3/model-vers/model-ver/e667bded-7ca4-4772-9442-39f7cf1a43ab?depth=0|INFO|500||InvokeReturn 2022-03-18T01:08:26.850Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85e59dfa-205a-4889-bbf4-c6fcc36b16c3/model-vers/model-ver/e667bded-7ca4-4772-9442-39f7cf1a43ab?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220318-01:08:26:788-60059], vertex-id=[417872], Content-Length=[0], Date=[Fri, 18 Mar 2022 01:08:26 GMT], Content-Type=[application/json]} 2022-03-18T01:08:26.850Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2022-03-18T01:08:26.851Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-18T01:08:26.851Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status of DISTRIBUTION_COMPLETE_ERROR 2022-03-18T01:08:26.851Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1d12818b-241e-434a-b2ec-82fc20748ca5 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection 2022-03-18T01:08:26.851Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-03-18T01:08:26.851Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:08:26.853Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:08:26.853Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647565706851, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection" } 2022-03-18T01:08:26.953Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:08:26.954Z||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-03-18T01:08:26.954Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:08:26.962Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:08:26.963Z||pool-20-thread-1|||||INFO|500||cambria reply ok (10 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-03-18T01:09:16.105Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:09:16.106Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T01:09:16.106Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T01:09:16.107Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:09:16.107Z||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-03-18T01:09:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:09:16.227Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:09:16.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-18T01:09:16.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647565696105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:09:16.229Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-18T01:09:25.642Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:10:16.105Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:10:16.106Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T01:10:16.106Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T01:10:16.107Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:10:16.107Z||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-03-18T01:10:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:10:16.131Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:10:16.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:10:16.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647565696105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vfw4535fbf1987f0_modules.json", "status": "NOTIFIED" } 2022-03-18T01:10:16.133Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:10:16.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:10:16.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647565696105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-18T01:10:16.133Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:10:16.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:10:16.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647565696105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:10:16.133Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:10:16.134Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:10:16.134Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647565696105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-18T01:10:16.134Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:10:16.134Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:10:16.134Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647565696105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:10:16.134Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:10:16.134Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:10:16.134Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647565696105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:10:16.134Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:10:16.134Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:10:16.134Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647565703854, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T01:10:16.134Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:10:16.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:10:16.135Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647565706851, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection" } 2022-03-18T01:10:16.135Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:10:16.730Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:10:16.731Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-18T01:10:16.731Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"ddf2f408-8283-497d-b9d0-c6d1de0e9f6f","serviceName":"vFW 2022-03-18 01-08-11","serviceVersion":"1.0","serviceUUID":"f83d6b1d-fb8a-4be4-a0cd-62c4265a12d7","serviceDescription":"catalog service description","serviceInvariantUUID":"f3bda619-ff12-4f24-adc0-6cb771a9b5e5","resources":[{"resourceInstanceName":"vFW fb516131-a3e7 0","resourceName":"vFW fb516131-a3e7","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"81c5a10a-4327-4f0f-a5bf-59f9cc70b68a","resourceInvariantUUID":"c9632ae4-986e-4289-9171-e143af463296","resourceCustomizationUUID":"b21d41bb-30e7-45c2-b5a7-5f825e9de33d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vf-license-model.xml","artifactChecksum":"OGNmMDk5NWE5ZDJjMGEyODkyYTFiZDViNGI4OTlkMTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e97abeac-b434-4361-9bfe-62dbc9820c9a","artifactVersion":"1"},{"artifactName":"vfwfb516131a3e70_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vfwfb516131a3e70_modules.json","artifactChecksum":"YTgzNWQ1OTI3M2YzMDAyZDk3NTFmYzgzNTYwYmRkM2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"67e1efa9-21d5-496b-b6ce-9163ca86aef4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8ccb7306-4984-4283-a629-7db6f6f8556c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vendor-license-model.xml","artifactChecksum":"ZWM4N2EwN2Q3ZDhkNWM5M2ZjNGY3Mzc3NDQxYjdiY2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c1947a95-26fb-4f74-a621-ab0822a8d3d1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a51d66bd-9d11-470b-ad7a-e512500edb43","artifactVersion":"2","generatedFromUUID":"8ccb7306-4984-4283-a629-7db6f6f8556c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220318010811-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-template.yml","artifactChecksum":"NDhhZmJmNWJiNmY1Yjg5OTEwY2I3NWRkNzkwZmMyNzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ade78029-6801-4a46-8be0-3d65e2a2dbe5","artifactVersion":"1"},{"artifactName":"service-Vfw20220318010811-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar","artifactChecksum":"YWI1MmZlMTQ4NThkZWFhMjc0MGEwNmIwMDBhMWQ5MGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bfcad336-f0e2-4ba7-a43a-2b89f7a80ed2","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-18T01:10:16.733Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T01:10:16.733Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:10:16.735Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:10:16.735Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647565816105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:10:16.835Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:10:16.836Z||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-03-18T01:10:16.836Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:10:16.844Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:10:16.845Z||pool-21-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:10:17.735Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T01:10:17.736Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:10:17.738Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:10:17.738Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647565816105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vfwfb516131a3e70_modules.json", "status": "NOTIFIED" } 2022-03-18T01:10:17.839Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-18T01:10:17.840Z||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-03-18T01:10:17.840Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:10:17.848Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:10:17.849Z||pool-22-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:10:18.739Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T01:10:18.739Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:10:18.741Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:10:18.741Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647565816105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-18T01:10:18.841Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:10:18.842Z||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-03-18T01:10:18.842Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:10:18.850Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:10:18.851Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:10:19.742Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T01:10:19.742Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:10:19.744Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:10:19.744Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647565816105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:10:19.844Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:10:19.845Z||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-03-18T01:10:19.845Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:10:19.853Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:10:19.854Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:10:20.745Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T01:10:20.745Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:10:20.747Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:10:20.747Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647565816105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-18T01:10:20.847Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:10:20.848Z||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-03-18T01:10:20.848Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:10:20.857Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:10:20.858Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:10:21.747Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T01:10:21.748Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:10:21.750Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:10:21.750Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647565816105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:10:21.850Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:10:21.851Z||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-03-18T01:10:21.851Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:10:21.860Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:10:21.861Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:10:22.750Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T01:10:22.751Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:10:22.753Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:10:22.753Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647565816105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:10:22.853Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:10:22.854Z||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-03-18T01:10:22.854Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:10:22.865Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:10:22.865Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:10:23.754Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "serviceName": "vFW 2022-03-18 01-08-11", "serviceVersion": "1.0", "serviceUUID": "f83d6b1d-fb8a-4be4-a0cd-62c4265a12d7", "serviceDescription": "catalog service description", "serviceInvariantUUID": "f3bda619-ff12-4f24-adc0-6cb771a9b5e5", "resources": [ { "resourceInstanceName": "vFW fb516131-a3e7 0", "resourceCustomizationUUID": "b21d41bb-30e7-45c2-b5a7-5f825e9de33d", "resourceName": "vFW fb516131-a3e7", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "81c5a10a-4327-4f0f-a5bf-59f9cc70b68a", "resourceInvariantUUID": "c9632ae4-986e-4289-9171-e143af463296", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwfb516131a3e70_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vfwfb516131a3e70_modules.json", "artifactChecksum": "YTgzNWQ1OTI3M2YzMDAyZDk3NTFmYzgzNTYwYmRkM2Q\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "67e1efa9-21d5-496b-b6ce-9163ca86aef4", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "8ccb7306-4984-4283-a629-7db6f6f8556c", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a51d66bd-9d11-470b-ad7a-e512500edb43", "generatedFromUUID": "8ccb7306-4984-4283-a629-7db6f6f8556c" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a51d66bd-9d11-470b-ad7a-e512500edb43", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220318010811-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar", "artifactChecksum": "YWI1MmZlMTQ4NThkZWFhMjc0MGEwNmIwMDBhMWQ5MGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bfcad336-f0e2-4ba7-a43a-2b89f7a80ed2" } ], "workloadContext": "Production" } 2022-03-18T01:10:23.755Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-18T01:10:23.755Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f83d6b1d-fb8a-4be4-a0cd-62c4265a12d7 ASDC 2022-03-18T01:10:23.755Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:ddf2f408-8283-497d-b9d0-c6d1de0e9f6f ServiceName:vFW 2022-03-18 01-08-11 ServiceVersion:1.0 ServiceUUID:f83d6b1d-fb8a-4be4-a0cd-62c4265a12d7 ServiceInvariantUUID:f3bda619-ff12-4f24-adc0-6cb771a9b5e5 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220318010811-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar ArtifactUUID:bfcad336-f0e2-4ba7-a43a-2b89f7a80ed2 ArtifactChecksum:YWI1MmZlMTQ4NThkZWFhMjc0MGEwNmIwMDBhMWQ5MGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW fb516131-a3e7 0 ResourceCustomizationUUID:b21d41bb-30e7-45c2-b5a7-5f825e9de33d ResourceInvariantUUID:c9632ae4-986e-4289-9171-e143af463296 ResourceName:vFW fb516131-a3e7 ResourceType:VF ResourceUUID:81c5a10a-4327-4f0f-a5bf-59f9cc70b68a ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwfb516131a3e70_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vfwfb516131a3e70_modules.json ArtifactUUID:67e1efa9-21d5-496b-b6ce-9163ca86aef4 ArtifactChecksum:YTgzNWQ1OTI3M2YzMDAyZDk3NTFmYzgzNTYwYmRkM2Q= 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/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.yaml ArtifactUUID:8ccb7306-4984-4283-a629-7db6f6f8556c 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/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.env ArtifactUUID:a51d66bd-9d11-470b-ad7a-e512500edb43 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/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.env ArtifactUUID:a51d66bd-9d11-470b-ad7a-e512500edb43 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-18T01:10:23.755Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f83d6b1d-fb8a-4be4-a0cd-62c4265a12d7 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-03-18T01:10:23.780Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-18T01:10:23.781Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-18T01:10:23.781Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-18T01:10:23.781Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bfcad336-f0e2-4ba7-a43a-2b89f7a80ed2 from URL: /sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar 2022-03-18T01:10:23.781Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-18T01:10:23.782Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar 2022-03-18T01:10:23.833Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-18T01:10:23.838Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar bfcad336-f0e2-4ba7-a43a-2b89f7a80ed2 98999 2022-03-18T01:10:23.839Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar ASDC sendASDCNotification 2022-03-18T01:10:23.839Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar 2022-03-18T01:10:23.839Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-18T01:10:23.839Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:10:23.841Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:10:23.841Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647565823839, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T01:10:23.941Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:10:23.942Z||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-03-18T01:10:23.942Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:10:23.950Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:10:23.950Z||pool-28-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-03-18T01:10:24.841Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-18T01:10:24.843Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-18T01:10:24.843Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: bfcad336-f0e2-4ba7-a43a-2b89f7a80ed2, URL: /sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar to file: /app/ASDC/1/service-Vfw20220318010811-csar.csar 2022-03-18T01:10:24.843Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220318010811-csar.csar 2022-03-18T01:10:24.843Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220318010811-csar.csar 2022-03-18T01:10:24.843Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220318010811-csar.csar 2022-03-18T01:10:25.006Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9961340814915826923/Definitions/service-Vfw20220318010811-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2022-03-18T01:10:26.498Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-18T01:10:26.499Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-18T01:10:26.499Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220318010811-csar.csar 2022-03-18T01:10:26.499Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-18T01:10:26.499Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220318010811-csar.csar 2022-03-18T01:10:26.499Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220318010811-csar.csar 2022-03-18T01:10:26.499Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220318010811-csar.csar 2022-03-18T01:10:26.499Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220318010811-csar.csar 2022-03-18T01:10:26.499Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220318010811-csar.csar 2022-03-18T01:10:26.499Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220318010811-csar.csar 2022-03-18T01:10:26.500Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW fb516131-a3e7 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220318010811-csar.csar 2022-03-18T01:10:26.500Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220318010811-csar.csar 2022-03-18T01:10:26.500Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220318010811-csar.csar 2022-03-18T01:10:26.500Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220318010811-csar.csar 2022-03-18T01:10:26.500Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220318010811-csar.csar 2022-03-18T01:10:26.500Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220318010811-csar.csar 2022-03-18T01:10:26.500Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220318010811-csar.csar 2022-03-18T01:10:26.500Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-18T01:10:26.500Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:10:26.500Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-08-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:10:26.500Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vFW fb516131-a3e7 0 is matching search criteria 2022-03-18T01:10:26.501Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-18T01:10:26.501Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW fb516131-a3e7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-18T01:10:26.501Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:10:26.501Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-08-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:10:26.501Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vFW fb516131-a3e7 0 is matching search criteria 2022-03-18T01:10:26.501Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-18T01:10:26.501Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW fb516131-a3e7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-18T01:10:26.501Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:10:26.502Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-08-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:10:26.502Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:10:26.502Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vFW fb516131-a3e7 0 is not matching search criteria 2022-03-18T01:10:26.502Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-18T01:10:26.502Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-18T01:10:26.502Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-18T01:10:26.502Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-18T01:10:26.502Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-18T01:10:26.502Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-18T01:10:26.502Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-18T01:10:26.503Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-18T01:10:26.503Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-18T01:10:26.503Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-18T01:10:26.503Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-18T01:10:26.503Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-18T01:10:26.503Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-18T01:10:26.503Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-18T01:10:26.503Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-18T01:10:26.503Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-18T01:10:26.504Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:10:26.504Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-08-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-18T01:10:26.504Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:10:26.504Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vFW fb516131-a3e7 0 is matching search criteria 2022-03-18T01:10:26.504Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW fb516131-a3e7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-18T01:10:26.504Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:10:26.505Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vFW fb516131-a3e7 0 is matching search criteria 2022-03-18T01:10:26.505Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW fb516131-a3e7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-18T01:10:26.505Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:10:26.505Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vFW fb516131-a3e7 0 is matching search criteria 2022-03-18T01:10:26.505Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW fb516131-a3e7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-18T01:10:26.505Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:10:26.505Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vFW fb516131-a3e7 0 is not matching search criteria 2022-03-18T01:10:26.505Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-18T01:10:26.506Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-18T01:10:26.506Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-18T01:10:26.506Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-18T01:10:26.506Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-18T01:10:26.506Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-18T01:10:26.506Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-18T01:10:26.506Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-18T01:10:26.506Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-18T01:10:26.506Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-18T01:10:26.507Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-18T01:10:26.507Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=866af7fd-9950-4498-8bd0-7028b35cdedb 2022-03-18T01:10:26.507Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:10:26.507Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vFW fb516131-a3e7 0 is not matching search criteria 2022-03-18T01:10:26.507Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-18T01:10:26.507Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-18T01:10:26.507Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-18T01:10:26.507Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-18T01:10:26.508Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-18T01:10:26.508Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-18T01:10:26.508Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-18T01:10:26.508Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-18T01:10:26.508Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-18T01:10:26.508Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-18T01:10:26.509Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-18T01:10:26.509Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-18T01:10:26.509Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=34bd6fab-f560-483d-8fb6-51ac495111ef 2022-03-18T01:10:26.509Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:10:26.509Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vFW fb516131-a3e7 0 is not matching search criteria 2022-03-18T01:10:26.509Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-18T01:10:26.509Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-18T01:10:26.509Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-18T01:10:26.510Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-18T01:10:26.510Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-18T01:10:26.510Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-18T01:10:26.510Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-18T01:10:26.510Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-18T01:10:26.510Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-18T01:10:26.510Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-18T01:10:26.510Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-18T01:10:26.510Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-18T01:10:26.510Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=94fa85a2-f2b9-4e90-8b79-74b297b54441 2022-03-18T01:10:26.511Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:10:26.511Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-08-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:10:26.511Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:10:26.511Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-08-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:10:26.511Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:10:26.511Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-08-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:10:26.511Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:10:26.511Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-08-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:10:26.511Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-18 01-08-11 Description:catalog service description Model UUID:f83d6b1d-fb8a-4be4-a0cd-62c4265a12d7 Model Version:NULL Model InvariantUuid:f3bda619-ff12-4f24-adc0-6cb771a9b5e5 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW fb516131-a3e7 Model UUID:378ae6b3-4af9-4d6d-86bb-59959dd40739 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:c9632ae4-986e-4289-9171-e143af463296 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b21d41bb-30e7-45c2-b5a7-5f825e9de33d NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:1f125c54-1885-4e54-8820-dab15283ec27 ModelName:VfwFb516131A3e7..base_vfw..module-0 ModelUuid:069a9bbb-ca1d-4479-81aa-22ede6126cfe ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:866af7fd-9950-4498-8bd0-7028b35cdedb ModelInvariantUuid:9cc024c8-f17d-4671-b4fa-ca62e3bd5f51 ModelName:vFW fb516131-a3e7-nodes.vfwCvfc ModelUuid:1e933325-6524-4901-8db0-a9d3a91ec905 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:237c1970-38fc-4791-8ffe-1b9e7f33ab86 ModelInvariantUuid:d3034714-ed76-4d36-87ad-a9b34ec3600d ModelName:VfwFb516131A3e7.compute.nodes.heat.vfw ModelUuid:3b7defdc-1871-4462-a428-51a135beeae6 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:34bd6fab-f560-483d-8fb6-51ac495111ef ModelInvariantUuid:0d5264bc-a60d-4cfb-91ba-d6ba07422f05 ModelName:vFW fb516131-a3e7-nodes.vsnCvfc ModelUuid:1bf050d8-c6bb-4aaa-bddf-59496038fb0b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:8259f5c1-b490-49ac-a724-83d1ce2f23c9 ModelInvariantUuid:cb9370d7-aed1-452e-a8cb-fee1d481f724 ModelName:VfwFb516131A3e7.compute.nodes.heat.vsn ModelUuid:7541b839-5604-4f45-b0c7-67a27d68112d ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:94fa85a2-f2b9-4e90-8b79-74b297b54441 ModelInvariantUuid:27857948-2cad-4437-87d4-ff17bf4f212e ModelName:vFW fb516131-a3e7-nodes.vpgCvfc ModelUuid:f7222520-5762-4a6c-9aca-b59bbae89e5d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:e6bcb443-e72e-4389-80a1-61b6338e1e50 ModelInvariantUuid:70df2c46-246b-4841-912d-93181a933efb ModelName:VfwFb516131A3e7.compute.nodes.heat.vpg ModelUuid:a1f344f5-c9d3-4ec9-8689-ac26a0ff45bc 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-03-18T01:10:26.523Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@2ffc8742 marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=1455) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) 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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.find(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281) 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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy222.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$681445f4.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 75 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 76 common frames omitted 2022-03-18T01:10:26.524Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-03-18T01:10:26.524Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||ERROR|500||(conn=1455) WSREP has not yet prepared node for application use 2022-03-18T01:10:26.525Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||HHH000327: Error performing load command org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) 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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.find(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281) 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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy222.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$681445f4.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.sql.SQLNonTransientConnectionException: (conn=1455) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ... 70 common frames omitted Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 75 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 76 common frames omitted 2022-03-18T01:10:26.526Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||ERROR|500||Application exception overridden by rollback exception javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) 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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.find(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281) 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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy222.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$681445f4.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322) ... 49 common frames omitted Caused by: java.sql.SQLNonTransientConnectionException: (conn=1455) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ... 70 common frames omitted Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 75 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 76 common frames omitted 2022-03-18T01:10:26.527Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||ERROR|500|| org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835) at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809) at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy222.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$681445f4.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127) at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304) at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142) at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561) ... 30 common frames omitted Caused by: java.sql.SQLException: Connection is closed at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515) at com.sun.proxy.$Proxy144.rollback(Unknown Source) at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396) at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java) at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121) ... 33 common frames omitted 2022-03-18T01:10:26.527Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ddf2f408-8283-497d-b9d0-c6d1de0e9f6f 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-03-18T01:10:26.532Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ddf2f408-8283-497d-b9d0-c6d1de0e9f6f and serviceModelVersionId: f83d6b1d-fb8a-4be4-a0cd-62c4265a12d7 2022-03-18T01:10:26.532Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f3bda619-ff12-4f24-adc0-6cb771a9b5e5 2022-03-18T01:10:26.533Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f3bda619-ff12-4f24-adc0-6cb771a9b5e5/model-vers/model-ver/f83d6b1d-fb8a-4be4-a0cd-62c4265a12d7?depth=0 2022-03-18T01:10:26.536Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-03-18T01:10:26.570Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3bda619-ff12-4f24-adc0-6cb771a9b5e5/model-vers/model-ver/f83d6b1d-fb8a-4be4-a0cd-62c4265a12d7?depth=0|INFO|500||Invoke 2022-03-18T01:10:26.570Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3bda619-ff12-4f24-adc0-6cb771a9b5e5/model-vers/model-ver/f83d6b1d-fb8a-4be4-a0cd-62c4265a12d7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3bda619-ff12-4f24-adc0-6cb771a9b5e5/model-vers/model-ver/f83d6b1d-fb8a-4be4-a0cd-62c4265a12d7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ddf2f408-8283-497d-b9d0-c6d1de0e9f6f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[95886e96-4d97-425e-a7b9-9a610e0afc67], X-ECOMP-RequestID=[ddf2f408-8283-497d-b9d0-c6d1de0e9f6f], X-TransactionId=[], X-ONAP-RequestID=[ddf2f408-8283-497d-b9d0-c6d1de0e9f6f], Content-Type=[application/merge-patch+json]} 2022-03-18T01:10:26.588Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3bda619-ff12-4f24-adc0-6cb771a9b5e5/model-vers/model-ver/f83d6b1d-fb8a-4be4-a0cd-62c4265a12d7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-03-18T01:10:26.657Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3bda619-ff12-4f24-adc0-6cb771a9b5e5/model-vers/model-ver/f83d6b1d-fb8a-4be4-a0cd-62c4265a12d7?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/f3bda619-ff12-4f24-adc0-6cb771a9b5e5/model-vers/model-ver/f83d6b1d-fb8a-4be4-a0cd-62c4265a12d7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220318-01:10:26:593-35838], vertex-id=[426064], Content-Length=[0], Date=[Fri, 18 Mar 2022 01:10:26 GMT], Content-Type=[application/json]} 2022-03-18T01:10:26.657Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3bda619-ff12-4f24-adc0-6cb771a9b5e5/model-vers/model-ver/f83d6b1d-fb8a-4be4-a0cd-62c4265a12d7?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-18T01:10:26.658Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3bda619-ff12-4f24-adc0-6cb771a9b5e5/model-vers/model-ver/f83d6b1d-fb8a-4be4-a0cd-62c4265a12d7?depth=0|INFO|500||InvokeReturn 2022-03-18T01:10:26.658Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-18T01:10:26.658Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status of DISTRIBUTION_COMPLETE_ERROR 2022-03-18T01:10:26.658Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ddf2f408-8283-497d-b9d0-c6d1de0e9f6f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection 2022-03-18T01:10:26.659Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-03-18T01:10:26.659Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:10:26.660Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:10:26.661Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647565826658, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection" } 2022-03-18T01:10:26.761Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-18T01:10:26.761Z||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-03-18T01:10:26.761Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:10:26.769Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:10:26.770Z||pool-29-thread-1|||||INFO|500||cambria reply ok (9 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-03-18T01:11:16.105Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:11:16.106Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T01:11:16.106Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T01:11:16.107Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:11:16.107Z||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-03-18T01:11:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:11:16.129Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:11:16.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.131Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "cds", "timestamp": 1647565769304, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:11:16.132Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:11:16.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "aai-ml", "timestamp": 1647565767907, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:11:16.132Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:11:16.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647565765174, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:11:16.132Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:11:16.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "cds", "timestamp": 1647565769304, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vfwfb516131a3e70_modules.json", "status": "NOT_NOTIFIED" } 2022-03-18T01:11:16.132Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:11:16.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "aai-ml", "timestamp": 1647565767907, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vfwfb516131a3e70_modules.json", "status": "NOT_NOTIFIED" } 2022-03-18T01:11:16.133Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:11:16.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647565765174, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vfwfb516131a3e70_modules.json", "status": "NOT_NOTIFIED" } 2022-03-18T01:11:16.133Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:11:16.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "cds", "timestamp": 1647565769304, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T01:11:16.133Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:11:16.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "aai-ml", "timestamp": 1647565767907, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T01:11:16.133Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:11:16.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647565765174, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T01:11:16.133Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:11:16.134Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.134Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "cds", "timestamp": 1647565769304, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:11:16.134Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:11:16.134Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.134Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "aai-ml", "timestamp": 1647565767907, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:11:16.134Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:11:16.134Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.134Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647565765174, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:11:16.134Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:11:16.134Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.134Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "policy-id", "timestamp": 1647565774254, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:11:16.134Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:11:16.134Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.134Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "cds", "timestamp": 1647565769304, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-18T01:11:16.134Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:11:16.134Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.135Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "aai-ml", "timestamp": 1647565767907, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-18T01:11:16.135Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:11:16.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.135Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647565765174, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-18T01:11:16.135Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:11:16.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.135Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "multicloud-k8s-id", "timestamp": 1647565774850, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:11:16.135Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:11:16.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.135Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "policy-id", "timestamp": 1647565774254, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vfwfb516131a3e70_modules.json", "status": "NOT_NOTIFIED" } 2022-03-18T01:11:16.135Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:11:16.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.135Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "cds", "timestamp": 1647565769304, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:11:16.135Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:11:16.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.136Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "aai-ml", "timestamp": 1647565767907, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:11:16.136Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:11:16.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.136Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647565765174, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:11:16.136Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:11:16.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.136Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "multicloud-k8s-id", "timestamp": 1647565774850, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vfwfb516131a3e70_modules.json", "status": "NOTIFIED" } 2022-03-18T01:11:16.136Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:11:16.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.136Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "policy-id", "timestamp": 1647565774254, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-18T01:11:16.136Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:11:16.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.136Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "cds", "timestamp": 1647565769304, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:11:16.136Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:11:16.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.137Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "aai-ml", "timestamp": 1647565767907, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:11:16.137Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:11:16.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.137Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647565765174, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:11:16.137Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:11:16.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.137Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "multicloud-k8s-id", "timestamp": 1647565774850, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-18T01:11:16.137Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:11:16.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.137Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "policy-id", "timestamp": 1647565774254, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:11:16.137Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:11:16.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.137Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "cds", "timestamp": 1647565778455, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T01:11:16.137Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:11:16.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.138Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "aai-ml", "timestamp": 1647565778457, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T01:11:16.138Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:11:16.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.138Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "multicloud-k8s-id", "timestamp": 1647565774850, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:11:16.138Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:11:16.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.138Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647565778542, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T01:11:16.138Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:11:16.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.138Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "policy-id", "timestamp": 1647565774254, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-18T01:11:16.138Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:11:16.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.138Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "cds", "timestamp": 1647565779459, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-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-03-18T01:11:16.145Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ddf2f408-8283-497d-b9d0-c6d1de0e9f6f 2022-03-18T01:11:16.145Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ddf2f408-8283-497d-b9d0-c6d1de0e9f6f 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-03-18T01:11:16.151Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.151Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "multicloud-k8s-id", "timestamp": 1647565774850, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-18T01:11:16.151Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:11:16.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "policy-id", "timestamp": 1647565774254, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:11:16.152Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:11:16.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "ves-openapi-manager", "timestamp": 1647565779402, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:11:16.152Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:11:16.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "multicloud-k8s-id", "timestamp": 1647565774850, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:11:16.152Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:11:16.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "policy-id", "timestamp": 1647565774254, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:11:16.152Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:11:16.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "ves-openapi-manager", "timestamp": 1647565779402, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vfwfb516131a3e70_modules.json", "status": "NOT_NOTIFIED" } 2022-03-18T01:11:16.153Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:11:16.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647565781143, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T01:11:16.153Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:11:16.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "multicloud-k8s-id", "timestamp": 1647565774850, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:11:16.153Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:11:16.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "policy-id", "timestamp": 1647565781950, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T01:11:16.153Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:11:16.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "ves-openapi-manager", "timestamp": 1647565779402, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T01:11:16.153Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:11:16.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647565782146, "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-03-18T01:11:16.156Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ddf2f408-8283-497d-b9d0-c6d1de0e9f6f 2022-03-18T01:11:16.156Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ddf2f408-8283-497d-b9d0-c6d1de0e9f6f 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-03-18T01:11:16.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.163Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "multicloud-k8s-id", "timestamp": 1647565782560, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vfwfb516131a3e70_modules.json", "status": "DOWNLOAD_OK" } 2022-03-18T01:11:16.163Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:11:16.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.163Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "policy-id", "timestamp": 1647565782953, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T01:11:16.163Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:11:16.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.163Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "ves-openapi-manager", "timestamp": 1647565779402, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:11:16.163Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:11:16.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.163Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "multicloud-k8s-id", "timestamp": 1647565783610, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-18T01:11:16.163Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:11:16.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "policy-id", "timestamp": 1647565783956, "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-03-18T01:11:16.167Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ddf2f408-8283-497d-b9d0-c6d1de0e9f6f 2022-03-18T01:11:16.167Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ddf2f408-8283-497d-b9d0-c6d1de0e9f6f 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-03-18T01:11:16.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.174Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "ves-openapi-manager", "timestamp": 1647565779402, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-18T01:11:16.174Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:11:16.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.174Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "ves-openapi-manager", "timestamp": 1647565779402, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:11:16.174Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:11:16.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.174Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "multicloud-k8s-id", "timestamp": 1647565785093, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-18T01:11:16.174Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:11:16.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.174Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "ves-openapi-manager", "timestamp": 1647565779402, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-18T01:11:16.174Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:11:16.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "multicloud-k8s-id", "timestamp": 1647565786118, "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-03-18T01:11:16.178Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ddf2f408-8283-497d-b9d0-c6d1de0e9f6f 2022-03-18T01:11:16.178Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ddf2f408-8283-497d-b9d0-c6d1de0e9f6f 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-03-18T01:11:16.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.183Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "aai-ml", "timestamp": 1647565786500, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T01:11:16.183Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:11:16.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.183Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "multicloud-k8s-id", "timestamp": 1647565787122, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vfwfb516131a3e70_modules.json", "status": "DEPLOY_OK" } 2022-03-18T01:11:16.184Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:11:16.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.184Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "aai-ml", "timestamp": 1647565787504, "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-03-18T01:11:16.188Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ddf2f408-8283-497d-b9d0-c6d1de0e9f6f 2022-03-18T01:11:16.188Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ddf2f408-8283-497d-b9d0-c6d1de0e9f6f 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-03-18T01:11:16.194Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.194Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "clamp", "timestamp": 1647565790417, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:11:16.194Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:11:16.195Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.195Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "clamp", "timestamp": 1647565790417, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vfwfb516131a3e70_modules.json", "status": "NOTIFIED" } 2022-03-18T01:11:16.195Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:11:16.195Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.195Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "clamp", "timestamp": 1647565790417, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T01:11:16.195Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:11:16.195Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.195Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "clamp", "timestamp": 1647565790417, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:11:16.195Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:11:16.195Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.195Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "clamp", "timestamp": 1647565790417, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-18T01:11:16.195Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:11:16.195Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.195Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "clamp", "timestamp": 1647565790417, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:11:16.195Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:11:16.196Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.196Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "clamp", "timestamp": 1647565790417, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:11:16.196Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:11:16.196Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.196Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "clamp", "timestamp": 1647565802523, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T01:11:16.196Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:11:16.196Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.196Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "clamp", "timestamp": 1647565804530, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T01:11:16.196Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:11:16.196Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:11:16.196Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "clamp", "timestamp": 1647565805533, "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-03-18T01:11:16.200Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ddf2f408-8283-497d-b9d0-c6d1de0e9f6f 2022-03-18T01:11:16.200Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ddf2f408-8283-497d-b9d0-c6d1de0e9f6f 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-03-18T01:11:25.642Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:12:16.105Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:12:16.106Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T01:12:16.106Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T01:12:16.107Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:12:16.107Z||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-03-18T01:12:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:12:16.627Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:12:16.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-18T01:12:16.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647565816105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:12:16.629Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-18T01:12:16.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-18T01:12:16.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647565816105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vfwfb516131a3e70_modules.json", "status": "NOTIFIED" } 2022-03-18T01:12:16.629Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-18T01:12:16.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-18T01:12:16.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647565816105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-18T01:12:16.630Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-18T01:12:16.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-18T01:12:16.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647565816105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:12:16.630Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-18T01:12:16.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-18T01:12:16.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647565816105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-18T01:12:16.631Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-18T01:12:16.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-18T01:12:16.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647565816105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:12:16.631Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-18T01:12:16.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-18T01:12:16.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647565816105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:12:16.631Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-18T01:12:16.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-18T01:12:16.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647565823839, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T01:12:16.632Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:12:16.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-18T01:12:16.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647565826658, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection" } 2022-03-18T01:12:16.632Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:12:25.642Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:13:16.105Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:13:16.106Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T01:13:16.106Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T01:13:16.106Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:13:16.107Z||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-03-18T01:13:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:13:25.643Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:13:25.643Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:14:16.105Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:14:16.106Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T01:14:16.106Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T01:14:16.107Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:14:16.107Z||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-03-18T01:14:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:14:25.641Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:14:25.641Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:15:16.105Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:15:16.106Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T01:15:16.106Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T01:15:16.106Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:15:16.107Z||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-03-18T01:15:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:15:16.729Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:15:16.730Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.730Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"023b9f8f-8a22-4415-acda-2f379181520c","serviceName":"vFW 2022-03-18 01-13-13","serviceVersion":"1.0","serviceUUID":"1811bb93-7d8c-437e-a4bc-eb8affb97500","serviceDescription":"catalog service description","serviceInvariantUUID":"1ce24494-60a6-43e7-aaaa-5b1715f79e67","resources":[{"resourceInstanceName":"vFW 2b10a03d-4feb 0","resourceName":"vFW 2b10a03d-4feb","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2199d1e4-3076-40b9-8706-edbe60a9c8f9","resourceInvariantUUID":"3fdf62ea-a50b-408d-97ca-3fdfc94643b0","resourceCustomizationUUID":"e6e67560-94dd-46e2-b9ba-956b71e728c1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vf-license-model.xml","artifactChecksum":"M2NhOTJmOGI5ZThhNzY4ZjJhY2IyMTBkN2QwNjU0YTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"98b140d4-47da-46d9-89af-2138e93c6845","artifactVersion":"1"},{"artifactName":"vfw2b10a03d4feb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vfw2b10a03d4feb0_modules.json","artifactChecksum":"MGRmM2UzNzBlZGIwNmI5NmMxNDQxM2Q1OTdhNjcxNTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e23466f5-9694-454f-9600-ebee7c09736d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6dd9363f-6eb1-4106-9c13-f55f9e0dd421","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGE3ODFhMjE3MzUwOTFhNjA1NzViYTJmNzAxYWU0ODE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c9bb10d6-a130-47a8-afce-48e7bef305b2","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"815388d0-582f-4076-8ffc-b64d0d4f01e8","artifactVersion":"2","generatedFromUUID":"6dd9363f-6eb1-4106-9c13-f55f9e0dd421"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220318011313-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-template.yml","artifactChecksum":"NDFlYTQ2ODJkMzg5MmQ2NzE4Y2ZhMzcxNjU2YTQ3YTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"56a4cdc1-fa68-44dc-9aa5-e01df155eac9","artifactVersion":"1"},{"artifactName":"service-Vfw20220318011313-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar","artifactChecksum":"ZDdmYmEzNTY0NjhjZmI0ZWQ1ODAxZmZmMDg4ODgxMzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e0db7a19-f976-477a-80bb-22b7900d36c6","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-18T01:15:16.731Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:15:16.732Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.732Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T01:15:16.732Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "ves-openapi-manager", "timestamp": 1647566079402, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:15:16.732Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:15:16.733Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-18T01:15:16.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.733Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "multicloud-k8s-id", "timestamp": 1647566074850, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:15:16.733Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-18T01:15:16.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.733Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "policy-id", "timestamp": 1647566074254, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:15:16.733Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-18T01:15:16.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.733Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "ves-openapi-manager", "timestamp": 1647566079402, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vfw2b10a03d4feb0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-18T01:15:16.733Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-18T01:15:16.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "multicloud-k8s-id", "timestamp": 1647566074850, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vfw2b10a03d4feb0_modules.json", "status": "NOTIFIED" } 2022-03-18T01:15:16.734Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-18T01:15:16.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "policy-id", "timestamp": 1647566074254, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vfw2b10a03d4feb0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-18T01:15:16.734Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-18T01:15:16.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.734Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:15:16.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "ves-openapi-manager", "timestamp": 1647566079402, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T01:15:16.734Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566116105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:15:16.734Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-18T01:15:16.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "multicloud-k8s-id", "timestamp": 1647566074850, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-18T01:15:16.734Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-18T01:15:16.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "policy-id", "timestamp": 1647566074254, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-18T01:15:16.735Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-18T01:15:16.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "ves-openapi-manager", "timestamp": 1647566079402, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:15:16.735Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-18T01:15:16.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "multicloud-k8s-id", "timestamp": 1647566074850, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:15:16.735Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-18T01:15:16.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "policy-id", "timestamp": 1647566074254, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:15:16.735Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-18T01:15:16.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "ves-openapi-manager", "timestamp": 1647566079402, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-18T01:15:16.735Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-18T01:15:16.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "multicloud-k8s-id", "timestamp": 1647566074850, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-18T01:15:16.736Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-18T01:15:16.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "policy-id", "timestamp": 1647566074254, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-18T01:15:16.736Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-18T01:15:16.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "cds", "timestamp": 1647566084304, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:15:16.736Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-18T01:15:16.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "ves-openapi-manager", "timestamp": 1647566079402, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:15:16.736Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-18T01:15:16.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "multicloud-k8s-id", "timestamp": 1647566074850, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:15:16.737Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-18T01:15:16.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.737Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "policy-id", "timestamp": 1647566074254, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:15:16.737Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-18T01:15:16.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.737Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "cds", "timestamp": 1647566084304, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vfw2b10a03d4feb0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-18T01:15:16.737Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-18T01:15:16.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.737Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "ves-openapi-manager", "timestamp": 1647566079402, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-18T01:15:16.737Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-18T01:15:16.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.737Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "multicloud-k8s-id", "timestamp": 1647566074850, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:15:16.737Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-18T01:15:16.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "policy-id", "timestamp": 1647566074254, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:15:16.738Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-18T01:15:16.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "cds", "timestamp": 1647566084304, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T01:15:16.738Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-18T01:15:16.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "multicloud-k8s-id", "timestamp": 1647566087394, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vfw2b10a03d4feb0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-18T01:15:16.738Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:15:16.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "policy-id", "timestamp": 1647566087408, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T01:15:16.738Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:15:16.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "cds", "timestamp": 1647566084304, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:15:16.739Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-18T01:15:16.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "policy-id", "timestamp": 1647566088413, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T01:15:16.739Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:15:16.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "multicloud-k8s-id", "timestamp": 1647566088602, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-18T01:15:16.739Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:15:16.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "cds", "timestamp": 1647566084304, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-18T01:15:16.739Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-18T01:15:16.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "policy-id", "timestamp": 1647566089415, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-18T01:15:16.754Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 023b9f8f-8a22-4415-acda-2f379181520c 2022-03-18T01:15:16.754Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 023b9f8f-8a22-4415-acda-2f379181520c 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-03-18T01:15:16.760Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.761Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "multicloud-k8s-id", "timestamp": 1647566089793, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-18T01:15:16.761Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:15:16.761Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.761Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "cds", "timestamp": 1647566084304, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:15:16.761Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-18T01:15:16.761Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.761Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "multicloud-k8s-id", "timestamp": 1647566090818, "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-03-18T01:15:16.765Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 023b9f8f-8a22-4415-acda-2f379181520c 2022-03-18T01:15:16.765Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 023b9f8f-8a22-4415-acda-2f379181520c 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-03-18T01:15:16.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "cds", "timestamp": 1647566084304, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:15:16.770Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-18T01:15:16.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "clamp", "timestamp": 1647566090417, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:15:16.770Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-18T01:15:16.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "multicloud-k8s-id", "timestamp": 1647566091823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vfw2b10a03d4feb0_modules.json", "status": "DEPLOY_OK" } 2022-03-18T01:15:16.770Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:15:16.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "cds", "timestamp": 1647566092000, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T01:15:16.770Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:15:16.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "clamp", "timestamp": 1647566090417, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vfw2b10a03d4feb0_modules.json", "status": "NOTIFIED" } 2022-03-18T01:15:16.771Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-18T01:15:16.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "cds", "timestamp": 1647566093005, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-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-03-18T01:15:16.774Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 023b9f8f-8a22-4415-acda-2f379181520c 2022-03-18T01:15:16.774Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 023b9f8f-8a22-4415-acda-2f379181520c 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-03-18T01:15:16.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "clamp", "timestamp": 1647566090417, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T01:15:16.783Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-18T01:15:16.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "clamp", "timestamp": 1647566090417, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:15:16.783Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-18T01:15:16.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "clamp", "timestamp": 1647566090417, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-18T01:15:16.783Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-18T01:15:16.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647566095174, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:15:16.783Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-18T01:15:16.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "clamp", "timestamp": 1647566090417, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:15:16.784Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-18T01:15:16.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647566095174, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vfw2b10a03d4feb0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-18T01:15:16.784Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-18T01:15:16.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "clamp", "timestamp": 1647566090417, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:15:16.784Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-18T01:15:16.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647566095174, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T01:15:16.784Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-18T01:15:16.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "aai-ml", "timestamp": 1647566097907, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:15:16.785Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-18T01:15:16.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647566095174, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:15:16.785Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-18T01:15:16.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "aai-ml", "timestamp": 1647566097907, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vfw2b10a03d4feb0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-18T01:15:16.785Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-18T01:15:16.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647566095174, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-18T01:15:16.785Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-18T01:15:16.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "aai-ml", "timestamp": 1647566097907, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T01:15:16.785Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-18T01:15:16.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647566095174, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:15:16.786Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-18T01:15:16.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "aai-ml", "timestamp": 1647566097907, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:15:16.786Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-18T01:15:16.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647566095174, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:15:16.786Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-18T01:15:16.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "aai-ml", "timestamp": 1647566097907, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-18T01:15:16.786Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-18T01:15:16.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647566103007, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T01:15:16.787Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:15:16.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "aai-ml", "timestamp": 1647566097907, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:15:16.787Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-18T01:15:16.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "aai-ml", "timestamp": 1647566097907, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:15:16.787Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-18T01:15:16.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647566105888, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T01:15:16.787Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:15:16.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "aai-ml", "timestamp": 1647566105926, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T01:15:16.787Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:15:16.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "clamp", "timestamp": 1647566106555, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T01:15:16.788Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:15:16.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.788Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647566106892, "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-03-18T01:15:16.791Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 023b9f8f-8a22-4415-acda-2f379181520c 2022-03-18T01:15:16.791Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 023b9f8f-8a22-4415-acda-2f379181520c 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-03-18T01:15:16.798Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.798Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "clamp", "timestamp": 1647566108564, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T01:15:16.798Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:15:16.798Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.799Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "clamp", "timestamp": 1647566109566, "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-03-18T01:15:16.802Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 023b9f8f-8a22-4415-acda-2f379181520c 2022-03-18T01:15:16.802Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 023b9f8f-8a22-4415-acda-2f379181520c 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-03-18T01:15:16.809Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.809Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "aai-ml", "timestamp": 1647566112368, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T01:15:16.809Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:15:16.809Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:15:16.809Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "aai-ml", "timestamp": 1647566113373, "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-03-18T01:15:16.813Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 023b9f8f-8a22-4415-acda-2f379181520c 2022-03-18T01:15:16.813Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 023b9f8f-8a22-4415-acda-2f379181520c 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-03-18T01:15:16.834Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:15:16.835Z||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-03-18T01:15:16.835Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:15:16.843Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:15:16.843Z||pool-30-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:15:17.735Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T01:15:17.736Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:15:17.738Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:15:17.739Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566116105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vfw2b10a03d4feb0_modules.json", "status": "NOTIFIED" } 2022-03-18T01:15:17.839Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:15:17.839Z||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-03-18T01:15:17.840Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:15:17.848Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:15:17.848Z||pool-31-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:15:18.739Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T01:15:18.740Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:15:18.742Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:15:18.742Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566116105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-18T01:15:18.842Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:15:18.843Z||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-03-18T01:15:18.843Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:15:18.852Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:15:18.852Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:15:19.742Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T01:15:19.743Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:15:19.745Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:15:19.745Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566116105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:15:19.845Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:15:19.846Z||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-03-18T01:15:19.846Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:15:19.854Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:15:19.855Z||pool-33-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:15:20.745Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T01:15:20.746Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:15:20.748Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:15:20.748Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566116105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-18T01:15:20.848Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:15:20.849Z||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-03-18T01:15:20.849Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:15:20.858Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:15:20.859Z||pool-34-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:15:21.749Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T01:15:21.750Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:15:21.751Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:15:21.752Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566116105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:15:21.852Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:15:21.853Z||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-03-18T01:15:21.853Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:15:21.863Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:15:21.863Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:15:22.752Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T01:15:22.753Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:15:22.755Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:15:22.755Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566116105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:15:22.856Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-18T01:15:22.857Z||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-03-18T01:15:22.857Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:15:22.866Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:15:22.866Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-03-18T01:15:23.757Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "serviceName": "vFW 2022-03-18 01-13-13", "serviceVersion": "1.0", "serviceUUID": "1811bb93-7d8c-437e-a4bc-eb8affb97500", "serviceDescription": "catalog service description", "serviceInvariantUUID": "1ce24494-60a6-43e7-aaaa-5b1715f79e67", "resources": [ { "resourceInstanceName": "vFW 2b10a03d-4feb 0", "resourceCustomizationUUID": "e6e67560-94dd-46e2-b9ba-956b71e728c1", "resourceName": "vFW 2b10a03d-4feb", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "2199d1e4-3076-40b9-8706-edbe60a9c8f9", "resourceInvariantUUID": "3fdf62ea-a50b-408d-97ca-3fdfc94643b0", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw2b10a03d4feb0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vfw2b10a03d4feb0_modules.json", "artifactChecksum": "MGRmM2UzNzBlZGIwNmI5NmMxNDQxM2Q1OTdhNjcxNTU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e23466f5-9694-454f-9600-ebee7c09736d", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "6dd9363f-6eb1-4106-9c13-f55f9e0dd421", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "815388d0-582f-4076-8ffc-b64d0d4f01e8", "generatedFromUUID": "6dd9363f-6eb1-4106-9c13-f55f9e0dd421" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "815388d0-582f-4076-8ffc-b64d0d4f01e8", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220318011313-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar", "artifactChecksum": "ZDdmYmEzNTY0NjhjZmI0ZWQ1ODAxZmZmMDg4ODgxMzg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e0db7a19-f976-477a-80bb-22b7900d36c6" } ], "workloadContext": "Production" } 2022-03-18T01:15:23.757Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-18T01:15:23.757Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1811bb93-7d8c-437e-a4bc-eb8affb97500 ASDC 2022-03-18T01:15:23.757Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:023b9f8f-8a22-4415-acda-2f379181520c ServiceName:vFW 2022-03-18 01-13-13 ServiceVersion:1.0 ServiceUUID:1811bb93-7d8c-437e-a4bc-eb8affb97500 ServiceInvariantUUID:1ce24494-60a6-43e7-aaaa-5b1715f79e67 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220318011313-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar ArtifactUUID:e0db7a19-f976-477a-80bb-22b7900d36c6 ArtifactChecksum:ZDdmYmEzNTY0NjhjZmI0ZWQ1ODAxZmZmMDg4ODgxMzg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 2b10a03d-4feb 0 ResourceCustomizationUUID:e6e67560-94dd-46e2-b9ba-956b71e728c1 ResourceInvariantUUID:3fdf62ea-a50b-408d-97ca-3fdfc94643b0 ResourceName:vFW 2b10a03d-4feb ResourceType:VF ResourceUUID:2199d1e4-3076-40b9-8706-edbe60a9c8f9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw2b10a03d4feb0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vfw2b10a03d4feb0_modules.json ArtifactUUID:e23466f5-9694-454f-9600-ebee7c09736d ArtifactChecksum:MGRmM2UzNzBlZGIwNmI5NmMxNDQxM2Q1OTdhNjcxNTU= 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/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.yaml ArtifactUUID:6dd9363f-6eb1-4106-9c13-f55f9e0dd421 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/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.env ArtifactUUID:815388d0-582f-4076-8ffc-b64d0d4f01e8 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/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.env ArtifactUUID:815388d0-582f-4076-8ffc-b64d0d4f01e8 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-18T01:15:23.758Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1811bb93-7d8c-437e-a4bc-eb8affb97500 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-03-18T01:15:23.784Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-18T01:15:23.785Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-18T01:15:23.785Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-18T01:15:23.785Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e0db7a19-f976-477a-80bb-22b7900d36c6 from URL: /sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar 2022-03-18T01:15:23.785Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-18T01:15:23.785Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar 2022-03-18T01:15:23.836Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-18T01:15:23.843Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar e0db7a19-f976-477a-80bb-22b7900d36c6 98937 2022-03-18T01:15:23.843Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar ASDC sendASDCNotification 2022-03-18T01:15:23.843Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar 2022-03-18T01:15:23.843Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-18T01:15:23.843Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:15:23.845Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:15:23.845Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566123843, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T01:15:23.945Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:15:23.946Z||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-03-18T01:15:23.947Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:15:23.956Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:15:23.957Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:15:24.845Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-18T01:15:24.846Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-18T01:15:24.847Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: e0db7a19-f976-477a-80bb-22b7900d36c6, URL: /sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar to file: /app/ASDC/1/service-Vfw20220318011313-csar.csar 2022-03-18T01:15:24.847Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220318011313-csar.csar 2022-03-18T01:15:24.847Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220318011313-csar.csar 2022-03-18T01:15:24.847Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220318011313-csar.csar 2022-03-18T01:15:25.056Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16700501130592923439/Definitions/service-Vfw20220318011313-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2022-03-18T01:15:26.529Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-18T01:15:26.529Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-18T01:15:26.529Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220318011313-csar.csar 2022-03-18T01:15:26.529Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-18T01:15:26.530Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220318011313-csar.csar 2022-03-18T01:15:26.530Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220318011313-csar.csar 2022-03-18T01:15:26.530Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220318011313-csar.csar 2022-03-18T01:15:26.530Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220318011313-csar.csar 2022-03-18T01:15:26.530Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 2b10a03d-4feb 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220318011313-csar.csar 2022-03-18T01:15:26.530Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220318011313-csar.csar 2022-03-18T01:15:26.530Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220318011313-csar.csar 2022-03-18T01:15:26.530Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220318011313-csar.csar 2022-03-18T01:15:26.530Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220318011313-csar.csar 2022-03-18T01:15:26.530Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220318011313-csar.csar 2022-03-18T01:15:26.530Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220318011313-csar.csar 2022-03-18T01:15:26.530Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220318011313-csar.csar 2022-03-18T01:15:26.530Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220318011313-csar.csar 2022-03-18T01:15:26.530Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-18T01:15:26.530Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:15:26.531Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-13-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:15:26.531Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vFW 2b10a03d-4feb 0 is matching search criteria 2022-03-18T01:15:26.531Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-18T01:15:26.531Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 2b10a03d-4feb 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-18T01:15:26.531Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:15:26.532Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-13-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:15:26.532Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vFW 2b10a03d-4feb 0 is matching search criteria 2022-03-18T01:15:26.532Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-18T01:15:26.532Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 2b10a03d-4feb 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-18T01:15:26.532Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:15:26.532Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-13-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:15:26.532Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:15:26.532Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vFW 2b10a03d-4feb 0 is not matching search criteria 2022-03-18T01:15:26.533Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-18T01:15:26.533Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-18T01:15:26.533Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-18T01:15:26.533Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-18T01:15:26.533Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-18T01:15:26.533Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-18T01:15:26.533Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-18T01:15:26.533Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-18T01:15:26.533Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-18T01:15:26.533Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-18T01:15:26.533Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-18T01:15:26.534Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-18T01:15:26.534Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-18T01:15:26.534Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-18T01:15:26.534Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-18T01:15:26.534Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-18T01:15:26.534Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:15:26.534Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-13-13 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-18T01:15:26.534Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:15:26.534Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vFW 2b10a03d-4feb 0 is matching search criteria 2022-03-18T01:15:26.534Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 2b10a03d-4feb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-18T01:15:26.535Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:15:26.535Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vFW 2b10a03d-4feb 0 is matching search criteria 2022-03-18T01:15:26.535Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 2b10a03d-4feb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-18T01:15:26.535Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:15:26.535Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vFW 2b10a03d-4feb 0 is matching search criteria 2022-03-18T01:15:26.535Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 2b10a03d-4feb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-18T01:15:26.535Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:15:26.535Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vFW 2b10a03d-4feb 0 is not matching search criteria 2022-03-18T01:15:26.535Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-18T01:15:26.535Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-18T01:15:26.536Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-18T01:15:26.536Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-18T01:15:26.536Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-18T01:15:26.536Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-18T01:15:26.536Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-18T01:15:26.536Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-18T01:15:26.536Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-18T01:15:26.536Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-18T01:15:26.536Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-18T01:15:26.536Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6dfb5412-96e9-4c04-80dc-1dee22bd2eb3 2022-03-18T01:15:26.537Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:15:26.537Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vFW 2b10a03d-4feb 0 is not matching search criteria 2022-03-18T01:15:26.537Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-18T01:15:26.537Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-18T01:15:26.537Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-18T01:15:26.537Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-18T01:15:26.537Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-18T01:15:26.538Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-18T01:15:26.538Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-18T01:15:26.538Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-18T01:15:26.538Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-18T01:15:26.538Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-18T01:15:26.538Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-18T01:15:26.538Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-18T01:15:26.538Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bce23f77-ef9f-4462-a922-16c5808cca6f 2022-03-18T01:15:26.538Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:15:26.538Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vFW 2b10a03d-4feb 0 is not matching search criteria 2022-03-18T01:15:26.538Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-18T01:15:26.539Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-18T01:15:26.539Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-18T01:15:26.539Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-18T01:15:26.539Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-18T01:15:26.539Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-18T01:15:26.539Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-18T01:15:26.539Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-18T01:15:26.539Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-18T01:15:26.539Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-18T01:15:26.539Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-18T01:15:26.539Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-18T01:15:26.540Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=fd522053-d447-48cf-8e0f-83882cc9c4eb 2022-03-18T01:15:26.540Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:15:26.540Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-13-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:15:26.540Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:15:26.540Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-13-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:15:26.540Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:15:26.540Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-13-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:15:26.540Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:15:26.540Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-13-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:15:26.541Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-18 01-13-13 Description:catalog service description Model UUID:1811bb93-7d8c-437e-a4bc-eb8affb97500 Model Version:NULL Model InvariantUuid:1ce24494-60a6-43e7-aaaa-5b1715f79e67 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 2b10a03d-4feb Model UUID:271369b7-5f28-497f-9c7e-90e5c2561544 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:3fdf62ea-a50b-408d-97ca-3fdfc94643b0 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e6e67560-94dd-46e2-b9ba-956b71e728c1 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:3451fdd1-a79e-4034-89a1-e8c339b0db3b ModelName:Vfw2b10a03d4feb..base_vfw..module-0 ModelUuid:0246d0b3-a7d6-4c20-9eac-a2bbdf2971e6 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6dfb5412-96e9-4c04-80dc-1dee22bd2eb3 ModelInvariantUuid:680b8b41-bfbf-48d5-8fbc-cd3efd15975a ModelName:vFW 2b10a03d-4feb-nodes.vfwCvfc ModelUuid:db8e223d-ba75-4a19-9133-5a1414161a8f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:c3d63400-0c4a-4dca-b45a-abd1849eac52 ModelInvariantUuid:be842a96-d2d3-4332-a42a-d9272ebf85ea ModelName:Vfw2b10a03d4feb.compute.nodes.heat.vfw ModelUuid:27ebad97-df7c-4c33-baa9-b95d99d2f932 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:bce23f77-ef9f-4462-a922-16c5808cca6f ModelInvariantUuid:06459e75-f758-4b0e-a866-2225a440ee97 ModelName:vFW 2b10a03d-4feb-nodes.vsnCvfc ModelUuid:bba4cb88-3933-42dd-8dcf-2b76a3568a82 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:f636252a-56e6-4600-af63-308422776fbc ModelInvariantUuid:0e3a2ee7-6d05-4a9c-9185-bf799555050e ModelName:Vfw2b10a03d4feb.compute.nodes.heat.vsn ModelUuid:a6dc4990-c52f-42aa-bcc0-45deb332c722 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:fd522053-d447-48cf-8e0f-83882cc9c4eb ModelInvariantUuid:0a49fcc9-68bc-484e-885a-7ab675cc8304 ModelName:vFW 2b10a03d-4feb-nodes.vpgCvfc ModelUuid:385fc819-6399-4c4b-a397-35a8817a3576 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:18f784e5-1daa-4fbb-bf39-6c203146bfd3 ModelInvariantUuid:57e85f73-e436-411c-9f61-3a1f8b2500d9 ModelName:Vfw2b10a03d4feb.compute.nodes.heat.vpg ModelUuid:54db7878-32c4-405e-9624-6afc7bf7a511 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-03-18T01:15:26.553Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 2199d1e4-3076-40b9-8706-edbe60a9c8f9 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-18T01:15:26.566Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||vFW 2b10a03d-4feb 0 2022-03-18T01:15:26.572Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2199d1e4-3076-40b9-8706-edbe60a9c8f9 2022-03-18T01:15:26.572Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e23466f5-9694-454f-9600-ebee7c09736d from URL: /sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vfw2b10a03d4feb0_modules.json 2022-03-18T01:15:26.573Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-18T01:15:26.573Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vfw2b10a03d4feb0_modules.json 2022-03-18T01:15:26.612Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-18T01:15:26.613Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vfw2b10a03d4feb0_modules.json e23466f5-9694-454f-9600-ebee7c09736d 785 2022-03-18T01:15:26.613Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vfw2b10a03d4feb0_modules.json ASDC sendASDCNotification 2022-03-18T01:15:26.613Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vfw2b10a03d4feb0_modules.json 2022-03-18T01:15:26.613Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-18T01:15:26.613Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:15:26.615Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:15:26.615Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566126613, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vfw2b10a03d4feb0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-18T01:15:26.715Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:15:26.716Z||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-03-18T01:15:26.716Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:15:26.725Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:15:26.725Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:15:27.616Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw2b10a03d4feb..base_vfw..module-0", "vfModuleModelInvariantUUID": "3451fdd1-a79e-4034-89a1-e8c339b0db3b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0246d0b3-a7d6-4c20-9eac-a2bbdf2971e6", "vfModuleModelCustomizationUUID": "e33888b4-99a3-481f-bbe8-164ddd990b9d", "isBase": true, "artifacts": [ "6dd9363f-6eb1-4106-9c13-f55f9e0dd421", "815388d0-582f-4076-8ffc-b64d0d4f01e8" ], "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-03-18T01:15:27.630Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw2b10a03d4feb..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0246d0b3-a7d6-4c20-9eac-a2bbdf2971e6 VfModuleModelInvariantUUID:3451fdd1-a79e-4034-89a1-e8c339b0db3b VfModuleModelDescription:NULL Artifacts UUID List:{ 6dd9363f-6eb1-4106-9c13-f55f9e0dd421 , 815388d0-582f-4076-8ffc-b64d0d4f01e8 } 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-03-18T01:15:27.632Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw2b10a03d4feb..base_vfw..module-0", "vfModuleModelInvariantUUID": "3451fdd1-a79e-4034-89a1-e8c339b0db3b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0246d0b3-a7d6-4c20-9eac-a2bbdf2971e6", "vfModuleModelCustomizationUUID": "e33888b4-99a3-481f-bbe8-164ddd990b9d", "isBase": true, "artifacts": [ "6dd9363f-6eb1-4106-9c13-f55f9e0dd421", "815388d0-582f-4076-8ffc-b64d0d4f01e8" ], "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-03-18T01:15:27.632Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw2b10a03d4feb..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0246d0b3-a7d6-4c20-9eac-a2bbdf2971e6 VfModuleModelInvariantUUID:3451fdd1-a79e-4034-89a1-e8c339b0db3b VfModuleModelDescription:NULL Artifacts UUID List:{ 6dd9363f-6eb1-4106-9c13-f55f9e0dd421 , 815388d0-582f-4076-8ffc-b64d0d4f01e8 } 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-03-18T01:15:27.632Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6dd9363f-6eb1-4106-9c13-f55f9e0dd421 from URL: /sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.yaml 2022-03-18T01:15:27.632Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-18T01:15:27.632Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.yaml 2022-03-18T01:15:27.714Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-18T01:15:27.714Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.yaml 6dd9363f-6eb1-4106-9c13-f55f9e0dd421 20368 2022-03-18T01:15:27.715Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-18T01:15:27.715Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.yaml 2022-03-18T01:15:27.715Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-18T01:15:27.715Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:15:27.717Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:15:27.717Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566127715, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-18T01:15:27.817Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:15:27.818Z||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-03-18T01:15:27.818Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:15:27.827Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:15:27.828Z||pool-39-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:15:28.718Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 815388d0-582f-4076-8ffc-b64d0d4f01e8 from URL: /sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.env 2022-03-18T01:15:28.718Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-18T01:15:28.718Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.env 2022-03-18T01:15:28.997Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-18T01:15:28.997Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.env 815388d0-582f-4076-8ffc-b64d0d4f01e8 2098 2022-03-18T01:15:28.997Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-18T01:15:28.997Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.env 2022-03-18T01:15:28.997Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-18T01:15:28.998Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:15:28.999Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:15:28.999Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566128997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-18T01:15:29.100Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:15:29.100Z||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-03-18T01:15:29.100Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:15:29.110Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:15:29.110Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-03-18T01:15:30.000Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 1811bb93-7d8c-437e-a4bc-eb8affb97500 2022-03-18T01:15:30.001Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 2b10a03d-4feb 0 2199d1e4-3076-40b9-8706-edbe60a9c8f9 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-03-18T01:15:30.032Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@25bda331, org.onap.sdc.toscaparser.api.parameters.Input@4fbb9589, org.onap.sdc.toscaparser.api.parameters.Input@2aab4620, org.onap.sdc.toscaparser.api.parameters.Input@1c1d504d, org.onap.sdc.toscaparser.api.parameters.Input@5471dcd4] 2022-03-18T01:15:30.035Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:15:30.036Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-13-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:15:30.036Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-03-18T01:15:30.036Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= e6e67560-94dd-46e2-b9ba-956b71e728c1 2022-03-18T01:15:30.036Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e6e67560-94dd-46e2-b9ba-956b71e728c1 matches Tosca VF Customization UUID: e6e67560-94dd-46e2-b9ba-956b71e728c1 2022-03-18T01:15:30.036Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: e6e67560-94dd-46e2-b9ba-956b71e728c1 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-03-18T01:15:30.042Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:15:30.042Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-13-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:15:30.043Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id e6e67560-94dd-46e2-b9ba-956b71e728c1: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-03-18T01:15:30.043Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5e755909 2022-03-18T01:15:30.043Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:15:30.043Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-13-13 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-18T01:15:30.043Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e33888b4-99a3-481f-bbe8-164ddd990b9d 2022-03-18T01:15:30.044Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e33888b4-99a3-481f-bbe8-164ddd990b9d 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-03-18T01:15:30.049Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:15:30.049Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vFW 2b10a03d-4feb 0 is matching search criteria 2022-03-18T01:15:30.050Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 2b10a03d-4feb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-18T01:15:30.050Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:15:30.050Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vFW 2b10a03d-4feb 0 is matching search criteria 2022-03-18T01:15:30.050Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 2b10a03d-4feb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-18T01:15:30.051Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:15:30.051Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vFW 2b10a03d-4feb 0 is not matching search criteria 2022-03-18T01:15:30.051Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-18T01:15:30.051Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-18T01:15:30.051Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-18T01:15:30.051Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-18T01:15:30.051Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-18T01:15:30.052Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-18T01:15:30.052Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-18T01:15:30.052Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-18T01:15:30.052Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-18T01:15:30.052Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-18T01:15:30.052Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-18T01:15:30.052Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6dfb5412-96e9-4c04-80dc-1dee22bd2eb3 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-03-18T01:15:30.060Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:15:30.060Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vFW 2b10a03d-4feb 0 is matching search criteria 2022-03-18T01:15:30.060Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 2b10a03d-4feb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-18T01:15:30.060Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:15:30.060Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vFW 2b10a03d-4feb 0 is not matching search criteria 2022-03-18T01:15:30.061Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-18T01:15:30.061Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-18T01:15:30.061Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-18T01:15:30.061Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-18T01:15:30.061Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-18T01:15:30.061Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-18T01:15:30.061Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-18T01:15:30.061Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-18T01:15:30.061Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-18T01:15:30.062Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-18T01:15:30.062Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-18T01:15:30.062Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-18T01:15:30.062Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bce23f77-ef9f-4462-a922-16c5808cca6f 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-03-18T01:15:30.064Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:15:30.064Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vFW 2b10a03d-4feb 0 is matching search criteria 2022-03-18T01:15:30.064Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 2b10a03d-4feb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-18T01:15:30.066Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:15:30.066Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vFW 2b10a03d-4feb 0 is not matching search criteria 2022-03-18T01:15:30.067Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-18T01:15:30.067Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-18T01:15:30.067Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-18T01:15:30.067Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-18T01:15:30.067Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-18T01:15:30.067Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-18T01:15:30.067Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-18T01:15:30.067Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-18T01:15:30.067Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-18T01:15:30.068Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-18T01:15:30.068Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-18T01:15:30.068Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-18T01:15:30.068Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=fd522053-d447-48cf-8e0f-83882cc9c4eb 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-03-18T01:15:30.070Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:15:30.070Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vFW 2b10a03d-4feb 0 is matching search criteria 2022-03-18T01:15:30.070Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 2b10a03d-4feb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-18T01:15:30.070Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:15:30.071Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vFW 2b10a03d-4feb 0 is matching search criteria 2022-03-18T01:15:30.071Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 2b10a03d-4feb 0] matching following query criteria: sdcType=VF, customizationUUID=e6e67560-94dd-46e2-b9ba-956b71e728c1 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-18T01:15:30.072Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:15:30.072Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-13-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:15:30.073Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 1811bb93-7d8c-437e-a4bc-eb8affb97500: vFW 2b10a03d-4feb 2022-03-18T01:15:30.073Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:15:30.073Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-13-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:15:30.073Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:15:30.073Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-13-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:15:30.073Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:15:30.074Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-13-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:15:30.074Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:15:30.074Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-13-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:15:30.074Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:15:30.074Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-13-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:15:30.074Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-03-18 01-13-13 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-03-18T01:15:30.351Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 2b10a03d-4feb 2199d1e4-3076-40b9-8706-edbe60a9c8f9 1 ASDC deployResourceStructure 2022-03-18T01:15:30.351Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vfw2b10a03d4feb0_modules.json ASDC sendASDCNotification 2022-03-18T01:15:30.351Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vfw2b10a03d4feb0_modules.json 2022-03-18T01:15:30.351Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-18T01:15:30.351Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:15:30.353Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:15:30.353Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566130351, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vfw2b10a03d4feb0_modules.json", "status": "DEPLOY_OK" } 2022-03-18T01:15:30.453Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:15:30.454Z||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-03-18T01:15:30.454Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:15:30.463Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:15:30.463Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-03-18T01:15:31.354Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-18T01:15:31.354Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.yaml 2022-03-18T01:15:31.354Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-18T01:15:31.355Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:15:31.356Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:15:31.356Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566131354, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-18T01:15:31.457Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:15:31.457Z||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-03-18T01:15:31.457Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:15:31.466Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:15:31.467Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:15:32.358Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-18T01:15:32.358Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.env 2022-03-18T01:15:32.358Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-18T01:15:32.358Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:15:32.360Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:15:32.360Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566132357, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-18T01:15:32.461Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:15:32.461Z||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-03-18T01:15:32.461Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:15:32.471Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:15:32.471Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:15:33.361Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar ASDC sendASDCNotification 2022-03-18T01:15:33.361Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar 2022-03-18T01:15:33.361Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-18T01:15:33.362Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:15:33.363Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:15:33.363Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566133361, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T01:15:33.463Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:15:33.464Z||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-03-18T01:15:33.464Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:15:33.472Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:15:33.473Z||pool-44-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:15:34.364Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 023b9f8f-8a22-4415-acda-2f379181520c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-18T01:15:34.377Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 023b9f8f-8a22-4415-acda-2f379181520c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-18T01:15:34.380Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-18T01:15:34.381Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-18T01:15:34.381Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-18T01:15:34.381Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-18T01:15:34.381Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-18T01:15:34.381Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-18T01:15:34.381Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-18T01:15:34.381Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-18T01:15:34.381Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-18T01:15:34.381Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-18T01:15:34.381Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-18T01:15:34.386Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-18T01:16:04.387Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 023b9f8f-8a22-4415-acda-2f379181520c 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-03-18T01:16:04.392Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 023b9f8f-8a22-4415-acda-2f379181520c and serviceModelVersionId: 1811bb93-7d8c-437e-a4bc-eb8affb97500 2022-03-18T01:16:04.393Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1ce24494-60a6-43e7-aaaa-5b1715f79e67 2022-03-18T01:16:04.393Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1ce24494-60a6-43e7-aaaa-5b1715f79e67/model-vers/model-ver/1811bb93-7d8c-437e-a4bc-eb8affb97500?depth=0 2022-03-18T01:16:04.397Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-03-18T01:16:04.438Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce24494-60a6-43e7-aaaa-5b1715f79e67/model-vers/model-ver/1811bb93-7d8c-437e-a4bc-eb8affb97500?depth=0|INFO|500||Invoke 2022-03-18T01:16:04.439Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce24494-60a6-43e7-aaaa-5b1715f79e67/model-vers/model-ver/1811bb93-7d8c-437e-a4bc-eb8affb97500?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce24494-60a6-43e7-aaaa-5b1715f79e67/model-vers/model-ver/1811bb93-7d8c-437e-a4bc-eb8affb97500?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[023b9f8f-8a22-4415-acda-2f379181520c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a2b0f482-70ff-4899-914d-111f0216b7c3], X-ECOMP-RequestID=[023b9f8f-8a22-4415-acda-2f379181520c], X-TransactionId=[], X-ONAP-RequestID=[023b9f8f-8a22-4415-acda-2f379181520c], Content-Type=[application/merge-patch+json]} 2022-03-18T01:16:04.456Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce24494-60a6-43e7-aaaa-5b1715f79e67/model-vers/model-ver/1811bb93-7d8c-437e-a4bc-eb8affb97500?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-18T01:16:04.942Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce24494-60a6-43e7-aaaa-5b1715f79e67/model-vers/model-ver/1811bb93-7d8c-437e-a4bc-eb8affb97500?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/1ce24494-60a6-43e7-aaaa-5b1715f79e67/model-vers/model-ver/1811bb93-7d8c-437e-a4bc-eb8affb97500?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220318-01:16:04:460-63912], vertex-id=[213208], Content-Length=[0], Date=[Fri, 18 Mar 2022 01:16:04 GMT], Content-Type=[application/json]} 2022-03-18T01:16:04.943Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce24494-60a6-43e7-aaaa-5b1715f79e67/model-vers/model-ver/1811bb93-7d8c-437e-a4bc-eb8affb97500?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-18T01:16:04.943Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce24494-60a6-43e7-aaaa-5b1715f79e67/model-vers/model-ver/1811bb93-7d8c-437e-a4bc-eb8affb97500?depth=0|INFO|500||InvokeReturn 2022-03-18T01:16:04.943Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-18T01:16:04.944Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-18T01:16:04.948Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-18T01:16:04.948Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 023b9f8f-8a22-4415-acda-2f379181520c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-18T01:16:04.948Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-18T01:16:04.949Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:16:04.950Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:16:04.950Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566164948, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-18T01:16:05.050Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:16:05.051Z||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-03-18T01:16:05.051Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:16:05.063Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:16:05.063Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 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-03-18T01:16:16.105Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:16:16.106Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T01:16:16.106Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T01:16:16.106Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:16:16.107Z||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-03-18T01:16:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:16:16.224Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:16:16.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T01:16:16.224Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566116105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:16:16.225Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T01:16:25.638Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:17:16.105Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:17:16.106Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T01:17:16.106Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T01:17:16.107Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:17:16.107Z||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-03-18T01:17:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:17:16.628Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:17:16.628Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:17:16.629Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566116105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vfw2b10a03d4feb0_modules.json", "status": "NOTIFIED" } 2022-03-18T01:17:16.629Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:17:16.629Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:17:16.630Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566116105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-18T01:17:16.630Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:17:16.630Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:17:16.630Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566116105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:17:16.630Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:17:16.630Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:17:16.631Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566116105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-18T01:17:16.631Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:17:16.631Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:17:16.631Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566116105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:17:16.631Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:17:16.631Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:17:16.631Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566116105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:17:16.632Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:17:16.632Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:17:16.632Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566123843, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T01:17:16.632Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:17:16.632Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:17:16.632Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566126613, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vfw2b10a03d4feb0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-18T01:17:16.633Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:17:16.633Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:17:16.633Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566127715, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-18T01:17:16.633Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:17:16.633Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:17:16.633Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566128997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-18T01:17:16.634Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:17:16.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:17:16.634Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566130351, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vfw2b10a03d4feb0_modules.json", "status": "DEPLOY_OK" } 2022-03-18T01:17:16.634Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:17:16.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:17:16.634Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566131354, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-18T01:17:16.634Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:17:16.635Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:17:16.635Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566132357, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-18T01:17:16.635Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:17:16.635Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:17:16.635Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566133361, "artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T01:17:16.635Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:17:16.635Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:17:16.635Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "023b9f8f-8a22-4415-acda-2f379181520c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566164948, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-18T01:17:16.636Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:17:25.645Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:18:16.105Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:18:16.106Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T01:18:16.106Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T01:18:16.107Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:18:16.107Z||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-03-18T01:18:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:18:25.638Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:18:25.641Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:19:16.105Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:19:16.106Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T01:19:16.106Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T01:19:16.107Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:19:16.107Z||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-03-18T01:19:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:19:16.730Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:19:16.731Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.731Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"c661173f-78e5-45cc-86e5-01da7df3e395","serviceName":"basic_onboard_rNQdrZ","serviceVersion":"1.0","serviceUUID":"2fdee009-29bd-4895-9aee-a5e9fccf5739","serviceDescription":"service","serviceInvariantUUID":"6b736f06-fc4b-45c7-ac4d-be8aa4214493","resources":[{"resourceInstanceName":"basic_onboard_rNQdrZ 0","resourceName":"basic_onboard_rNQdrZ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6c4a8784-047d-4fc4-9c1f-b1d08c52c782","resourceInvariantUUID":"c6968cb9-921c-419e-9eae-260c6120a4be","resourceCustomizationUUID":"d651061e-aa16-4a91-994c-983bdf83963c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/vf-license-model.xml","artifactChecksum":"NjJmNTQyOWUwMGJkOWM3NGE3NmVjM2EyN2ZiODQ4NjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"767a0fc0-6068-4155-bbbc-56d489e205e6","artifactVersion":"1"},{"artifactName":"basic_onboard_rnqdrz0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/basic_onboard_rnqdrz0_modules.json","artifactChecksum":"OWI5ZTMzNDFkMWU2NThhNjRjN2Y2NzMyNjFiMDZjMDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3d3eb59a-5af7-470d-9e01-dd453bb97e70","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2ce6e2dd-fc04-40dc-b3e0-220d7b8d9ba7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0762bf52-30ec-49b4-bfcc-549f33e652ee","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"51d60a08-eb6a-47d6-b73c-86cf9f8f9e24","artifactVersion":"2","generatedFromUUID":"2ce6e2dd-fc04-40dc-b3e0-220d7b8d9ba7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardRnqdrz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/artifacts/service-BasicOnboardRnqdrz-template.yml","artifactChecksum":"MzliODJmN2EyMDg5MTQ4MjAyODYzNDBkYTA1ZTIwZTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9461f15d-1bd5-4471-9661-bd998a5e3bee","artifactVersion":"1"},{"artifactName":"service-BasicOnboardRnqdrz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/artifacts/service-BasicOnboardRnqdrz-csar.csar","artifactChecksum":"ZjQxOWVkMzVjMzZiZWY2YmYyMDY2ZDNkNTIzZDI5NGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"58289c23-26ff-4e57-8b38-5ff39f2ff627","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-18T01:19:16.732Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:19:16.732Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T01:19:16.732Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:19:16.733Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.733Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "ves-openapi-manager", "timestamp": 1647566319402, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:19:16.733Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:19:16.733Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.733Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "cds", "timestamp": 1647566324304, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:19:16.733Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:19:16.733Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.733Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "ves-openapi-manager", "timestamp": 1647566319402, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/basic_onboard_rnqdrz0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-18T01:19:16.733Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:19:16.733Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.734Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "cds", "timestamp": 1647566324304, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/basic_onboard_rnqdrz0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-18T01:19:16.734Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:19:16.734Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.734Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "ves-openapi-manager", "timestamp": 1647566319402, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T01:19:16.734Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:19:16.734Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:19:16.734Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.734Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566356105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:19:16.734Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "cds", "timestamp": 1647566324304, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T01:19:16.734Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:19:16.734Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.734Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "clamp", "timestamp": 1647566330417, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:19:16.734Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:19:16.734Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.734Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "ves-openapi-manager", "timestamp": 1647566319402, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:19:16.734Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:19:16.734Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.734Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "cds", "timestamp": 1647566324304, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:19:16.734Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:19:16.735Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.735Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "clamp", "timestamp": 1647566330417, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/basic_onboard_rnqdrz0_modules.json", "status": "NOTIFIED" } 2022-03-18T01:19:16.735Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:19:16.735Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.735Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "ves-openapi-manager", "timestamp": 1647566319402, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-18T01:19:16.735Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:19:16.735Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.735Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "cds", "timestamp": 1647566324304, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-18T01:19:16.735Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:19:16.735Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.735Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "clamp", "timestamp": 1647566330417, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T01:19:16.735Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:19:16.735Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.735Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "ves-openapi-manager", "timestamp": 1647566319402, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/artifacts/service-BasicOnboardRnqdrz-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:19:16.735Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:19:16.735Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.736Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "cds", "timestamp": 1647566324304, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/artifacts/service-BasicOnboardRnqdrz-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:19:16.736Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:19:16.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.736Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "clamp", "timestamp": 1647566330417, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:19:16.736Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:19:16.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.736Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "ves-openapi-manager", "timestamp": 1647566319402, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/artifacts/service-BasicOnboardRnqdrz-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-18T01:19:16.736Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:19:16.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.736Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "cds", "timestamp": 1647566324304, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/artifacts/service-BasicOnboardRnqdrz-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:19:16.736Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:19:16.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.736Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "policy-id", "timestamp": 1647566334254, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:19:16.736Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:19:16.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "clamp", "timestamp": 1647566330417, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-18T01:19:16.737Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:19:16.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "multicloud-k8s-id", "timestamp": 1647566334850, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:19:16.737Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:19:16.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "cds", "timestamp": 1647566335622, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/artifacts/service-BasicOnboardRnqdrz-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T01:19:16.737Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:19:16.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647566335174, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:19:16.737Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:19:16.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "policy-id", "timestamp": 1647566334254, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/basic_onboard_rnqdrz0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-18T01:19:16.737Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:19:16.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.738Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "clamp", "timestamp": 1647566330417, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/artifacts/service-BasicOnboardRnqdrz-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:19:16.738Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:19:16.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.738Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "multicloud-k8s-id", "timestamp": 1647566334850, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/basic_onboard_rnqdrz0_modules.json", "status": "NOTIFIED" } 2022-03-18T01:19:16.738Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:19:16.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.738Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "cds", "timestamp": 1647566336626, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/artifacts/service-BasicOnboardRnqdrz-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-03-18T01:19:16.753Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c661173f-78e5-45cc-86e5-01da7df3e395 2022-03-18T01:19:16.753Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c661173f-78e5-45cc-86e5-01da7df3e395 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-03-18T01:19:16.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.761Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647566335174, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/basic_onboard_rnqdrz0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-18T01:19:16.761Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:19:16.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.761Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "policy-id", "timestamp": 1647566334254, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-18T01:19:16.761Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:19:16.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.761Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "clamp", "timestamp": 1647566330417, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/artifacts/service-BasicOnboardRnqdrz-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:19:16.761Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:19:16.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.761Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "multicloud-k8s-id", "timestamp": 1647566334850, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-18T01:19:16.761Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:19:16.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.761Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647566335174, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T01:19:16.761Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:19:16.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "policy-id", "timestamp": 1647566334254, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:19:16.762Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:19:16.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "multicloud-k8s-id", "timestamp": 1647566334850, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:19:16.762Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:19:16.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "aai-ml", "timestamp": 1647566337907, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:19:16.762Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:19:16.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647566335174, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:19:16.762Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:19:16.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "policy-id", "timestamp": 1647566334254, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-18T01:19:16.762Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:19:16.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "multicloud-k8s-id", "timestamp": 1647566334850, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-18T01:19:16.763Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:19:16.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "aai-ml", "timestamp": 1647566337907, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/basic_onboard_rnqdrz0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-18T01:19:16.763Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:19:16.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647566335174, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-18T01:19:16.763Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:19:16.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "policy-id", "timestamp": 1647566334254, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/artifacts/service-BasicOnboardRnqdrz-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:19:16.763Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:19:16.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "multicloud-k8s-id", "timestamp": 1647566334850, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/artifacts/service-BasicOnboardRnqdrz-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:19:16.764Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:19:16.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "aai-ml", "timestamp": 1647566337907, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T01:19:16.764Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:19:16.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647566335174, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/artifacts/service-BasicOnboardRnqdrz-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:19:16.764Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:19:16.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "policy-id", "timestamp": 1647566334254, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/artifacts/service-BasicOnboardRnqdrz-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:19:16.764Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:19:16.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "multicloud-k8s-id", "timestamp": 1647566334850, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/artifacts/service-BasicOnboardRnqdrz-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:19:16.764Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:19:16.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "aai-ml", "timestamp": 1647566337907, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:19:16.765Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:19:16.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647566335174, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/artifacts/service-BasicOnboardRnqdrz-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:19:16.765Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:19:16.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "policy-id", "timestamp": 1647566342097, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/artifacts/service-BasicOnboardRnqdrz-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T01:19:16.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:19:16.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "aai-ml", "timestamp": 1647566337907, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-18T01:19:16.765Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:19:16.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "multicloud-k8s-id", "timestamp": 1647566342698, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/basic_onboard_rnqdrz0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-18T01:19:16.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:19:16.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647566342910, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/artifacts/service-BasicOnboardRnqdrz-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T01:19:16.766Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:19:16.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.766Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "policy-id", "timestamp": 1647566343102, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/artifacts/service-BasicOnboardRnqdrz-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T01:19:16.766Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:19:16.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.766Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "aai-ml", "timestamp": 1647566337907, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/artifacts/service-BasicOnboardRnqdrz-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:19:16.766Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:19:16.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.766Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "policy-id", "timestamp": 1647566344105, "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-03-18T01:19:16.771Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c661173f-78e5-45cc-86e5-01da7df3e395 2022-03-18T01:19:16.771Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c661173f-78e5-45cc-86e5-01da7df3e395 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-03-18T01:19:16.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "multicloud-k8s-id", "timestamp": 1647566344143, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-18T01:19:16.778Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:19:16.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.779Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "aai-ml", "timestamp": 1647566337907, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/artifacts/service-BasicOnboardRnqdrz-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:19:16.779Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:19:16.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.779Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647566344978, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/artifacts/service-BasicOnboardRnqdrz-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T01:19:16.779Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:19:16.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.779Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "multicloud-k8s-id", "timestamp": 1647566345344, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-18T01:19:16.779Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:19:16.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.779Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "clamp", "timestamp": 1647566345582, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/artifacts/service-BasicOnboardRnqdrz-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T01:19:16.779Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:19:16.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.779Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "aai-ml", "timestamp": 1647566345753, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/artifacts/service-BasicOnboardRnqdrz-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T01:19:16.779Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:19:16.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.779Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647566345982, "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-03-18T01:19:16.784Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c661173f-78e5-45cc-86e5-01da7df3e395 2022-03-18T01:19:16.784Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c661173f-78e5-45cc-86e5-01da7df3e395 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-03-18T01:19:16.792Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.792Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "multicloud-k8s-id", "timestamp": 1647566346371, "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-03-18T01:19:16.796Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c661173f-78e5-45cc-86e5-01da7df3e395 2022-03-18T01:19:16.797Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c661173f-78e5-45cc-86e5-01da7df3e395 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-03-18T01:19:16.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "multicloud-k8s-id", "timestamp": 1647566347374, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/basic_onboard_rnqdrz0_modules.json", "status": "DEPLOY_OK" } 2022-03-18T01:19:16.803Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:19:16.803Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.803Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "clamp", "timestamp": 1647566347587, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/artifacts/service-BasicOnboardRnqdrz-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T01:19:16.803Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:19:16.803Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.803Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "clamp", "timestamp": 1647566348590, "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-03-18T01:19:16.807Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c661173f-78e5-45cc-86e5-01da7df3e395 2022-03-18T01:19:16.807Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c661173f-78e5-45cc-86e5-01da7df3e395 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-03-18T01:19:16.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "aai-ml", "timestamp": 1647566351312, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/artifacts/service-BasicOnboardRnqdrz-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T01:19:16.814Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:19:16.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:19:16.815Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "aai-ml", "timestamp": 1647566352317, "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-03-18T01:19:16.818Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c661173f-78e5-45cc-86e5-01da7df3e395 2022-03-18T01:19:16.819Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c661173f-78e5-45cc-86e5-01da7df3e395 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-03-18T01:19:16.834Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:19:16.835Z||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-03-18T01:19:16.835Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:19:16.843Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:19:16.843Z||pool-46-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-03-18T01:19:17.734Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T01:19:17.735Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:19:17.737Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:19:17.738Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566356105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/basic_onboard_rnqdrz0_modules.json", "status": "NOTIFIED" } 2022-03-18T01:19:17.838Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:19:17.839Z||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-03-18T01:19:17.839Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:19:17.848Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:19:17.848Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:19:18.738Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T01:19:18.739Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:19:18.741Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:19:18.741Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566356105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-18T01:19:18.841Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:19:18.842Z||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-03-18T01:19:18.842Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:19:18.850Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:19:18.850Z||pool-48-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:19:19.741Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T01:19:19.742Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:19:19.744Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:19:19.744Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566356105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:19:19.844Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:19:19.845Z||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-03-18T01:19:19.845Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:19:19.854Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:19:19.854Z||pool-49-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-03-18T01:19:20.745Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T01:19:20.746Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:19:20.747Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:19:20.748Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566356105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-18T01:19:20.848Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:19:20.848Z||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-03-18T01:19:20.849Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:19:20.858Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:19:20.858Z||pool-50-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:19:21.748Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T01:19:21.749Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:19:21.751Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:19:21.751Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566356105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/artifacts/service-BasicOnboardRnqdrz-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:19:21.851Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:19:21.852Z||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-03-18T01:19:21.852Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:19:21.859Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:19:21.860Z||pool-51-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:19:22.751Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T01:19:22.752Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:19:22.754Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:19:22.754Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566356105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/artifacts/service-BasicOnboardRnqdrz-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:19:22.854Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:19:22.855Z||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-03-18T01:19:22.855Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:19:22.863Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:19:22.863Z||pool-52-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:19:23.755Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "serviceName": "basic_onboard_rNQdrZ", "serviceVersion": "1.0", "serviceUUID": "2fdee009-29bd-4895-9aee-a5e9fccf5739", "serviceDescription": "service", "serviceInvariantUUID": "6b736f06-fc4b-45c7-ac4d-be8aa4214493", "resources": [ { "resourceInstanceName": "basic_onboard_rNQdrZ 0", "resourceCustomizationUUID": "d651061e-aa16-4a91-994c-983bdf83963c", "resourceName": "basic_onboard_rNQdrZ", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6c4a8784-047d-4fc4-9c1f-b1d08c52c782", "resourceInvariantUUID": "c6968cb9-921c-419e-9eae-260c6120a4be", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_rnqdrz0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/basic_onboard_rnqdrz0_modules.json", "artifactChecksum": "OWI5ZTMzNDFkMWU2NThhNjRjN2Y2NzMyNjFiMDZjMDA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3d3eb59a-5af7-470d-9e01-dd453bb97e70", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "2ce6e2dd-fc04-40dc-b3e0-220d7b8d9ba7", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "51d60a08-eb6a-47d6-b73c-86cf9f8f9e24", "generatedFromUUID": "2ce6e2dd-fc04-40dc-b3e0-220d7b8d9ba7" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "51d60a08-eb6a-47d6-b73c-86cf9f8f9e24", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardRnqdrz-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/artifacts/service-BasicOnboardRnqdrz-csar.csar", "artifactChecksum": "ZjQxOWVkMzVjMzZiZWY2YmYyMDY2ZDNkNTIzZDI5NGY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "58289c23-26ff-4e57-8b38-5ff39f2ff627" } ], "workloadContext": "Production" } 2022-03-18T01:19:23.755Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-18T01:19:23.755Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2fdee009-29bd-4895-9aee-a5e9fccf5739 ASDC 2022-03-18T01:19:23.755Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:c661173f-78e5-45cc-86e5-01da7df3e395 ServiceName:basic_onboard_rNQdrZ ServiceVersion:1.0 ServiceUUID:2fdee009-29bd-4895-9aee-a5e9fccf5739 ServiceInvariantUUID:6b736f06-fc4b-45c7-ac4d-be8aa4214493 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardRnqdrz-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/artifacts/service-BasicOnboardRnqdrz-csar.csar ArtifactUUID:58289c23-26ff-4e57-8b38-5ff39f2ff627 ArtifactChecksum:ZjQxOWVkMzVjMzZiZWY2YmYyMDY2ZDNkNTIzZDI5NGY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_rNQdrZ 0 ResourceCustomizationUUID:d651061e-aa16-4a91-994c-983bdf83963c ResourceInvariantUUID:c6968cb9-921c-419e-9eae-260c6120a4be ResourceName:basic_onboard_rNQdrZ ResourceType:VF ResourceUUID:6c4a8784-047d-4fc4-9c1f-b1d08c52c782 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_rnqdrz0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/basic_onboard_rnqdrz0_modules.json ArtifactUUID:3d3eb59a-5af7-470d-9e01-dd453bb97e70 ArtifactChecksum:OWI5ZTMzNDFkMWU2NThhNjRjN2Y2NzMyNjFiMDZjMDA= 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/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/base_ubuntu18.yaml ArtifactUUID:2ce6e2dd-fc04-40dc-b3e0-220d7b8d9ba7 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/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/base_ubuntu18.env ArtifactUUID:51d60a08-eb6a-47d6-b73c-86cf9f8f9e24 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/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/base_ubuntu18.env ArtifactUUID:51d60a08-eb6a-47d6-b73c-86cf9f8f9e24 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-18T01:19:23.755Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2fdee009-29bd-4895-9aee-a5e9fccf5739 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-03-18T01:19:23.782Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-18T01:19:23.783Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-03-18T01:19:23.783Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-03-18T01:19:23.783Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 58289c23-26ff-4e57-8b38-5ff39f2ff627 from URL: /sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/artifacts/service-BasicOnboardRnqdrz-csar.csar 2022-03-18T01:19:23.783Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-18T01:19:23.783Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/artifacts/service-BasicOnboardRnqdrz-csar.csar 2022-03-18T01:19:23.831Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-18T01:19:23.834Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/artifacts/service-BasicOnboardRnqdrz-csar.csar 58289c23-26ff-4e57-8b38-5ff39f2ff627 71571 2022-03-18T01:19:23.834Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/artifacts/service-BasicOnboardRnqdrz-csar.csar ASDC sendASDCNotification 2022-03-18T01:19:23.834Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/artifacts/service-BasicOnboardRnqdrz-csar.csar 2022-03-18T01:19:23.834Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-18T01:19:23.835Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:19:23.836Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:19:23.836Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566363834, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/artifacts/service-BasicOnboardRnqdrz-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T01:19:23.936Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:19:23.937Z||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-03-18T01:19:23.937Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:19:23.945Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:19:23.945Z||pool-53-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:19:24.837Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-18T01:19:24.838Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-03-18T01:19:24.838Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 58289c23-26ff-4e57-8b38-5ff39f2ff627, URL: /sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/artifacts/service-BasicOnboardRnqdrz-csar.csar to file: /app/ASDC/1/service-BasicOnboardRnqdrz-csar.csar 2022-03-18T01:19:24.838Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardRnqdrz-csar.csar 2022-03-18T01:19:24.838Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardRnqdrz-csar.csar 2022-03-18T01:19:24.839Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardRnqdrz-csar.csar 2022-03-18T01:19:25.027Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11390913835634798222/Definitions/service-BasicOnboardRnqdrz-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-03-18T01:19:25.926Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-18T01:19:25.927Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-03-18T01:19:25.927Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardRnqdrz-csar.csar 2022-03-18T01:19:25.927Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-18T01:19:25.927Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardRnqdrz-csar.csar 2022-03-18T01:19:25.927Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRnqdrz-csar.csar 2022-03-18T01:19:25.927Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRnqdrz-csar.csar 2022-03-18T01:19:25.927Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRnqdrz-csar.csar 2022-03-18T01:19:25.927Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardRnqdrz-csar.csar 2022-03-18T01:19:25.928Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_rNQdrZ 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardRnqdrz-csar.csar 2022-03-18T01:19:25.928Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardRnqdrz-csar.csar 2022-03-18T01:19:25.928Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRnqdrz-csar.csar 2022-03-18T01:19:25.928Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardRnqdrz-csar.csar 2022-03-18T01:19:25.928Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-03-18T01:19:25.928Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:19:25.928Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_rNQdrZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:19:25.928Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_rNQdrZ 0 is matching search criteria 2022-03-18T01:19:25.928Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-03-18T01:19:25.929Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_rNQdrZ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-18T01:19:25.929Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:19:25.929Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_rNQdrZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:19:25.929Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_rNQdrZ 0 is matching search criteria 2022-03-18T01:19:25.929Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-03-18T01:19:25.929Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_rNQdrZ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-18T01:19:25.929Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:19:25.929Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_rNQdrZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:19:25.930Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:19:25.930Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_rNQdrZ 0 is not matching search criteria 2022-03-18T01:19:25.930Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-03-18T01:19:25.930Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-03-18T01:19:25.930Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-03-18T01:19:25.930Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-18T01:19:25.930Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-18T01:19:25.930Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:19:25.930Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_rNQdrZ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-18T01:19:25.930Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:19:25.931Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_rNQdrZ 0 is matching search criteria 2022-03-18T01:19:25.931Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_rNQdrZ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-18T01:19:25.931Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:19:25.931Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_rNQdrZ 0 is matching search criteria 2022-03-18T01:19:25.931Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_rNQdrZ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-18T01:19:25.931Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:19:25.931Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_rNQdrZ 0 is matching search criteria 2022-03-18T01:19:25.932Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_rNQdrZ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-18T01:19:25.932Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:19:25.932Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_rNQdrZ 0 is not matching search criteria 2022-03-18T01:19:25.932Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-18T01:19:25.932Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-18T01:19:25.932Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9f1365c1-7eff-40f2-8a82-11e8ed8c8ad6 2022-03-18T01:19:25.932Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:19:25.932Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_rNQdrZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:19:25.933Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:19:25.933Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_rNQdrZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:19:25.933Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:19:25.933Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_rNQdrZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:19:25.933Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:19:25.933Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_rNQdrZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:19:25.933Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_rNQdrZ Description:service Model UUID:2fdee009-29bd-4895-9aee-a5e9fccf5739 Model Version:NULL Model InvariantUuid:6b736f06-fc4b-45c7-ac4d-be8aa4214493 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_rNQdrZ Model UUID:1705f00e-001e-4383-b48c-caf35250c4d5 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:c6968cb9-921c-419e-9eae-260c6120a4be Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d651061e-aa16-4a91-994c-983bdf83963c NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c4b77506-c619-4b2f-9365-8b7d20fa3c13 ModelName:BasicOnboardRnqdrz..base_ubuntu18..module-0 ModelUuid:1ae07dc0-bd16-4d2c-9899-85f1dea105e0 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9f1365c1-7eff-40f2-8a82-11e8ed8c8ad6 ModelInvariantUuid:4f3aa386-9d5b-41f9-8bc5-7a54083bfaa3 ModelName:basic_onboard_rNQdrZ-nodes.ubuntu18Cvfc ModelUuid:d1970e8f-5fab-46a3-93ec-40a45f1400eb ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:2292bf07-7d5e-4580-b1e6-d6ec4021a5e5 ModelInvariantUuid:a96a2acf-80ed-44c9-a4ea-ceac56daaed4 ModelName:BasicOnboardRnqdrz.compute.nodes.heat.ubuntu18 ModelUuid:a7d0f9f3-46ee-4391-ade1-8fc93afb59ba 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-03-18T01:19:25.941Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 6c4a8784-047d-4fc4-9c1f-b1d08c52c782 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-18T01:19:25.944Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||basic_onboard_rNQdrZ 0 2022-03-18T01:19:25.944Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6c4a8784-047d-4fc4-9c1f-b1d08c52c782 2022-03-18T01:19:25.944Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3d3eb59a-5af7-470d-9e01-dd453bb97e70 from URL: /sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/basic_onboard_rnqdrz0_modules.json 2022-03-18T01:19:25.944Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-18T01:19:25.944Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/basic_onboard_rnqdrz0_modules.json 2022-03-18T01:19:25.989Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-18T01:19:25.990Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/basic_onboard_rnqdrz0_modules.json 3d3eb59a-5af7-470d-9e01-dd453bb97e70 798 2022-03-18T01:19:25.990Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/basic_onboard_rnqdrz0_modules.json ASDC sendASDCNotification 2022-03-18T01:19:25.990Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/basic_onboard_rnqdrz0_modules.json 2022-03-18T01:19:25.990Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-18T01:19:25.990Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:19:25.992Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:19:25.992Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566365990, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/basic_onboard_rnqdrz0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-18T01:19:26.092Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:19:26.093Z||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-03-18T01:19:26.093Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:19:26.102Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:19:26.103Z||pool-54-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:19:26.992Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardRnqdrz..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "c4b77506-c619-4b2f-9365-8b7d20fa3c13", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1ae07dc0-bd16-4d2c-9899-85f1dea105e0", "vfModuleModelCustomizationUUID": "98ea673f-72dd-4f99-8319-a3546e9c7c0c", "isBase": true, "artifacts": [ "2ce6e2dd-fc04-40dc-b3e0-220d7b8d9ba7", "51d60a08-eb6a-47d6-b73c-86cf9f8f9e24" ], "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-03-18T01:19:26.996Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardRnqdrz..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1ae07dc0-bd16-4d2c-9899-85f1dea105e0 VfModuleModelInvariantUUID:c4b77506-c619-4b2f-9365-8b7d20fa3c13 VfModuleModelDescription:NULL Artifacts UUID List:{ 2ce6e2dd-fc04-40dc-b3e0-220d7b8d9ba7 , 51d60a08-eb6a-47d6-b73c-86cf9f8f9e24 } 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-03-18T01:19:26.998Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardRnqdrz..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "c4b77506-c619-4b2f-9365-8b7d20fa3c13", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1ae07dc0-bd16-4d2c-9899-85f1dea105e0", "vfModuleModelCustomizationUUID": "98ea673f-72dd-4f99-8319-a3546e9c7c0c", "isBase": true, "artifacts": [ "2ce6e2dd-fc04-40dc-b3e0-220d7b8d9ba7", "51d60a08-eb6a-47d6-b73c-86cf9f8f9e24" ], "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-03-18T01:19:26.998Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardRnqdrz..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1ae07dc0-bd16-4d2c-9899-85f1dea105e0 VfModuleModelInvariantUUID:c4b77506-c619-4b2f-9365-8b7d20fa3c13 VfModuleModelDescription:NULL Artifacts UUID List:{ 2ce6e2dd-fc04-40dc-b3e0-220d7b8d9ba7 , 51d60a08-eb6a-47d6-b73c-86cf9f8f9e24 } 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-03-18T01:19:26.998Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2ce6e2dd-fc04-40dc-b3e0-220d7b8d9ba7 from URL: /sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/base_ubuntu18.yaml 2022-03-18T01:19:26.998Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-18T01:19:26.998Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/base_ubuntu18.yaml 2022-03-18T01:19:27.031Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-18T01:19:27.031Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/base_ubuntu18.yaml 2ce6e2dd-fc04-40dc-b3e0-220d7b8d9ba7 5033 2022-03-18T01:19:27.032Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-18T01:19:27.032Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/base_ubuntu18.yaml 2022-03-18T01:19:27.032Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-18T01:19:27.032Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:19:27.033Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:19:27.034Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566367032, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-18T01:19:27.134Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:19:27.134Z||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-03-18T01:19:27.134Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:19:27.143Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:19:27.144Z||pool-55-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:19:28.034Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 51d60a08-eb6a-47d6-b73c-86cf9f8f9e24 from URL: /sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/base_ubuntu18.env 2022-03-18T01:19:28.035Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-18T01:19:28.035Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/base_ubuntu18.env 2022-03-18T01:19:28.201Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-18T01:19:28.201Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/base_ubuntu18.env 51d60a08-eb6a-47d6-b73c-86cf9f8f9e24 909 2022-03-18T01:19:28.202Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-18T01:19:28.202Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/base_ubuntu18.env 2022-03-18T01:19:28.202Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-18T01:19:28.202Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:19:28.204Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:19:28.204Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566368201, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-18T01:19:28.304Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:19:28.305Z||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-03-18T01:19:28.305Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:19:28.314Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:19:28.315Z||pool-56-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:19:29.205Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 2fdee009-29bd-4895-9aee-a5e9fccf5739 2022-03-18T01:19:29.205Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_rNQdrZ 0 6c4a8784-047d-4fc4-9c1f-b1d08c52c782 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-03-18T01:19:29.218Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@335bdf7f, org.onap.sdc.toscaparser.api.parameters.Input@26d106bf, org.onap.sdc.toscaparser.api.parameters.Input@192f1f14, org.onap.sdc.toscaparser.api.parameters.Input@6ff724f0, org.onap.sdc.toscaparser.api.parameters.Input@2babe56] 2022-03-18T01:19:29.220Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:19:29.220Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_rNQdrZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:19:29.220Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-03-18T01:19:29.220Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= d651061e-aa16-4a91-994c-983bdf83963c 2022-03-18T01:19:29.220Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d651061e-aa16-4a91-994c-983bdf83963c matches Tosca VF Customization UUID: d651061e-aa16-4a91-994c-983bdf83963c 2022-03-18T01:19:29.221Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: d651061e-aa16-4a91-994c-983bdf83963c 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-03-18T01:19:29.223Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:19:29.223Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_rNQdrZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:19:29.223Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id d651061e-aa16-4a91-994c-983bdf83963c: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-03-18T01:19:29.223Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1b40a499 2022-03-18T01:19:29.224Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:19:29.224Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_rNQdrZ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-18T01:19:29.224Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 98ea673f-72dd-4f99-8319-a3546e9c7c0c 2022-03-18T01:19:29.224Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 98ea673f-72dd-4f99-8319-a3546e9c7c0c 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-03-18T01:19:29.226Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:19:29.226Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_rNQdrZ 0 is matching search criteria 2022-03-18T01:19:29.227Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_rNQdrZ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-18T01:19:29.227Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:19:29.227Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_rNQdrZ 0 is matching search criteria 2022-03-18T01:19:29.227Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_rNQdrZ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-18T01:19:29.227Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:19:29.227Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_rNQdrZ 0 is not matching search criteria 2022-03-18T01:19:29.228Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-18T01:19:29.228Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-18T01:19:29.228Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9f1365c1-7eff-40f2-8a82-11e8ed8c8ad6 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-03-18T01:19:29.230Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:19:29.230Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_rNQdrZ 0 is matching search criteria 2022-03-18T01:19:29.230Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_rNQdrZ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-18T01:19:29.231Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:19:29.231Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_rNQdrZ 0 is matching search criteria 2022-03-18T01:19:29.231Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_rNQdrZ 0] matching following query criteria: sdcType=VF, customizationUUID=d651061e-aa16-4a91-994c-983bdf83963c Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-18T01:19:29.232Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:19:29.233Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_rNQdrZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:19:29.233Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 2fdee009-29bd-4895-9aee-a5e9fccf5739: basic_onboard_rNQdrZ 2022-03-18T01:19:29.233Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:19:29.233Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_rNQdrZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:19:29.233Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:19:29.233Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_rNQdrZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:19:29.234Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:19:29.234Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_rNQdrZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:19:29.234Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:19:29.234Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_rNQdrZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:19:29.234Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:19:29.234Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_rNQdrZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:19:29.234Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_rNQdrZ 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-03-18T01:19:29.299Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_rNQdrZ 6c4a8784-047d-4fc4-9c1f-b1d08c52c782 1 ASDC deployResourceStructure 2022-03-18T01:19:29.299Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/basic_onboard_rnqdrz0_modules.json ASDC sendASDCNotification 2022-03-18T01:19:29.299Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/basic_onboard_rnqdrz0_modules.json 2022-03-18T01:19:29.300Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-18T01:19:29.300Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:19:29.301Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:19:29.301Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566369299, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/basic_onboard_rnqdrz0_modules.json", "status": "DEPLOY_OK" } 2022-03-18T01:19:29.402Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:19:29.402Z||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-03-18T01:19:29.402Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:19:29.411Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:19:29.411Z||pool-57-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:19:30.302Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-18T01:19:30.303Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/base_ubuntu18.yaml 2022-03-18T01:19:30.303Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-18T01:19:30.303Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:19:30.304Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:19:30.305Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566370302, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-18T01:19:30.405Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:19:30.405Z||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-03-18T01:19:30.406Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:19:30.415Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:19:30.415Z||pool-58-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:19:31.306Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-18T01:19:31.306Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/base_ubuntu18.env 2022-03-18T01:19:31.306Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-18T01:19:31.306Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:19:31.308Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:19:31.308Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566371305, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-18T01:19:31.408Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:19:31.409Z||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-03-18T01:19:31.409Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:19:31.418Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:19:31.418Z||pool-59-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:19:32.309Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/artifacts/service-BasicOnboardRnqdrz-csar.csar ASDC sendASDCNotification 2022-03-18T01:19:32.309Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/artifacts/service-BasicOnboardRnqdrz-csar.csar 2022-03-18T01:19:32.309Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-18T01:19:32.309Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:19:32.311Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:19:32.311Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566372308, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/artifacts/service-BasicOnboardRnqdrz-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T01:19:32.411Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:19:32.411Z||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-03-18T01:19:32.412Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:19:32.420Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:19:32.420Z||pool-60-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:19:33.311Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c661173f-78e5-45cc-86e5-01da7df3e395 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-18T01:19:33.321Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c661173f-78e5-45cc-86e5-01da7df3e395 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-18T01:19:33.323Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-18T01:19:33.323Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-18T01:19:33.323Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-18T01:19:33.323Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-18T01:19:33.323Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-18T01:19:33.323Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-18T01:19:33.323Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-18T01:19:33.324Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-18T01:19:33.324Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-18T01:19:33.324Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-18T01:19:33.324Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||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-03-18T01:19:33.328Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-18T01:20:03.329Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c661173f-78e5-45cc-86e5-01da7df3e395 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-03-18T01:20:03.333Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c661173f-78e5-45cc-86e5-01da7df3e395 and serviceModelVersionId: 2fdee009-29bd-4895-9aee-a5e9fccf5739 2022-03-18T01:20:03.334Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6b736f06-fc4b-45c7-ac4d-be8aa4214493 2022-03-18T01:20:03.334Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6b736f06-fc4b-45c7-ac4d-be8aa4214493/model-vers/model-ver/2fdee009-29bd-4895-9aee-a5e9fccf5739?depth=0 2022-03-18T01:20:03.338Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-03-18T01:20:03.366Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b736f06-fc4b-45c7-ac4d-be8aa4214493/model-vers/model-ver/2fdee009-29bd-4895-9aee-a5e9fccf5739?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-03-18T01:20:03.367Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b736f06-fc4b-45c7-ac4d-be8aa4214493/model-vers/model-ver/2fdee009-29bd-4895-9aee-a5e9fccf5739?depth=0|INFO|500||Invoke 2022-03-18T01:20:03.386Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b736f06-fc4b-45c7-ac4d-be8aa4214493/model-vers/model-ver/2fdee009-29bd-4895-9aee-a5e9fccf5739?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-18T01:20:03.641Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b736f06-fc4b-45c7-ac4d-be8aa4214493/model-vers/model-ver/2fdee009-29bd-4895-9aee-a5e9fccf5739?depth=0|INFO|500||InvokeReturn 2022-03-18T01:20:03.642Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b736f06-fc4b-45c7-ac4d-be8aa4214493/model-vers/model-ver/2fdee009-29bd-4895-9aee-a5e9fccf5739?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220318-01:20:03:390-94643], vertex-id=[368648], Content-Length=[0], Date=[Fri, 18 Mar 2022 01:20:03 GMT], Content-Type=[application/json]} 2022-03-18T01:20:03.642Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-03-18T01:20:03.642Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-18T01:20:03.643Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||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-03-18T01:20:03.647Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||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-03-18T01:20:03.647Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c661173f-78e5-45cc-86e5-01da7df3e395 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-18T01:20:03.647Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-18T01:20:03.648Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:20:03.649Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:20:03.649Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566403647, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-18T01:20:03.750Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:20:03.751Z||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-03-18T01:20:03.751Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:20:03.764Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:20:03.764Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 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-03-18T01:20:16.105Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:20:16.106Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T01:20:16.106Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T01:20:16.107Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:20:16.107Z||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-03-18T01:20:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:20:16.222Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:20:16.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-18T01:20:16.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566356105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:20:16.224Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-18T01:20:25.637Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:21:16.105Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:21:16.106Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T01:21:16.106Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T01:21:16.107Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:21:16.107Z||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-03-18T01:21:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:21:16.651Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:21:16.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:21:16.652Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566356105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/basic_onboard_rnqdrz0_modules.json", "status": "NOTIFIED" } 2022-03-18T01:21:16.652Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:21:16.653Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:21:16.653Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566356105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-18T01:21:16.653Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:21:16.653Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:21:16.653Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566356105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:21:16.653Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:21:16.653Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:21:16.653Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566356105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-18T01:21:16.653Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:21:16.653Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:21:16.653Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566356105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/artifacts/service-BasicOnboardRnqdrz-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:21:16.653Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:21:16.653Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:21:16.653Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566356105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/artifacts/service-BasicOnboardRnqdrz-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:21:16.653Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:21:16.653Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:21:16.653Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566363834, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/artifacts/service-BasicOnboardRnqdrz-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T01:21:16.654Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:21:16.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:21:16.654Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566365990, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/basic_onboard_rnqdrz0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-18T01:21:16.654Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:21:16.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:21:16.654Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566367032, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-18T01:21:16.654Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:21:16.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:21:16.654Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566368201, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-18T01:21:16.654Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:21:16.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:21:16.654Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566369299, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/basic_onboard_rnqdrz0_modules.json", "status": "DEPLOY_OK" } 2022-03-18T01:21:16.654Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:21:16.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:21:16.654Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566370302, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-18T01:21:16.654Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:21:16.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:21:16.655Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566371305, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/resourceInstances/basic_onboard_rnqdrz0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-18T01:21:16.655Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:21:16.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:21:16.655Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566372308, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnqdrz/1.0/artifacts/service-BasicOnboardRnqdrz-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T01:21:16.655Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:21:16.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:21:16.655Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c661173f-78e5-45cc-86e5-01da7df3e395", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647566403647, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-18T01:21:16.655Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:21:25.641Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:22:16.105Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:22:16.106Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T01:22:16.106Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T01:22:16.107Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:22:16.107Z||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-03-18T01:22:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:22:25.643Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:22:25.643Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:23:16.105Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:23:16.106Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T01:23:16.106Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T01:23:16.107Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:23:16.107Z||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-03-18T01:23:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:23:25.661Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:23:25.662Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:24:16.105Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:24:16.106Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T01:24:16.106Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T01:24:16.107Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:24:16.107Z|023b9f8f-8a22-4415-acda-2f379181520c|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-03-18T01:24:16.107Z|023b9f8f-8a22-4415-acda-2f379181520c|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 YSt5y1DB22gNhozw) ... 2022-03-18T01:24:25.639Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:24:25.640Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:25:16.105Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:25:16.106Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T01:25:16.106Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T01:25:16.107Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:25:16.107Z||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-03-18T01:25:16.108Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:25:25.642Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:25:25.642Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:26:16.105Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:26:16.106Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T01:26:16.106Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T01:26:16.107Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:26:16.107Z||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-03-18T01:26:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:26:25.640Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:26:25.640Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:27:16.105Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:27:16.107Z||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-03-18T01:27:16.107Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:27:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:27:16.107Z||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-03-18T01:27:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:27:25.645Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:27:25.645Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:28:16.105Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:28:16.106Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T01:28:16.106Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T01:28:16.107Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:28:16.107Z|023b9f8f-8a22-4415-acda-2f379181520c|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-03-18T01:28:16.107Z|023b9f8f-8a22-4415-acda-2f379181520c|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 YSt5y1DB22gNhozw) ... 2022-03-18T01:28:25.644Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:28:25.645Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:29:16.105Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:29:16.106Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T01:29:16.106Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T01:29:16.107Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:29:16.107Z|023b9f8f-8a22-4415-acda-2f379181520c|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-03-18T01:29:16.107Z|023b9f8f-8a22-4415-acda-2f379181520c|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 YSt5y1DB22gNhozw) ... 2022-03-18T01:29:25.643Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:29:25.643Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:30:16.105Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:30:16.106Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T01:30:16.106Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T01:30:16.107Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:30:16.108Z||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-03-18T01:30:16.108Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:30:16.730Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:30:16.730Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:30:16.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:30:16.731Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-18T01:30:16.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "700084ff-d335-430e-88c8-16bf6823cd24", "consumerID": "cds", "timestamp": 1647566969304, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:30:16.731Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"700084ff-d335-430e-88c8-16bf6823cd24","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"58422a93-f70c-4aa7-a31a-d94656ee9892","serviceDescription":"service","serviceInvariantUUID":"b0bde760-ad5c-4c4d-ad81-9ca82d35948a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9f3ccb0f-f56f-4d0f-8a87-c1de5856e853","resourceInvariantUUID":"acef9b1d-26c1-4a9a-81c3-0df3b19ddc7d","resourceCustomizationUUID":"9b844a65-d6dd-4d13-a2f1-8cd48e5f4b02","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":"N2IwMjc0NDgzNTYzNGM1NWQ4NWMyYzUxMDk1NmU4MTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4d66bcba-49d0-4c55-bbdd-cb57465bb9ff","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Y2E5ZmM0OWFkZGMwMGE5YTRjZjA3ZWJhNWUyNjViOGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ade31472-f8fb-4e9b-a75e-be4c7d99a16d","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-18T01:30:16.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:30:16.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:30:16.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "700084ff-d335-430e-88c8-16bf6823cd24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647566965174, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:30:16.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:30:16.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:30:16.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "700084ff-d335-430e-88c8-16bf6823cd24", "consumerID": "aai-ml", "timestamp": 1647566967908, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:30:16.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:30:16.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:30:16.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "700084ff-d335-430e-88c8-16bf6823cd24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647566965174, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:30:16.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:30:16.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:30:16.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "700084ff-d335-430e-88c8-16bf6823cd24", "consumerID": "cds", "timestamp": 1647566969304, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:30:16.732Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T01:30:16.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:30:16.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:30:16.733Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:30:16.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "700084ff-d335-430e-88c8-16bf6823cd24", "consumerID": "aai-ml", "timestamp": 1647566967908, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:30:16.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:30:16.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:30:16.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "700084ff-d335-430e-88c8-16bf6823cd24", "consumerID": "policy-id", "timestamp": 1647566974254, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:30:16.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:30:16.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:30:16.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "700084ff-d335-430e-88c8-16bf6823cd24", "consumerID": "multicloud-k8s-id", "timestamp": 1647566974850, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:30:16.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:30:16.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:30:16.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "700084ff-d335-430e-88c8-16bf6823cd24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647566975800, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T01:30:16.734Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:30:16.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:30:16.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "700084ff-d335-430e-88c8-16bf6823cd24", "consumerID": "policy-id", "timestamp": 1647566974254, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:30:16.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:30:16.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:30:16.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "700084ff-d335-430e-88c8-16bf6823cd24", "consumerID": "aai-ml", "timestamp": 1647566975946, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T01:30:16.734Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:30:16.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:30:16.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "700084ff-d335-430e-88c8-16bf6823cd24", "consumerID": "cds", "timestamp": 1647566976095, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T01:30:16.735Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:30:16.735Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:30:16.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:30:16.735Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "700084ff-d335-430e-88c8-16bf6823cd24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567016105, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:30:16.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "700084ff-d335-430e-88c8-16bf6823cd24", "consumerID": "multicloud-k8s-id", "timestamp": 1647566974850, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:30:16.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:30:16.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:30:16.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "700084ff-d335-430e-88c8-16bf6823cd24", "consumerID": "cds", "timestamp": 1647566977100, "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-03-18T01:30:16.753Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 700084ff-d335-430e-88c8-16bf6823cd24 2022-03-18T01:30:16.753Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 700084ff-d335-430e-88c8-16bf6823cd24 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-03-18T01:30:16.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:30:16.762Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "700084ff-d335-430e-88c8-16bf6823cd24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647566977197, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T01:30:16.762Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:30:16.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:30:16.762Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "700084ff-d335-430e-88c8-16bf6823cd24", "consumerID": "policy-id", "timestamp": 1647566977241, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T01:30:16.762Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:30:16.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:30:16.763Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "700084ff-d335-430e-88c8-16bf6823cd24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647566978200, "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-03-18T01:30:16.767Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 700084ff-d335-430e-88c8-16bf6823cd24 2022-03-18T01:30:16.767Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 700084ff-d335-430e-88c8-16bf6823cd24 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-03-18T01:30:16.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:30:16.775Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "700084ff-d335-430e-88c8-16bf6823cd24", "consumerID": "policy-id", "timestamp": 1647566978246, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T01:30:16.775Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:30:16.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:30:16.775Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "700084ff-d335-430e-88c8-16bf6823cd24", "consumerID": "policy-id", "timestamp": 1647566979249, "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-03-18T01:30:16.779Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 700084ff-d335-430e-88c8-16bf6823cd24 2022-03-18T01:30:16.779Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 700084ff-d335-430e-88c8-16bf6823cd24 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-03-18T01:30:16.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:30:16.788Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "700084ff-d335-430e-88c8-16bf6823cd24", "consumerID": "aai-ml", "timestamp": 1647566979647, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T01:30:16.788Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:30:16.788Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:30:16.788Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "700084ff-d335-430e-88c8-16bf6823cd24", "consumerID": "ves-openapi-manager", "timestamp": 1647566979402, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:30:16.788Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:30:16.788Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:30:16.788Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "700084ff-d335-430e-88c8-16bf6823cd24", "consumerID": "aai-ml", "timestamp": 1647566980652, "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-03-18T01:30:16.793Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 700084ff-d335-430e-88c8-16bf6823cd24 2022-03-18T01:30:16.793Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 700084ff-d335-430e-88c8-16bf6823cd24 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-03-18T01:30:16.800Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:30:16.800Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "700084ff-d335-430e-88c8-16bf6823cd24", "consumerID": "ves-openapi-manager", "timestamp": 1647566979402, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-18T01:30:16.800Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:30:16.801Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:30:16.801Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "700084ff-d335-430e-88c8-16bf6823cd24", "consumerID": "clamp", "timestamp": 1647566990417, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:30:16.801Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:30:16.801Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:30:16.801Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "700084ff-d335-430e-88c8-16bf6823cd24", "consumerID": "clamp", "timestamp": 1647566990417, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:30:16.801Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:30:16.801Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:30:16.801Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "700084ff-d335-430e-88c8-16bf6823cd24", "consumerID": "clamp", "timestamp": 1647567000655, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T01:30:16.801Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:30:16.801Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:30:16.801Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "700084ff-d335-430e-88c8-16bf6823cd24", "consumerID": "clamp", "timestamp": 1647567002660, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T01:30:16.801Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:30:16.801Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:30:16.801Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "700084ff-d335-430e-88c8-16bf6823cd24", "consumerID": "clamp", "timestamp": 1647567003663, "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-03-18T01:30:16.805Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 700084ff-d335-430e-88c8-16bf6823cd24 2022-03-18T01:30:16.805Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 700084ff-d335-430e-88c8-16bf6823cd24 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-03-18T01:30:16.835Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:30:16.835Z||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-03-18T01:30:16.836Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:30:16.844Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:30:16.845Z||pool-62-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:30:17.735Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T01:30:17.736Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:30:17.738Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:30:17.738Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "700084ff-d335-430e-88c8-16bf6823cd24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567016105, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:30:17.838Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:30:17.839Z||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-03-18T01:30:17.839Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:30:17.847Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:30:17.847Z||pool-63-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:30:18.739Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "700084ff-d335-430e-88c8-16bf6823cd24", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "58422a93-f70c-4aa7-a31a-d94656ee9892", "serviceDescription": "service", "serviceInvariantUUID": "b0bde760-ad5c-4c4d-ad81-9ca82d35948a", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "9b844a65-d6dd-4d13-a2f1-8cd48e5f4b02", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "9f3ccb0f-f56f-4d0f-8a87-c1de5856e853", "resourceInvariantUUID": "acef9b1d-26c1-4a9a-81c3-0df3b19ddc7d", "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": "Y2E5ZmM0OWFkZGMwMGE5YTRjZjA3ZWJhNWUyNjViOGE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ade31472-f8fb-4e9b-a75e-be4c7d99a16d" } ], "workloadContext": "Production" } 2022-03-18T01:30:18.739Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-18T01:30:18.739Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 58422a93-f70c-4aa7-a31a-d94656ee9892 ASDC 2022-03-18T01:30:18.740Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:700084ff-d335-430e-88c8-16bf6823cd24 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:58422a93-f70c-4aa7-a31a-d94656ee9892 ServiceInvariantUUID:b0bde760-ad5c-4c4d-ad81-9ca82d35948a 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:ade31472-f8fb-4e9b-a75e-be4c7d99a16d ArtifactChecksum:Y2E5ZmM0OWFkZGMwMGE5YTRjZjA3ZWJhNWUyNjViOGE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:9b844a65-d6dd-4d13-a2f1-8cd48e5f4b02 ResourceInvariantUUID:acef9b1d-26c1-4a9a-81c3-0df3b19ddc7d ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:9f3ccb0f-f56f-4d0f-8a87-c1de5856e853 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-03-18T01:30:18.740Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 58422a93-f70c-4aa7-a31a-d94656ee9892 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-03-18T01:30:18.765Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-18T01:30:18.766Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-18T01:30:18.766Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-18T01:30:18.767Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ade31472-f8fb-4e9b-a75e-be4c7d99a16d from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-18T01:30:18.767Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-18T01:30:18.767Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-18T01:30:18.818Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-18T01:30:18.821Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ade31472-f8fb-4e9b-a75e-be4c7d99a16d 52509 2022-03-18T01:30:18.822Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-03-18T01:30:18.822Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-18T01:30:18.822Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-18T01:30:18.822Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:30:18.824Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:30:18.824Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "700084ff-d335-430e-88c8-16bf6823cd24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567018822, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T01:30:18.925Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:30:18.925Z||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-03-18T01:30:18.925Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:30:18.934Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:30:18.934Z||pool-64-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:30:19.825Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-18T01:30:19.826Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-18T01:30:19.826Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: ade31472-f8fb-4e9b-a75e-be4c7d99a16d, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-18T01:30:19.827Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-03-18T01:30:19.827Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-18T01:30:19.827Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-18T01:30:19.903Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15472619384224613911/Definitions/service-BasicNetwork-template.yml 2022-03-18T01:30:20.216Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-18T01:30:20.217Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-18T01:30:20.217Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-18T01:30:20.217Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-03-18T01:30:20.217Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||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-03-18T01:30:20.217Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||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-03-18T01:30:20.217Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||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-03-18T01:30:20.217Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||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-03-18T01:30:20.217Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-18T01:30:20.217Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||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-03-18T01:30:20.217Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||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-03-18T01:30:20.217Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||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-03-18T01:30:20.217Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-18T01:30:20.218Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:30:20.218Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:30:20.218Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-18T01:30:20.218Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-18T01:30:20.218Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-18T01:30:20.218Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:30:20.218Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:30:20.218Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-18T01:30:20.218Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-18T01:30:20.219Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-18T01:30:20.219Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:30:20.219Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:30:20.219Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:30:20.219Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:30:20.219Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:30:20.219Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:30:20.219Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:30:20.219Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:30:20.219Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:30:20.220Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:30:20.220Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:58422a93-f70c-4aa7-a31a-d94656ee9892 Model Version:NULL Model InvariantUuid:b0bde760-ad5c-4c4d-ad81-9ca82d35948a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:acef9b1d-26c1-4a9a-81c3-0df3b19ddc7d Model UUID:1b29d7fd-d772-44e3-a1b7-7f61367d6604 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:9b844a65-d6dd-4d13-a2f1-8cd48e5f4b02 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-03-18T01:30:20.224Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@41f75e6c marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=1683) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) at jdk.internal.reflect.GeneratedMethodAccessor199.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.find(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281) at jdk.internal.reflect.GeneratedMethodAccessor195.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy222.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$681445f4.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 73 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 74 common frames omitted 2022-03-18T01:30:20.225Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-03-18T01:30:20.225Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||ERROR|500||(conn=1683) WSREP has not yet prepared node for application use 2022-03-18T01:30:20.226Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||INFO|500||HHH000327: Error performing load command org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) at jdk.internal.reflect.GeneratedMethodAccessor199.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.find(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281) at jdk.internal.reflect.GeneratedMethodAccessor195.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy222.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$681445f4.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.sql.SQLNonTransientConnectionException: (conn=1683) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ... 68 common frames omitted Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 73 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 74 common frames omitted 2022-03-18T01:30:20.227Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||ERROR|500||Application exception overridden by rollback exception javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) at jdk.internal.reflect.GeneratedMethodAccessor199.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.find(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281) at jdk.internal.reflect.GeneratedMethodAccessor195.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy222.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$681445f4.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322) ... 47 common frames omitted Caused by: java.sql.SQLNonTransientConnectionException: (conn=1683) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ... 68 common frames omitted Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 73 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 74 common frames omitted 2022-03-18T01:30:20.228Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||ERROR|500|| org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835) at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809) at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy222.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$681445f4.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127) at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304) at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142) at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561) ... 30 common frames omitted Caused by: java.sql.SQLException: Connection is closed at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515) at com.sun.proxy.$Proxy144.rollback(Unknown Source) at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396) at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java) at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121) ... 33 common frames omitted 2022-03-18T01:30:20.228Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 700084ff-d335-430e-88c8-16bf6823cd24 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-03-18T01:30:20.233Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 700084ff-d335-430e-88c8-16bf6823cd24 and serviceModelVersionId: 58422a93-f70c-4aa7-a31a-d94656ee9892 2022-03-18T01:30:20.233Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b0bde760-ad5c-4c4d-ad81-9ca82d35948a 2022-03-18T01:30:20.234Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b0bde760-ad5c-4c4d-ad81-9ca82d35948a/model-vers/model-ver/58422a93-f70c-4aa7-a31a-d94656ee9892?depth=0 2022-03-18T01:30:20.238Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-03-18T01:30:20.268Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0bde760-ad5c-4c4d-ad81-9ca82d35948a/model-vers/model-ver/58422a93-f70c-4aa7-a31a-d94656ee9892?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-03-18T01:30:20.268Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0bde760-ad5c-4c4d-ad81-9ca82d35948a/model-vers/model-ver/58422a93-f70c-4aa7-a31a-d94656ee9892?depth=0|INFO|500||Invoke 2022-03-18T01:30:20.285Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0bde760-ad5c-4c4d-ad81-9ca82d35948a/model-vers/model-ver/58422a93-f70c-4aa7-a31a-d94656ee9892?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-03-18T01:30:20.520Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0bde760-ad5c-4c4d-ad81-9ca82d35948a/model-vers/model-ver/58422a93-f70c-4aa7-a31a-d94656ee9892?depth=0|INFO|500||InvokeReturn 2022-03-18T01:30:20.520Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0bde760-ad5c-4c4d-ad81-9ca82d35948a/model-vers/model-ver/58422a93-f70c-4aa7-a31a-d94656ee9892?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220318-01:30:20:289-88267], vertex-id=[217256], Content-Length=[0], Date=[Fri, 18 Mar 2022 01:30:20 GMT], Content-Type=[application/json]} 2022-03-18T01:30:20.521Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2022-03-18T01:30:20.521Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-18T01:30:20.521Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status of DISTRIBUTION_COMPLETE_ERROR 2022-03-18T01:30:20.521Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 700084ff-d335-430e-88c8-16bf6823cd24 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection 2022-03-18T01:30:20.521Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-03-18T01:30:20.521Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:30:20.523Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:30:20.523Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "700084ff-d335-430e-88c8-16bf6823cd24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567020521, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection" } 2022-03-18T01:30:20.623Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:30:20.624Z||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-03-18T01:30:20.624Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:30:20.633Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:30:20.633Z||pool-65-thread-1|||||INFO|500||cambria reply ok (10 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-03-18T01:31:16.105Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:31:16.107Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:31:16.107Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T01:31:16.107Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T01:31:16.107Z||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-03-18T01:31:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:31:16.228Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:31:16.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:31:16.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "700084ff-d335-430e-88c8-16bf6823cd24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567016105, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:31:16.229Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:31:16.731Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:31:16.732Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-18T01:31:16.732Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16","serviceName":"Demo_pNF_b8MX5j73y5lz9snyqBM1","serviceVersion":"1.0","serviceUUID":"d80911ca-01d6-4818-89a8-6790cc055828","serviceDescription":"catalog service description","serviceInvariantUUID":"5277a82e-5a3a-4b0d-b227-66eb8df8351c","resources":[{"resourceInstanceName":"pNF a6a65040-39d8 0","resourceName":"pNF a6a65040-39d8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"40ed9898-5e37-456c-9688-958e6f2c9940","resourceInvariantUUID":"9cce8815-8577-44de-aa38-cf154de4654d","resourceCustomizationUUID":"e37238ee-e708-4ca7-91a8-c2ddb0c66b7b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/vf-license-model.xml","artifactChecksum":"ZTRkMjMxMmJjM2JhZTVkNGRjYTA4ZmMzNTA1NTA0ODM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e2b564d7-497f-46b6-be4d-e6483d199e5f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/pNF.csar","artifactChecksum":"NjA1YjRiOTBkMjM0MDZmNTdjMzMzMzljOGM5ZDMyODY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"580b7ee6-a73b-4f86-b41e-3d7a8e4912df","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"205bfed4-5036-4e94-a8cc-6e6324033ea7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/vendor-license-model.xml","artifactChecksum":"YWEwYmUyZjhkNGRlMDRlYWNmZGJmYjA2YTJlZWRmODc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c92c5b68-9567-4309-8752-084ef23e9315","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"506b577d-76e9-49bf-baca-1c183c628477","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2f4823e9-2cbc-4e05-a228-2fa466d85bbb","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfB8mx5j73y5lz9snyqbm1-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/artifacts/service-DemoPnfB8mx5j73y5lz9snyqbm1-template.yml","artifactChecksum":"MGRiZjc1YWM0MjEyMjhhMmUxMDMyZDM5NTRlMjEwOTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"37884792-5317-4b80-ae0e-8078f669dd8a","artifactVersion":"1"},{"artifactName":"service-DemoPnfB8mx5j73y5lz9snyqbm1-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/artifacts/service-DemoPnfB8mx5j73y5lz9snyqbm1-csar.csar","artifactChecksum":"ODI0Y2ZjMTQxNzM3ZWYzMTY5YzkxZTQ3OTk1ZjJkYzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c4ea4568-70d0-4e81-99ce-3dfa736046a2","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-18T01:31:16.734Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T01:31:16.734Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:31:16.736Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:31:16.736Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567076105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:31:16.836Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:31:16.837Z||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-03-18T01:31:16.837Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:31:16.845Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:31:16.845Z||pool-66-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:31:17.736Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T01:31:17.737Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:31:17.739Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:31:17.739Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567076105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-18T01:31:17.839Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:31:17.840Z||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-03-18T01:31:17.840Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:31:17.849Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:31:17.850Z||pool-67-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:31:18.740Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T01:31:18.741Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:31:18.742Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:31:18.742Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567076105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-18T01:31:18.843Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:31:18.844Z||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-03-18T01:31:18.844Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:31:18.852Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:31:18.853Z||pool-68-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:31:19.743Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T01:31:19.744Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:31:19.745Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:31:19.745Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567076105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:31:19.846Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-18T01:31:19.846Z||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-03-18T01:31:19.846Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:31:19.854Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:31:19.854Z||pool-69-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:31:20.746Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T01:31:20.747Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:31:20.748Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:31:20.748Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567076105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T01:31:20.849Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:31:20.849Z||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-03-18T01:31:20.849Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:31:20.858Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:31:20.859Z||pool-70-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:31:21.749Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T01:31:21.750Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:31:21.751Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:31:21.751Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567076105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T01:31:21.852Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-18T01:31:21.852Z||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-03-18T01:31:21.853Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:31:21.860Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:31:21.861Z||pool-71-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:31:22.752Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T01:31:22.753Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:31:22.754Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:31:22.754Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567076105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/artifacts/service-DemoPnfB8mx5j73y5lz9snyqbm1-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:31:22.855Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-18T01:31:22.856Z||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-03-18T01:31:22.856Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:31:22.865Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:31:22.866Z||pool-72-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:31:23.755Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T01:31:23.756Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:31:23.757Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:31:23.757Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567076105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/artifacts/service-DemoPnfB8mx5j73y5lz9snyqbm1-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:31:23.857Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:31:23.858Z||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-03-18T01:31:23.858Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:31:23.867Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:31:23.867Z||pool-73-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:31:24.758Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "serviceName": "Demo_pNF_b8MX5j73y5lz9snyqBM1", "serviceVersion": "1.0", "serviceUUID": "d80911ca-01d6-4818-89a8-6790cc055828", "serviceDescription": "catalog service description", "serviceInvariantUUID": "5277a82e-5a3a-4b0d-b227-66eb8df8351c", "resources": [ { "resourceInstanceName": "pNF a6a65040-39d8 0", "resourceCustomizationUUID": "e37238ee-e708-4ca7-91a8-c2ddb0c66b7b", "resourceName": "pNF a6a65040-39d8", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "40ed9898-5e37-456c-9688-958e6f2c9940", "resourceInvariantUUID": "9cce8815-8577-44de-aa38-cf154de4654d", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfB8mx5j73y5lz9snyqbm1-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/artifacts/service-DemoPnfB8mx5j73y5lz9snyqbm1-csar.csar", "artifactChecksum": "ODI0Y2ZjMTQxNzM3ZWYzMTY5YzkxZTQ3OTk1ZjJkYzc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c4ea4568-70d0-4e81-99ce-3dfa736046a2" } ], "workloadContext": "Production" } 2022-03-18T01:31:24.759Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-18T01:31:24.759Z|700084ff-d335-430e-88c8-16bf6823cd24|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d80911ca-01d6-4818-89a8-6790cc055828 ASDC 2022-03-18T01:31:24.759Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16 ServiceName:Demo_pNF_b8MX5j73y5lz9snyqBM1 ServiceVersion:1.0 ServiceUUID:d80911ca-01d6-4818-89a8-6790cc055828 ServiceInvariantUUID:5277a82e-5a3a-4b0d-b227-66eb8df8351c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfB8mx5j73y5lz9snyqbm1-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/artifacts/service-DemoPnfB8mx5j73y5lz9snyqbm1-csar.csar ArtifactUUID:c4ea4568-70d0-4e81-99ce-3dfa736046a2 ArtifactChecksum:ODI0Y2ZjMTQxNzM3ZWYzMTY5YzkxZTQ3OTk1ZjJkYzc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF a6a65040-39d8 0 ResourceCustomizationUUID:e37238ee-e708-4ca7-91a8-c2ddb0c66b7b ResourceInvariantUUID:9cce8815-8577-44de-aa38-cf154de4654d ResourceName:pNF a6a65040-39d8 ResourceType:PNF ResourceUUID:40ed9898-5e37-456c-9688-958e6f2c9940 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-18T01:31:24.760Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d80911ca-01d6-4818-89a8-6790cc055828 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-03-18T01:31:24.783Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-18T01:31:24.783Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-18T01:31:24.784Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-18T01:31:24.784Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c4ea4568-70d0-4e81-99ce-3dfa736046a2 from URL: /sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/artifacts/service-DemoPnfB8mx5j73y5lz9snyqbm1-csar.csar 2022-03-18T01:31:24.784Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-18T01:31:24.784Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/artifacts/service-DemoPnfB8mx5j73y5lz9snyqbm1-csar.csar 2022-03-18T01:31:24.831Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-18T01:31:24.834Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/artifacts/service-DemoPnfB8mx5j73y5lz9snyqbm1-csar.csar c4ea4568-70d0-4e81-99ce-3dfa736046a2 82647 2022-03-18T01:31:24.834Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/artifacts/service-DemoPnfB8mx5j73y5lz9snyqbm1-csar.csar ASDC sendASDCNotification 2022-03-18T01:31:24.834Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/artifacts/service-DemoPnfB8mx5j73y5lz9snyqbm1-csar.csar 2022-03-18T01:31:24.835Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-18T01:31:24.835Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:31:24.836Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:31:24.836Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567084834, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/artifacts/service-DemoPnfB8mx5j73y5lz9snyqbm1-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T01:31:24.937Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-18T01:31:24.937Z||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-03-18T01:31:24.937Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:31:24.946Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:31:24.946Z||pool-74-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:31:25.837Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-18T01:31:25.838Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-18T01:31:25.838Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: c4ea4568-70d0-4e81-99ce-3dfa736046a2, URL: /sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/artifacts/service-DemoPnfB8mx5j73y5lz9snyqbm1-csar.csar to file: /app/ASDC/1/service-DemoPnfB8mx5j73y5lz9snyqbm1-csar.csar 2022-03-18T01:31:25.838Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfB8mx5j73y5lz9snyqbm1-csar.csar 2022-03-18T01:31:25.838Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfB8mx5j73y5lz9snyqbm1-csar.csar 2022-03-18T01:31:25.838Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfB8mx5j73y5lz9snyqbm1-csar.csar 2022-03-18T01:31:25.912Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17076234950202766762/Definitions/service-DemoPnfB8mx5j73y5lz9snyqbm1-template.yml 2022-03-18T01:31:26.448Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-18T01:31:26.448Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-18T01:31:26.448Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfB8mx5j73y5lz9snyqbm1-csar.csar 2022-03-18T01:31:26.448Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-18T01:31:26.448Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||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-DemoPnfB8mx5j73y5lz9snyqbm1-csar.csar 2022-03-18T01:31:26.449Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfB8mx5j73y5lz9snyqbm1-csar.csar 2022-03-18T01:31:26.449Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||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-DemoPnfB8mx5j73y5lz9snyqbm1-csar.csar 2022-03-18T01:31:26.449Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfB8mx5j73y5lz9snyqbm1-csar.csar 2022-03-18T01:31:26.449Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfB8mx5j73y5lz9snyqbm1-csar.csar 2022-03-18T01:31:26.449Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfB8mx5j73y5lz9snyqbm1-csar.csar 2022-03-18T01:31:26.449Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a6a65040-39d8 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-DemoPnfB8mx5j73y5lz9snyqbm1-csar.csar 2022-03-18T01:31:26.449Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-18T01:31:26.449Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:31:26.449Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_b8MX5j73y5lz9snyqBM1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:31:26.449Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||Node template pNF a6a65040-39d8 0 is matching search criteria 2022-03-18T01:31:26.450Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-18T01:31:26.450Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF a6a65040-39d8 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-18T01:31:26.450Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:31:26.450Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_b8MX5j73y5lz9snyqBM1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:31:26.450Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||Node template pNF a6a65040-39d8 0 is matching search criteria 2022-03-18T01:31:26.450Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-18T01:31:26.450Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF a6a65040-39d8 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-18T01:31:26.450Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:31:26.450Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_b8MX5j73y5lz9snyqBM1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:31:26.450Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:31:26.450Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_b8MX5j73y5lz9snyqBM1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:31:26.450Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:31:26.451Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_b8MX5j73y5lz9snyqBM1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:31:26.451Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:31:26.451Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_b8MX5j73y5lz9snyqBM1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:31:26.451Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:31:26.451Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_b8MX5j73y5lz9snyqBM1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:31:26.451Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_b8MX5j73y5lz9snyqBM1 Description:catalog service description Model UUID:d80911ca-01d6-4818-89a8-6790cc055828 Model Version:NULL Model InvariantUuid:5277a82e-5a3a-4b0d-b227-66eb8df8351c 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-03-18T01:31:26.460Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 40ed9898-5e37-456c-9688-958e6f2c9940 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-18T01:31:26.463Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||pNF a6a65040-39d8 0 2022-03-18T01:31:26.463Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 40ed9898-5e37-456c-9688-958e6f2c9940 2022-03-18T01:31:26.463Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||No resources found for Service: d80911ca-01d6-4818-89a8-6790cc055828 2022-03-18T01:31:26.463Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: d80911ca-01d6-4818-89a8-6790cc055828 2022-03-18T01:31:26.463Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a6a65040-39d8 0 40ed9898-5e37-456c-9688-958e6f2c9940 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-03-18T01:31:26.468Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4e368901, org.onap.sdc.toscaparser.api.parameters.Input@52126673, org.onap.sdc.toscaparser.api.parameters.Input@7ddcc879, org.onap.sdc.toscaparser.api.parameters.Input@786a5790, org.onap.sdc.toscaparser.api.parameters.Input@2eeb71d] 2022-03-18T01:31:26.468Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:31:26.468Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_b8MX5j73y5lz9snyqBM1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:31:26.468Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid d80911ca-01d6-4818-89a8-6790cc055828: pNF a6a65040-39d8 2022-03-18T01:31:26.469Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||Processing PNF resource: 40ed9898-5e37-456c-9688-958e6f2c9940 2022-03-18T01:31:26.469Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:31:26.469Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_b8MX5j73y5lz9snyqBM1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:31:26.469Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||Resource customization UUID: e37238ee-e708-4ca7-91a8-c2ddb0c66b7b is the same as notified resource customizationUUID: e37238ee-e708-4ca7-91a8-c2ddb0c66b7b 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-03-18T01:31:26.522Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a6a65040-39d8 40ed9898-5e37-456c-9688-958e6f2c9940 0 ASDC deployResourceStructure 2022-03-18T01:31:26.522Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/artifacts/service-DemoPnfB8mx5j73y5lz9snyqbm1-csar.csar ASDC sendASDCNotification 2022-03-18T01:31:26.523Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/artifacts/service-DemoPnfB8mx5j73y5lz9snyqbm1-csar.csar 2022-03-18T01:31:26.523Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-18T01:31:26.523Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:31:26.524Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:31:26.524Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567086522, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/artifacts/service-DemoPnfB8mx5j73y5lz9snyqbm1-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T01:31:26.624Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:31:26.625Z||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-03-18T01:31:26.625Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:31:26.634Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:31:26.634Z||pool-75-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:31:27.525Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-18T01:31:27.535Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-18T01:31:27.537Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-18T01:31:27.537Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-18T01:31:27.537Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-18T01:31:57.537Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-18T01:31:57.548Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-18T01:31:57.550Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-18T01:31:57.550Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-18T01:31:57.550Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-18T01:32:16.107Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:32:16.107Z||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-03-18T01:32:16.108Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:32:16.131Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:32:16.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.133Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "700084ff-d335-430e-88c8-16bf6823cd24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567016105, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:32:16.133Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.134Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.134Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "700084ff-d335-430e-88c8-16bf6823cd24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567018822, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T01:32:16.134Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:32:16.134Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.134Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "700084ff-d335-430e-88c8-16bf6823cd24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567020521, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection" } 2022-03-18T01:32:16.134Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:32:16.134Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.134Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "clamp", "timestamp": 1647567020417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:32:16.134Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.135Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.135Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "ves-openapi-manager", "timestamp": 1647567019402, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:32:16.135Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.135Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.135Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "multicloud-k8s-id", "timestamp": 1647567014850, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:32:16.135Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.135Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.135Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "cds", "timestamp": 1647567014305, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:32:16.135Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.135Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.135Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "policy-id", "timestamp": 1647567014254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:32:16.136Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.136Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.136Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "clamp", "timestamp": 1647567020417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-18T01:32:16.136Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.136Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.136Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "ves-openapi-manager", "timestamp": 1647567019402, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-18T01:32:16.136Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.136Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.136Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "cds", "timestamp": 1647567014305, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-18T01:32:16.136Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.137Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.137Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "multicloud-k8s-id", "timestamp": 1647567014850, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-18T01:32:16.137Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.137Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.137Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "policy-id", "timestamp": 1647567014254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-18T01:32:16.137Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.137Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.137Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "clamp", "timestamp": 1647567020417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-18T01:32:16.137Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.137Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.137Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "multicloud-k8s-id", "timestamp": 1647567014850, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-18T01:32:16.137Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.138Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.138Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "cds", "timestamp": 1647567014305, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-18T01:32:16.138Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.138Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.138Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "ves-openapi-manager", "timestamp": 1647567019402, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-18T01:32:16.138Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.138Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.138Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "policy-id", "timestamp": 1647567014254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-18T01:32:16.138Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.138Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.138Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "clamp", "timestamp": 1647567020417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:32:16.139Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.139Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.139Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "ves-openapi-manager", "timestamp": 1647567019402, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:32:16.139Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.139Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.139Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "cds", "timestamp": 1647567014305, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:32:16.139Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.139Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.139Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "multicloud-k8s-id", "timestamp": 1647567014850, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:32:16.139Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.139Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.140Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "policy-id", "timestamp": 1647567014254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:32:16.140Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.140Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.140Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647567025174, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:32:16.140Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.140Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.140Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "clamp", "timestamp": 1647567020417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T01:32:16.140Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.140Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.140Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "multicloud-k8s-id", "timestamp": 1647567014850, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T01:32:16.141Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.141Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.141Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "cds", "timestamp": 1647567014305, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T01:32:16.141Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.141Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.141Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "ves-openapi-manager", "timestamp": 1647567019402, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T01:32:16.141Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.141Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.141Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "policy-id", "timestamp": 1647567014254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T01:32:16.141Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.141Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.141Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647567025174, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-18T01:32:16.142Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.142Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.142Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "clamp", "timestamp": 1647567020417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T01:32:16.142Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.142Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.142Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "cds", "timestamp": 1647567014305, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T01:32:16.142Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.142Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.142Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "ves-openapi-manager", "timestamp": 1647567019402, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-18T01:32:16.142Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.142Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.143Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "multicloud-k8s-id", "timestamp": 1647567014850, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T01:32:16.143Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.143Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.143Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "policy-id", "timestamp": 1647567014254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T01:32:16.143Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.143Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.143Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647567025174, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-18T01:32:16.143Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.143Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.143Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "clamp", "timestamp": 1647567020417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/artifacts/service-DemoPnfB8mx5j73y5lz9snyqbm1-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:32:16.143Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "cds", "timestamp": 1647567014305, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/artifacts/service-DemoPnfB8mx5j73y5lz9snyqbm1-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:32:16.144Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "ves-openapi-manager", "timestamp": 1647567019402, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/artifacts/service-DemoPnfB8mx5j73y5lz9snyqbm1-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:32:16.144Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "multicloud-k8s-id", "timestamp": 1647567014850, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/artifacts/service-DemoPnfB8mx5j73y5lz9snyqbm1-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:32:16.144Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.145Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "policy-id", "timestamp": 1647567014254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/artifacts/service-DemoPnfB8mx5j73y5lz9snyqbm1-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:32:16.145Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.145Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.145Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "aai-ml", "timestamp": 1647567027908, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:32:16.145Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.145Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.145Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647567025174, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:32:16.145Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.145Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.145Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "clamp", "timestamp": 1647567020417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/artifacts/service-DemoPnfB8mx5j73y5lz9snyqbm1-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:32:16.146Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.146Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.146Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "cds", "timestamp": 1647567014305, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/artifacts/service-DemoPnfB8mx5j73y5lz9snyqbm1-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:32:16.146Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.146Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.146Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "multicloud-k8s-id", "timestamp": 1647567014850, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/artifacts/service-DemoPnfB8mx5j73y5lz9snyqbm1-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:32:16.146Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.146Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.146Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "ves-openapi-manager", "timestamp": 1647567019402, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/artifacts/service-DemoPnfB8mx5j73y5lz9snyqbm1-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-18T01:32:16.146Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.146Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.146Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "policy-id", "timestamp": 1647567014254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/artifacts/service-DemoPnfB8mx5j73y5lz9snyqbm1-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:32:16.147Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.147Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.147Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "aai-ml", "timestamp": 1647567027908, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-18T01:32:16.147Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.147Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.147Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647567025174, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T01:32:16.147Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.148Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.148Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "ves-openapi-manager", "timestamp": 1647567030116, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-18T01:32:16.148Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:32:16.148Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.148Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "cds", "timestamp": 1647567030198, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/artifacts/service-DemoPnfB8mx5j73y5lz9snyqbm1-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T01:32:16.148Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:32:16.148Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.148Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "policy-id", "timestamp": 1647567030195, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/artifacts/service-DemoPnfB8mx5j73y5lz9snyqbm1-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T01:32:16.148Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:32:16.148Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.149Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "aai-ml", "timestamp": 1647567027908, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-18T01:32:16.149Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.149Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.149Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647567025174, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T01:32:16.149Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.149Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.149Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "cds", "timestamp": 1647567031202, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/artifacts/service-DemoPnfB8mx5j73y5lz9snyqbm1-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-03-18T01:32:16.156Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16 2022-03-18T01:32:16.156Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16 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-03-18T01:32:16.163Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.163Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "policy-id", "timestamp": 1647567031198, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/artifacts/service-DemoPnfB8mx5j73y5lz9snyqbm1-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T01:32:16.163Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:32:16.163Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.163Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "ves-openapi-manager", "timestamp": 1647567031302, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-18T01:32:16.163Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:32:16.163Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.164Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "aai-ml", "timestamp": 1647567027908, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:32:16.164Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.164Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.164Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647567025174, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/artifacts/service-DemoPnfB8mx5j73y5lz9snyqbm1-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:32:16.164Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.164Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.164Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "policy-id", "timestamp": 1647567032200, "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-03-18T01:32:16.167Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16 2022-03-18T01:32:16.168Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16 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-03-18T01:32:16.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "ves-openapi-manager", "timestamp": 1647567032305, "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-03-18T01:32:16.177Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16 2022-03-18T01:32:16.177Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16 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-03-18T01:32:16.183Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.184Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "aai-ml", "timestamp": 1647567027908, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T01:32:16.184Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.184Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647567025174, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/artifacts/service-DemoPnfB8mx5j73y5lz9snyqbm1-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:32:16.184Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.184Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "aai-ml", "timestamp": 1647567027908, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T01:32:16.184Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.185Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647567033994, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/artifacts/service-DemoPnfB8mx5j73y5lz9snyqbm1-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T01:32:16.185Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:32:16.185Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.185Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "aai-ml", "timestamp": 1647567027908, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/artifacts/service-DemoPnfB8mx5j73y5lz9snyqbm1-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:32:16.185Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.185Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.185Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "aai-ml", "timestamp": 1647567027908, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/artifacts/service-DemoPnfB8mx5j73y5lz9snyqbm1-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:32:16.185Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-18T01:32:16.185Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.185Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647567035589, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/artifacts/service-DemoPnfB8mx5j73y5lz9snyqbm1-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T01:32:16.185Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:32:16.186Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.186Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "clamp", "timestamp": 1647567035658, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/artifacts/service-DemoPnfB8mx5j73y5lz9snyqbm1-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T01:32:16.186Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:32:16.186Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.186Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647567036592, "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-03-18T01:32:16.191Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16 2022-03-18T01:32:16.191Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16 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-03-18T01:32:16.198Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.198Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "aai-ml", "timestamp": 1647567036902, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/artifacts/service-DemoPnfB8mx5j73y5lz9snyqbm1-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T01:32:16.198Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:32:16.198Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.198Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "clamp", "timestamp": 1647567037664, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/artifacts/service-DemoPnfB8mx5j73y5lz9snyqbm1-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T01:32:16.198Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:32:16.199Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.199Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "clamp", "timestamp": 1647567038666, "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-03-18T01:32:16.202Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16 2022-03-18T01:32:16.202Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16 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-03-18T01:32:16.209Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.209Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "aai-ml", "timestamp": 1647567040535, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/artifacts/service-DemoPnfB8mx5j73y5lz9snyqbm1-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T01:32:16.209Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:32:16.209Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T01:32:16.209Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "aai-ml", "timestamp": 1647567041539, "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-03-18T01:32:16.213Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16 2022-03-18T01:32:16.213Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16 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-03-18T01:32:27.550Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-18T01:32:27.562Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-18T01:32:27.565Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-18T01:32:27.565Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-18T01:32:27.565Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-18T01:32:27.565Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-18T01:32:27.566Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-18T01:32:27.566Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-18T01:32:27.566Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-18T01:32:27.566Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-18T01:32:27.566Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-18T01:32:27.566Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-18T01:32:27.566Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-18T01:32:27.566Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-18T01:32:27.571Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-18T01:32:57.571Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16 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-03-18T01:32:57.578Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16 and serviceModelVersionId: d80911ca-01d6-4818-89a8-6790cc055828 2022-03-18T01:32:57.578Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5277a82e-5a3a-4b0d-b227-66eb8df8351c 2022-03-18T01:32:57.578Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5277a82e-5a3a-4b0d-b227-66eb8df8351c/model-vers/model-ver/d80911ca-01d6-4818-89a8-6790cc055828?depth=0 2022-03-18T01:32:57.583Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-03-18T01:32:57.616Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5277a82e-5a3a-4b0d-b227-66eb8df8351c/model-vers/model-ver/d80911ca-01d6-4818-89a8-6790cc055828?depth=0|INFO|500||Invoke 2022-03-18T01:32:57.616Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5277a82e-5a3a-4b0d-b227-66eb8df8351c/model-vers/model-ver/d80911ca-01d6-4818-89a8-6790cc055828?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5277a82e-5a3a-4b0d-b227-66eb8df8351c/model-vers/model-ver/d80911ca-01d6-4818-89a8-6790cc055828?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d37c726c-1a1c-4e76-a043-251e14845ce3], X-ECOMP-RequestID=[3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16], X-TransactionId=[], X-ONAP-RequestID=[3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16], Content-Type=[application/merge-patch+json]} 2022-03-18T01:32:57.633Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5277a82e-5a3a-4b0d-b227-66eb8df8351c/model-vers/model-ver/d80911ca-01d6-4818-89a8-6790cc055828?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-18T01:32:57.815Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5277a82e-5a3a-4b0d-b227-66eb8df8351c/model-vers/model-ver/d80911ca-01d6-4818-89a8-6790cc055828?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/5277a82e-5a3a-4b0d-b227-66eb8df8351c/model-vers/model-ver/d80911ca-01d6-4818-89a8-6790cc055828?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220318-01:32:57:637-79290], vertex-id=[479312], Content-Length=[0], Date=[Fri, 18 Mar 2022 01:32:57 GMT], Content-Type=[application/json]} 2022-03-18T01:32:57.816Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5277a82e-5a3a-4b0d-b227-66eb8df8351c/model-vers/model-ver/d80911ca-01d6-4818-89a8-6790cc055828?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-18T01:32:57.816Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5277a82e-5a3a-4b0d-b227-66eb8df8351c/model-vers/model-ver/d80911ca-01d6-4818-89a8-6790cc055828?depth=0|INFO|500||InvokeReturn 2022-03-18T01:32:57.817Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-18T01:32:57.817Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-18T01:32:57.821Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-18T01:32:57.821Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-18T01:32:57.822Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-18T01:32:57.822Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:32:57.823Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:32:57.824Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567177821, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-18T01:32:57.924Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:32:57.925Z||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-03-18T01:32:57.925Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:32:57.934Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:32:57.934Z||pool-76-thread-1|||||INFO|500||cambria reply ok (10 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-03-18T01:32:58.834Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:32:58.835Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T01:32:58.835Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T01:33:08.368Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:33:16.105Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:33:16.106Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T01:33:16.106Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T01:33:16.107Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:33:16.107Z||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-03-18T01:33:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:33:16.129Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:33:16.129Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-18T01:33:16.130Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567076105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:33:16.130Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-18T01:33:16.130Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-18T01:33:16.130Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567076105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-18T01:33:16.130Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-18T01:33:16.130Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-18T01:33:16.130Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567076105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-18T01:33:16.130Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-18T01:33:16.130Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-18T01:33:16.131Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567076105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:33:16.131Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-18T01:33:16.131Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-18T01:33:16.131Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567076105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T01:33:16.131Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-18T01:33:16.131Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-18T01:33:16.131Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567076105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/resourceInstances/pnfa6a6504039d80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T01:33:16.131Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-18T01:33:16.131Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-18T01:33:16.131Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567076105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/artifacts/service-DemoPnfB8mx5j73y5lz9snyqbm1-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:33:16.131Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-18T01:33:16.131Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-18T01:33:16.131Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567076105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/artifacts/service-DemoPnfB8mx5j73y5lz9snyqbm1-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:33:16.131Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-18T01:33:16.131Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-18T01:33:16.131Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567084834, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/artifacts/service-DemoPnfB8mx5j73y5lz9snyqbm1-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T01:33:16.131Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:33:16.132Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-18T01:33:16.132Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567086522, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8mx5j73y5lz9snyqbm1/1.0/artifacts/service-DemoPnfB8mx5j73y5lz9snyqbm1-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T01:33:16.132Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:33:25.640Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:34:16.105Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:34:16.106Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T01:34:16.106Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T01:34:16.107Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:34:16.107Z||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-03-18T01:34:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:34:16.625Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:34:16.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:34:16.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567177821, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-18T01:34:16.626Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:34:25.642Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:35:16.105Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:35:16.106Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T01:35:16.106Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T01:35:16.107Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:35:16.107Z||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-03-18T01:35:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:35:25.642Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:35:25.642Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:36:16.105Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:36:16.106Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T01:36:16.106Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T01:36:16.107Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:36:16.107Z||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-03-18T01:36:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:36:25.639Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:36:25.654Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:37:16.105Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:37:16.106Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T01:37:16.106Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T01:37:16.106Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:37:16.107Z||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-03-18T01:37:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:37:25.640Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:37:25.641Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:38:16.105Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:38:16.106Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T01:38:16.106Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T01:38:16.107Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:38:16.107Z||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-03-18T01:38:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:38:16.730Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:38:16.730Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:38:16.730Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.730Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"7ef10795-a986-45b4-ab79-67742bf43a25","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"848b63d9-6c7d-465e-89c3-f9ce8fa5d9b3","serviceDescription":"service","serviceInvariantUUID":"7f502a4d-c40b-4958-8d6c-1f3316237dcb","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6361a8f4-25d1-4bf3-891d-5a21a37db44b","resourceInvariantUUID":"913be855-a35c-4a0f-82d4-9f796c7b4e51","resourceCustomizationUUID":"efb0ab45-5c5c-4bc4-9eb6-d7f3a78b9ac9","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":"ZWRkOTgxZDA1NDlhZTQxZmI3NjY1NDYxMDhhMzQxZjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"067cebad-5650-45ac-ac84-a4df1e57691b","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":"MjJjMmU0YzAwM2RmYmQ5MzdlYjRkOTU3MmE1Njc5Y2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b481ed4a-6e43-4c7d-a8f9-6fbb880f3722","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":"7c636c1e-fd34-4839-9cdc-3fffb9ca88ce","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":"3524e8fe-a78f-460a-a09c-59079e9cbadb","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":"a2f8c6cd-c190-4b1d-8133-fcd4aa39e2dd","artifactVersion":"2","generatedFromUUID":"7c636c1e-fd34-4839-9cdc-3fffb9ca88ce"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MTExOTJmODYzNjJmOTFkN2Y3YTk4OTFiMmUwMjk3OGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"280be7a0-da66-4674-9b8c-7550ac12eed8","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YTQ0NGViNWYxMjUzNTk2ZWU4ZWI1ODY1YzM3ODM3Y2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a127f8a8-f1e2-4873-bdc4-a9b7161d3247","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-18T01:38:16.731Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.731Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647567445174, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:38:16.731Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:38:16.731Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.731Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "cds", "timestamp": 1647567449304, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:38:16.731Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:38:16.731Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.732Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "aai-ml", "timestamp": 1647567447907, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:38:16.732Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:38:16.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.732Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647567445174, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-18T01:38:16.732Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:38:16.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.732Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T01:38:16.732Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "cds", "timestamp": 1647567449304, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-18T01:38:16.732Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:38:16.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.732Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:38:16.732Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "aai-ml", "timestamp": 1647567447907, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-18T01:38:16.732Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:38:16.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.732Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647567445174, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T01:38:16.732Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:38:16.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.732Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "cds", "timestamp": 1647567449304, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T01:38:16.732Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:38:16.733Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.733Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "aai-ml", "timestamp": 1647567447907, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T01:38:16.733Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:38:16.733Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.733Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647567445174, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:38:16.733Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:38:16.733Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.733Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "cds", "timestamp": 1647567449304, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:38:16.733Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:38:16.733Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.733Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "aai-ml", "timestamp": 1647567447907, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:38:16.733Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:38:16.733Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.733Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "policy-id", "timestamp": 1647567454254, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:38:16.733Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:38:16.733Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.733Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647567445174, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-18T01:38:16.734Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:38:16.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.734Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "cds", "timestamp": 1647567449304, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-18T01:38:16.734Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:38:16.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.734Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "aai-ml", "timestamp": 1647567447907, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-18T01:38:16.734Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:38:16.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.734Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:38:16.734Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "multicloud-k8s-id", "timestamp": 1647567454850, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:38:16.734Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567496105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:38:16.734Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:38:16.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.734Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "policy-id", "timestamp": 1647567454254, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-18T01:38:16.734Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:38:16.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.734Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647567445174, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:38:16.734Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:38:16.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.734Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "cds", "timestamp": 1647567449304, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:38:16.734Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:38:16.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.735Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "aai-ml", "timestamp": 1647567447907, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:38:16.735Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:38:16.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.735Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "multicloud-k8s-id", "timestamp": 1647567454850, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-18T01:38:16.735Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:38:16.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.735Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "policy-id", "timestamp": 1647567454254, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-18T01:38:16.735Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:38:16.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.735Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "cds", "timestamp": 1647567449304, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:38:16.735Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:38:16.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.735Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647567445174, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:38:16.735Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:38:16.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.735Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "aai-ml", "timestamp": 1647567447907, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:38:16.735Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:38:16.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "multicloud-k8s-id", "timestamp": 1647567454850, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-18T01:38:16.736Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:38:16.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "policy-id", "timestamp": 1647567454254, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:38:16.736Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:38:16.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "cds", "timestamp": 1647567458355, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T01:38:16.736Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:38:16.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647567458355, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T01:38:16.736Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:38:16.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "aai-ml", "timestamp": 1647567458358, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T01:38:16.736Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:38:16.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "multicloud-k8s-id", "timestamp": 1647567454850, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:38:16.736Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:38:16.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "policy-id", "timestamp": 1647567454254, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-18T01:38:16.737Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:38:16.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "cds", "timestamp": 1647567459360, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-18T01:38:16.752Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7ef10795-a986-45b4-ab79-67742bf43a25 2022-03-18T01:38:16.752Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ef10795-a986-45b4-ab79-67742bf43a25 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-03-18T01:38:16.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "multicloud-k8s-id", "timestamp": 1647567454850, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-18T01:38:16.758Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:38:16.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "policy-id", "timestamp": 1647567454254, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:38:16.759Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:38:16.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "ves-openapi-manager", "timestamp": 1647567459402, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:38:16.759Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:38:16.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647567460281, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T01:38:16.759Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:38:16.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "multicloud-k8s-id", "timestamp": 1647567454850, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:38:16.759Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:38:16.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "policy-id", "timestamp": 1647567454254, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:38:16.759Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:38:16.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "ves-openapi-manager", "timestamp": 1647567459402, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-18T01:38:16.760Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:38:16.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.760Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647567461283, "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-03-18T01:38:16.763Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7ef10795-a986-45b4-ab79-67742bf43a25 2022-03-18T01:38:16.763Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ef10795-a986-45b4-ab79-67742bf43a25 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-03-18T01:38:16.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "multicloud-k8s-id", "timestamp": 1647567454850, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:38:16.768Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:38:16.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "policy-id", "timestamp": 1647567461946, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T01:38:16.768Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:38:16.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "ves-openapi-manager", "timestamp": 1647567459402, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T01:38:16.769Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:38:16.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "multicloud-k8s-id", "timestamp": 1647567462544, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-18T01:38:16.769Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:38:16.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "policy-id", "timestamp": 1647567462950, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T01:38:16.769Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:38:16.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "ves-openapi-manager", "timestamp": 1647567459402, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:38:16.769Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:38:16.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "aai-ml", "timestamp": 1647567463175, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T01:38:16.769Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:38:16.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "multicloud-k8s-id", "timestamp": 1647567463585, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-18T01:38:16.769Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:38:16.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "policy-id", "timestamp": 1647567463953, "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-03-18T01:38:16.772Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7ef10795-a986-45b4-ab79-67742bf43a25 2022-03-18T01:38:16.772Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ef10795-a986-45b4-ab79-67742bf43a25 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-03-18T01:38:16.777Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.777Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "ves-openapi-manager", "timestamp": 1647567459402, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-18T01:38:16.777Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:38:16.777Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.777Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "aai-ml", "timestamp": 1647567464178, "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-03-18T01:38:16.780Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7ef10795-a986-45b4-ab79-67742bf43a25 2022-03-18T01:38:16.781Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ef10795-a986-45b4-ab79-67742bf43a25 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-03-18T01:38:16.785Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.786Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "multicloud-k8s-id", "timestamp": 1647567464709, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-18T01:38:16.786Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:38:16.786Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.786Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "ves-openapi-manager", "timestamp": 1647567459402, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:38:16.786Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:38:16.786Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.786Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "multicloud-k8s-id", "timestamp": 1647567465744, "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-03-18T01:38:16.790Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7ef10795-a986-45b4-ab79-67742bf43a25 2022-03-18T01:38:16.790Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ef10795-a986-45b4-ab79-67742bf43a25 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-03-18T01:38:16.794Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.794Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "ves-openapi-manager", "timestamp": 1647567459402, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-18T01:38:16.794Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:38:16.794Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.794Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "multicloud-k8s-id", "timestamp": 1647567466748, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-18T01:38:16.794Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:38:16.795Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.795Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "clamp", "timestamp": 1647567470417, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:38:16.795Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:38:16.795Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.795Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "clamp", "timestamp": 1647567470417, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-18T01:38:16.795Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:38:16.795Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.795Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "clamp", "timestamp": 1647567470417, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T01:38:16.795Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:38:16.795Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.795Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "clamp", "timestamp": 1647567470417, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:38:16.795Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:38:16.795Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.795Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "clamp", "timestamp": 1647567470417, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-18T01:38:16.795Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:38:16.795Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.795Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "clamp", "timestamp": 1647567470417, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:38:16.796Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:38:16.796Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.796Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "clamp", "timestamp": 1647567470417, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:38:16.796Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:38:16.796Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.796Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "clamp", "timestamp": 1647567486707, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T01:38:16.796Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:38:16.796Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.796Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "clamp", "timestamp": 1647567488715, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T01:38:16.796Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:38:16.796Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:38:16.796Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "clamp", "timestamp": 1647567489718, "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-03-18T01:38:16.799Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7ef10795-a986-45b4-ab79-67742bf43a25 2022-03-18T01:38:16.799Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ef10795-a986-45b4-ab79-67742bf43a25 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-03-18T01:38:16.834Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:38:16.835Z||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-03-18T01:38:16.835Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:38:16.843Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:38:16.843Z||pool-77-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:38:17.734Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T01:38:17.735Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:38:17.737Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:38:17.737Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567496105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-18T01:38:17.837Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:38:17.838Z||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-03-18T01:38:17.838Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:38:17.846Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:38:17.846Z||pool-78-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:38:18.737Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T01:38:18.738Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:38:18.740Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:38:18.740Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567496105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-18T01:38:18.840Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:38:18.841Z||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-03-18T01:38:18.841Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:38:18.849Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:38:18.849Z||pool-79-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:38:19.741Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T01:38:19.741Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:38:19.743Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:38:19.743Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567496105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:38:19.844Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-18T01:38:19.844Z||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-03-18T01:38:19.844Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:38:19.853Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:38:19.853Z||pool-80-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:38:20.744Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T01:38:20.744Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:38:20.746Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:38:20.746Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567496105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-18T01:38:20.846Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:38:20.847Z||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-03-18T01:38:20.847Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:38:20.855Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:38:20.856Z||pool-81-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:38:21.746Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T01:38:21.747Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:38:21.748Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:38:21.749Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567496105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:38:21.849Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:38:21.850Z||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-03-18T01:38:21.850Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:38:21.858Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:38:21.859Z||pool-82-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:38:22.749Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T01:38:22.750Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:38:22.751Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:38:22.752Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567496105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:38:22.852Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:38:22.852Z||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-03-18T01:38:22.852Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:38:22.860Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:38:22.860Z||pool-83-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:38:23.753Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "848b63d9-6c7d-465e-89c3-f9ce8fa5d9b3", "serviceDescription": "service", "serviceInvariantUUID": "7f502a4d-c40b-4958-8d6c-1f3316237dcb", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "efb0ab45-5c5c-4bc4-9eb6-d7f3a78b9ac9", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6361a8f4-25d1-4bf3-891d-5a21a37db44b", "resourceInvariantUUID": "913be855-a35c-4a0f-82d4-9f796c7b4e51", "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": "MjJjMmU0YzAwM2RmYmQ5MzdlYjRkOTU3MmE1Njc5Y2U\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b481ed4a-6e43-4c7d-a8f9-6fbb880f3722", "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": "7c636c1e-fd34-4839-9cdc-3fffb9ca88ce", "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": "a2f8c6cd-c190-4b1d-8133-fcd4aa39e2dd", "generatedFromUUID": "7c636c1e-fd34-4839-9cdc-3fffb9ca88ce" }, "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": "a2f8c6cd-c190-4b1d-8133-fcd4aa39e2dd", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "YTQ0NGViNWYxMjUzNTk2ZWU4ZWI1ODY1YzM3ODM3Y2Y\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a127f8a8-f1e2-4873-bdc4-a9b7161d3247" } ], "workloadContext": "Production" } 2022-03-18T01:38:23.753Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-18T01:38:23.753Z|3fd0a4f0-5a0e-4d1d-b612-c832ebf76d16|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 848b63d9-6c7d-465e-89c3-f9ce8fa5d9b3 ASDC 2022-03-18T01:38:23.753Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:7ef10795-a986-45b4-ab79-67742bf43a25 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:848b63d9-6c7d-465e-89c3-f9ce8fa5d9b3 ServiceInvariantUUID:7f502a4d-c40b-4958-8d6c-1f3316237dcb 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:a127f8a8-f1e2-4873-bdc4-a9b7161d3247 ArtifactChecksum:YTQ0NGViNWYxMjUzNTk2ZWU4ZWI1ODY1YzM3ODM3Y2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:efb0ab45-5c5c-4bc4-9eb6-d7f3a78b9ac9 ResourceInvariantUUID:913be855-a35c-4a0f-82d4-9f796c7b4e51 ResourceName:basic_vm ResourceType:VF ResourceUUID:6361a8f4-25d1-4bf3-891d-5a21a37db44b 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:b481ed4a-6e43-4c7d-a8f9-6fbb880f3722 ArtifactChecksum:MjJjMmU0YzAwM2RmYmQ5MzdlYjRkOTU3MmE1Njc5Y2U= 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:7c636c1e-fd34-4839-9cdc-3fffb9ca88ce 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:a2f8c6cd-c190-4b1d-8133-fcd4aa39e2dd 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:a2f8c6cd-c190-4b1d-8133-fcd4aa39e2dd ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-18T01:38:23.753Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 848b63d9-6c7d-465e-89c3-f9ce8fa5d9b3 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-03-18T01:38:23.787Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-18T01:38:23.787Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-18T01:38:23.787Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-18T01:38:23.787Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a127f8a8-f1e2-4873-bdc4-a9b7161d3247 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-18T01:38:23.787Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-18T01:38:23.787Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-18T01:38:23.829Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-18T01:38:23.832Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar a127f8a8-f1e2-4873-bdc4-a9b7161d3247 71070 2022-03-18T01:38:23.832Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-03-18T01:38:23.832Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-18T01:38:23.832Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-18T01:38:23.832Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:38:23.834Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:38:23.834Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567503832, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T01:38:23.934Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:38:23.935Z||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-03-18T01:38:23.935Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:38:23.943Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:38:23.943Z||pool-84-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:38:24.834Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-18T01:38:24.835Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-18T01:38:24.835Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: a127f8a8-f1e2-4873-bdc4-a9b7161d3247, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-03-18T01:38:24.836Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-03-18T01:38:24.836Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-03-18T01:38:24.836Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-03-18T01:38:25.005Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP326047314931804986/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-03-18T01:38:25.862Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-18T01:38:25.862Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-18T01:38:25.862Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-18T01:38:25.862Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-18T01:38:25.862Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-18T01:38:25.862Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-18T01:38:25.862Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-18T01:38:25.862Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-18T01:38:25.862Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-18T01:38:25.863Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-18T01:38:25.863Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-18T01:38:25.863Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-18T01:38:25.863Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-18T01:38:25.863Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-18T01:38:25.863Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:38:25.863Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:38:25.863Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-18T01:38:25.863Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-18T01:38:25.863Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-18T01:38:25.863Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:38:25.863Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:38:25.864Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-18T01:38:25.864Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-18T01:38:25.864Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-18T01:38:25.864Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:38:25.864Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:38:25.864Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:38:25.864Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-18T01:38:25.864Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-03-18T01:38:25.864Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-03-18T01:38:25.864Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-03-18T01:38:25.864Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-18T01:38:25.864Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-18T01:38:25.865Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:38:25.865Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-18T01:38:25.865Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:38:25.865Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-18T01:38:25.865Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-18T01:38:25.865Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:38:25.865Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-18T01:38:25.865Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-18T01:38:25.865Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:38:25.865Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-18T01:38:25.866Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-18T01:38:25.866Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:38:25.866Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-18T01:38:25.866Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-18T01:38:25.866Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-18T01:38:25.866Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=101a2841-b5a3-4478-a6c6-c2e891edf85b 2022-03-18T01:38:25.866Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:38:25.866Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:38:25.866Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:38:25.866Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:38:25.866Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:38:25.866Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:38:25.867Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:38:25.867Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:38:25.867Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:848b63d9-6c7d-465e-89c3-f9ce8fa5d9b3 Model Version:NULL Model InvariantUuid:7f502a4d-c40b-4958-8d6c-1f3316237dcb Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:2964f725-1f38-4d87-9038-f48545384eac Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:913be855-a35c-4a0f-82d4-9f796c7b4e51 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:efb0ab45-5c5c-4bc4-9eb6-d7f3a78b9ac9 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9558fb8a-9085-4870-9144-d525e54c1c7a ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:39354497-7384-4db5-99c0-05a5b849597f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:101a2841-b5a3-4478-a6c6-c2e891edf85b ModelInvariantUuid:a3e9823b-65e9-46e4-aaec-8f59936d488e ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:1f06809d-55d8-43a4-b001-90e4c19b6022 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:745c93ce-19d6-4c88-be59-fdbc7f47b58d ModelInvariantUuid:82e9d677-db88-4924-84b2-af6b29d64cdf ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:096e383a-7223-4b4b-a320-a1903c2f71fb 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-03-18T01:38:25.872Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 6361a8f4-25d1-4bf3-891d-5a21a37db44b Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-18T01:38:25.875Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||basic_vm 0 2022-03-18T01:38:25.875Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6361a8f4-25d1-4bf3-891d-5a21a37db44b 2022-03-18T01:38:25.875Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b481ed4a-6e43-4c7d-a8f9-6fbb880f3722 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-03-18T01:38:25.875Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-18T01:38:25.875Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||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-03-18T01:38:25.911Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-18T01:38:25.911Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json b481ed4a-6e43-4c7d-a8f9-6fbb880f3722 787 2022-03-18T01:38:25.912Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||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-03-18T01:38:25.912Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||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-03-18T01:38:25.912Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-18T01:38:25.912Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:38:25.913Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:38:25.913Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567505911, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-18T01:38:26.013Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-18T01:38:26.014Z||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-03-18T01:38:26.014Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:38:26.022Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:38:26.022Z||pool-85-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:38:26.914Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "9558fb8a-9085-4870-9144-d525e54c1c7a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "39354497-7384-4db5-99c0-05a5b849597f", "vfModuleModelCustomizationUUID": "000a00ce-31c5-4cb1-9771-261c4f11f230", "isBase": true, "artifacts": [ "7c636c1e-fd34-4839-9cdc-3fffb9ca88ce", "a2f8c6cd-c190-4b1d-8133-fcd4aa39e2dd" ], "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-03-18T01:38:26.917Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:39354497-7384-4db5-99c0-05a5b849597f VfModuleModelInvariantUUID:9558fb8a-9085-4870-9144-d525e54c1c7a VfModuleModelDescription:NULL Artifacts UUID List:{ 7c636c1e-fd34-4839-9cdc-3fffb9ca88ce , a2f8c6cd-c190-4b1d-8133-fcd4aa39e2dd } 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-03-18T01:38:26.918Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "9558fb8a-9085-4870-9144-d525e54c1c7a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "39354497-7384-4db5-99c0-05a5b849597f", "vfModuleModelCustomizationUUID": "000a00ce-31c5-4cb1-9771-261c4f11f230", "isBase": true, "artifacts": [ "7c636c1e-fd34-4839-9cdc-3fffb9ca88ce", "a2f8c6cd-c190-4b1d-8133-fcd4aa39e2dd" ], "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-03-18T01:38:26.918Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:39354497-7384-4db5-99c0-05a5b849597f VfModuleModelInvariantUUID:9558fb8a-9085-4870-9144-d525e54c1c7a VfModuleModelDescription:NULL Artifacts UUID List:{ 7c636c1e-fd34-4839-9cdc-3fffb9ca88ce , a2f8c6cd-c190-4b1d-8133-fcd4aa39e2dd } 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-03-18T01:38:26.919Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 7c636c1e-fd34-4839-9cdc-3fffb9ca88ce from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-18T01:38:26.919Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-18T01:38:26.919Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||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-03-18T01:38:26.953Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-18T01:38:26.953Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 7c636c1e-fd34-4839-9cdc-3fffb9ca88ce 5033 2022-03-18T01:38:26.954Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||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-03-18T01:38:26.954Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||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-03-18T01:38:26.954Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-18T01:38:26.954Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:38:26.955Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:38:26.955Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567506954, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-18T01:38:27.055Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-18T01:38:27.056Z||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-03-18T01:38:27.056Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:38:27.065Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:38:27.066Z||pool-86-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:38:27.956Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a2f8c6cd-c190-4b1d-8133-fcd4aa39e2dd from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-18T01:38:27.956Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-18T01:38:27.957Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||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-03-18T01:38:28.009Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-18T01:38:28.009Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env a2f8c6cd-c190-4b1d-8133-fcd4aa39e2dd 903 2022-03-18T01:38:28.009Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||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-03-18T01:38:28.009Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||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-03-18T01:38:28.009Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-18T01:38:28.010Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:38:28.011Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:38:28.011Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567508009, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-18T01:38:28.111Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:38:28.112Z||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-03-18T01:38:28.112Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:38:28.121Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:38:28.121Z||pool-87-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:38:29.012Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 848b63d9-6c7d-465e-89c3-f9ce8fa5d9b3 2022-03-18T01:38:29.012Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 6361a8f4-25d1-4bf3-891d-5a21a37db44b 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-03-18T01:38:29.024Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@78392839, org.onap.sdc.toscaparser.api.parameters.Input@37c8ab9a, org.onap.sdc.toscaparser.api.parameters.Input@7a55fd18, org.onap.sdc.toscaparser.api.parameters.Input@1bf47cd0, org.onap.sdc.toscaparser.api.parameters.Input@2abdf777] 2022-03-18T01:38:29.025Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:38:29.025Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:38:29.025Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-03-18T01:38:29.025Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= efb0ab45-5c5c-4bc4-9eb6-d7f3a78b9ac9 2022-03-18T01:38:29.025Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: efb0ab45-5c5c-4bc4-9eb6-d7f3a78b9ac9 matches Tosca VF Customization UUID: efb0ab45-5c5c-4bc4-9eb6-d7f3a78b9ac9 2022-03-18T01:38:29.025Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: efb0ab45-5c5c-4bc4-9eb6-d7f3a78b9ac9 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-03-18T01:38:29.027Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:38:29.027Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:38:29.028Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id efb0ab45-5c5c-4bc4-9eb6-d7f3a78b9ac9: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2022-03-18T01:38:29.028Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@61fafcad 2022-03-18T01:38:29.028Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:38:29.028Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-18T01:38:29.028Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 000a00ce-31c5-4cb1-9771-261c4f11f230 2022-03-18T01:38:29.029Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 000a00ce-31c5-4cb1-9771-261c4f11f230 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-03-18T01:38:29.031Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:38:29.031Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-18T01:38:29.031Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-18T01:38:29.031Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:38:29.031Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-18T01:38:29.031Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-18T01:38:29.031Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:38:29.032Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-18T01:38:29.032Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-18T01:38:29.032Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-18T01:38:29.032Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=101a2841-b5a3-4478-a6c6-c2e891edf85b 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-03-18T01:38:29.034Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:38:29.034Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-18T01:38:29.034Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-18T01:38:29.034Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:38:29.034Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-18T01:38:29.035Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=efb0ab45-5c5c-4bc4-9eb6-d7f3a78b9ac9 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-18T01:38:29.036Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:38:29.036Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:38:29.036Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 848b63d9-6c7d-465e-89c3-f9ce8fa5d9b3: basic_vm 2022-03-18T01:38:29.036Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:38:29.037Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:38:29.037Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:38:29.037Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:38:29.037Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:38:29.037Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:38:29.037Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:38:29.037Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:38:29.037Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T01:38:29.037Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T01:38:29.037Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||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-03-18T01:38:29.129Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 6361a8f4-25d1-4bf3-891d-5a21a37db44b 1 ASDC deployResourceStructure 2022-03-18T01:38:29.130Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||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-03-18T01:38:29.130Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||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-03-18T01:38:29.130Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-18T01:38:29.130Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:38:29.132Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:38:29.132Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567509130, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-18T01:38:29.232Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:38:29.232Z||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-03-18T01:38:29.233Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:38:29.241Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:38:29.242Z||pool-88-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:38:30.133Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||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-03-18T01:38:30.133Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||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-03-18T01:38:30.133Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-18T01:38:30.133Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:38:30.134Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:38:30.135Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567510132, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-18T01:38:30.235Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:38:30.235Z||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-03-18T01:38:30.235Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:38:30.243Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:38:30.244Z||pool-89-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:38:31.136Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||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-03-18T01:38:31.136Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||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-03-18T01:38:31.136Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-18T01:38:31.136Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:38:31.138Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:38:31.138Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567511135, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-18T01:38:31.238Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:38:31.239Z||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-03-18T01:38:31.239Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:38:31.247Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:38:31.248Z||pool-90-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:38:32.139Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-03-18T01:38:32.139Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-18T01:38:32.139Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-18T01:38:32.139Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:38:32.141Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:38:32.141Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567512139, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T01:38:32.241Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:38:32.242Z||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-03-18T01:38:32.242Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:38:32.250Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:38:32.251Z||pool-91-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-18T01:38:33.141Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7ef10795-a986-45b4-ab79-67742bf43a25 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-18T01:38:33.151Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7ef10795-a986-45b4-ab79-67742bf43a25 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-18T01:38:33.153Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-18T01:38:33.153Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-18T01:38:33.153Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-18T01:38:33.153Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-18T01:38:33.153Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-18T01:38:33.153Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-18T01:38:33.154Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-18T01:38:33.154Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-18T01:38:33.154Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-18T01:38:33.154Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-18T01:38:33.154Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-18T01:38:33.158Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-18T01:39:03.158Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7ef10795-a986-45b4-ab79-67742bf43a25 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-03-18T01:39:03.164Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7ef10795-a986-45b4-ab79-67742bf43a25 and serviceModelVersionId: 848b63d9-6c7d-465e-89c3-f9ce8fa5d9b3 2022-03-18T01:39:03.164Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7f502a4d-c40b-4958-8d6c-1f3316237dcb 2022-03-18T01:39:03.165Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7f502a4d-c40b-4958-8d6c-1f3316237dcb/model-vers/model-ver/848b63d9-6c7d-465e-89c3-f9ce8fa5d9b3?depth=0 2022-03-18T01:39:03.168Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-03-18T01:39:03.197Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f502a4d-c40b-4958-8d6c-1f3316237dcb/model-vers/model-ver/848b63d9-6c7d-465e-89c3-f9ce8fa5d9b3?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-03-18T01:39:03.198Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f502a4d-c40b-4958-8d6c-1f3316237dcb/model-vers/model-ver/848b63d9-6c7d-465e-89c3-f9ce8fa5d9b3?depth=0|INFO|500||Invoke 2022-03-18T01:39:03.214Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f502a4d-c40b-4958-8d6c-1f3316237dcb/model-vers/model-ver/848b63d9-6c7d-465e-89c3-f9ce8fa5d9b3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-18T01:39:03.652Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f502a4d-c40b-4958-8d6c-1f3316237dcb/model-vers/model-ver/848b63d9-6c7d-465e-89c3-f9ce8fa5d9b3?depth=0|INFO|500||InvokeReturn 2022-03-18T01:39:03.653Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f502a4d-c40b-4958-8d6c-1f3316237dcb/model-vers/model-ver/848b63d9-6c7d-465e-89c3-f9ce8fa5d9b3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220318-01:39:03:218-75995], vertex-id=[237632], Content-Length=[0], Date=[Fri, 18 Mar 2022 01:39:03 GMT], Content-Type=[application/json]} 2022-03-18T01:39:03.653Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2022-03-18T01:39:03.653Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-18T01:39:03.653Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-18T01:39:03.659Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-18T01:39:03.659Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7ef10795-a986-45b4-ab79-67742bf43a25 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-18T01:39:03.659Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-18T01:39:03.659Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-18T01:39:03.661Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T01:39:03.661Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567543659, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-18T01:39:03.761Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T01:39:03.761Z||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-03-18T01:39:03.762Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T01:39:03.772Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:39:03.772Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 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-03-18T01:39:16.105Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:39:16.106Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T01:39:16.106Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T01:39:16.107Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:39:16.107Z||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-03-18T01:39:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:39:16.222Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:39:16.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:39:16.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567496105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:39:16.223Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:39:25.648Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:40:16.105Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:40:16.106Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T01:40:16.106Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T01:40:16.106Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:40:16.107Z||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-03-18T01:40:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:40:16.627Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:40:16.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:40:16.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567496105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-18T01:40:16.629Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:40:16.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:40:16.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567496105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-18T01:40:16.629Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:40:16.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:40:16.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567496105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T01:40:16.629Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:40:16.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:40:16.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567496105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-18T01:40:16.629Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:40:16.630Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:40:16.630Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567496105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T01:40:16.630Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:40:16.630Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:40:16.630Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567496105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-18T01:40:16.630Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-18T01:40:16.630Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:40:16.630Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567503832, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T01:40:16.630Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:40:16.630Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:40:16.630Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567505911, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-18T01:40:16.630Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:40:16.630Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:40:16.630Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567506954, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-18T01:40:16.630Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:40:16.630Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:40:16.630Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567508009, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-18T01:40:16.631Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:40:16.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:40:16.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567509130, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-18T01:40:16.631Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:40:16.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:40:16.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567510132, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-18T01:40:16.631Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:40:16.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:40:16.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567511135, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-18T01:40:16.631Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:40:16.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:40:16.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567512139, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T01:40:16.631Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:40:16.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-18T01:40:16.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef10795-a986-45b4-ab79-67742bf43a25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647567543659, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-18T01:40:16.631Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T01:40:25.644Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:41:16.105Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:41:16.106Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T01:41:16.106Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T01:41:16.107Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:41:16.107Z||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-03-18T01:41:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:41:25.640Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:41:25.640Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:42:16.105Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:42:16.106Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T01:42:16.106Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T01:42:16.107Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:42:16.107Z||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-03-18T01:42:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:42:25.652Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:42:25.652Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:43:16.105Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:43:16.106Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T01:43:16.106Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T01:43:16.107Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:43:16.107Z||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-03-18T01:43:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:43:25.636Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:43:25.647Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:44:16.105Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:44:16.106Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T01:44:16.106Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T01:44:16.106Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:44:16.107Z||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-03-18T01:44:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:44:25.640Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:44:25.646Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:45:16.105Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:45:16.106Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T01:45:16.106Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T01:45:16.107Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:45:16.107Z||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-03-18T01:45:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:45:25.639Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:45:25.640Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:46:16.105Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:46:16.106Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T01:46:16.106Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T01:46:16.107Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:46:16.107Z||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-03-18T01:46:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:46:25.641Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:46:25.641Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:47:16.105Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:47:16.106Z||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-03-18T01:47:16.106Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:47:16.107Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:47:16.107Z||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-03-18T01:47:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:47:25.642Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:47:25.643Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:48:16.105Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:48:16.106Z||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-03-18T01:48:16.106Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:48:16.107Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:48:16.107Z||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-03-18T01:48:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:48:25.638Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:48:25.638Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:49:16.105Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:49:16.106Z||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-03-18T01:49:16.106Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:49:16.107Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:49:16.107Z||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-03-18T01:49:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:49:25.640Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:49:25.642Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:50:16.105Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:50:16.106Z||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-03-18T01:50:16.106Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:50:16.107Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:50:16.107Z|c661173f-78e5-45cc-86e5-01da7df3e395|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-03-18T01:50:16.107Z|c661173f-78e5-45cc-86e5-01da7df3e395|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 YSt5y1DB22gNhozw) ... 2022-03-18T01:50:25.643Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:50:25.644Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:51:16.105Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:51:16.106Z||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-03-18T01:51:16.106Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:51:16.107Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:51:16.107Z||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-03-18T01:51:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:51:25.641Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:51:25.641Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:52:16.105Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:52:16.106Z||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-03-18T01:52:16.106Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:52:16.106Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:52:16.107Z||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-03-18T01:52:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:52:25.642Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:52:25.643Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:53:16.105Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:53:16.106Z||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-03-18T01:53:16.106Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:53:16.106Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:53:16.107Z|7ef10795-a986-45b4-ab79-67742bf43a25|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-03-18T01:53:16.107Z|7ef10795-a986-45b4-ab79-67742bf43a25|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 YSt5y1DB22gNhozw) ... 2022-03-18T01:53:25.651Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:53:25.653Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:54:16.105Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:54:16.106Z||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-03-18T01:54:16.106Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:54:16.106Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:54:16.107Z|7ef10795-a986-45b4-ab79-67742bf43a25|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-03-18T01:54:16.107Z|7ef10795-a986-45b4-ab79-67742bf43a25|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 YSt5y1DB22gNhozw) ... 2022-03-18T01:54:25.637Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:54:25.642Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:55:16.105Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:55:16.106Z||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-03-18T01:55:16.106Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:55:16.107Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:55:16.107Z||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-03-18T01:55:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:55:25.642Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:55:25.643Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:56:16.105Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:56:16.106Z||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-03-18T01:56:16.106Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:56:16.106Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:56:16.107Z||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-03-18T01:56:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:56:25.642Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:56:25.643Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:57:16.105Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:57:16.106Z||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-03-18T01:57:16.106Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:57:16.106Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:57:16.107Z|c661173f-78e5-45cc-86e5-01da7df3e395|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-03-18T01:57:16.107Z|c661173f-78e5-45cc-86e5-01da7df3e395|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 YSt5y1DB22gNhozw) ... 2022-03-18T01:57:25.642Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:57:25.642Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:58:16.105Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:58:16.106Z||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-03-18T01:58:16.106Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:58:16.107Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:58:16.107Z||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-03-18T01:58:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:58:25.638Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:58:25.640Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:59:16.105Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:59:16.106Z||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-03-18T01:59:16.106Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:59:16.106Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T01:59:16.107Z||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-03-18T01:59:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T01:59:25.639Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T01:59:25.640Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:00:16.105Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:00:16.106Z||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-03-18T02:00:16.106Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T02:00:16.107Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:00:16.107Z|c661173f-78e5-45cc-86e5-01da7df3e395|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-03-18T02:00:16.107Z|c661173f-78e5-45cc-86e5-01da7df3e395|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 YSt5y1DB22gNhozw) ... 2022-03-18T02:00:25.636Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:00:25.639Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:01:16.105Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:01:16.106Z||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-03-18T02:01:16.106Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T02:01:16.106Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:01:16.107Z||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-03-18T02:01:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T02:01:25.640Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:01:25.642Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:02:16.105Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:02:16.106Z||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-03-18T02:02:16.106Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T02:02:16.106Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:02:16.107Z||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-03-18T02:02:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T02:02:16.228Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:02:16.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.237Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "cds", "timestamp": 1647568889304, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.238Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "aai-ml", "timestamp": 1647568887908, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.238Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647568885174, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.238Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.239Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "cds", "timestamp": 1647568889304, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.239Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.239Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "aai-ml", "timestamp": 1647568887908, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.239Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.239Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647568885174, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.239Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.239Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "cds", "timestamp": 1647568889304, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.240Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "aai-ml", "timestamp": 1647568887908, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.240Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647568885174, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.240Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "cds", "timestamp": 1647568889304, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.240Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "aai-ml", "timestamp": 1647568887908, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.241Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.241Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647568885174, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.241Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.241Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "policy-id", "timestamp": 1647568894254, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.241Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.241Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "multicloud-k8s-id", "timestamp": 1647568894850, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.241Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.241Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "cds", "timestamp": 1647568889304, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.242Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.242Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.242Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "aai-ml", "timestamp": 1647568887908, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.242Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.242Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.242Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647568885174, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.242Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.242Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.242Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "policy-id", "timestamp": 1647568894254, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.242Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.242Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.242Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "multicloud-k8s-id", "timestamp": 1647568894850, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.242Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.243Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.243Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "cds", "timestamp": 1647568889304, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.243Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.243Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.243Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "aai-ml", "timestamp": 1647568887908, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.243Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.243Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.243Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647568885174, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.243Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.243Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.243Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "policy-id", "timestamp": 1647568894254, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.243Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.243Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "multicloud-k8s-id", "timestamp": 1647568894850, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-18T02:02:16.244Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "cds", "timestamp": 1647568889304, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.244Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "aai-ml", "timestamp": 1647568887908, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.244Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647568885174, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.244Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "policy-id", "timestamp": 1647568894254, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-18T02:02:16.245Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "multicloud-k8s-id", "timestamp": 1647568894850, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-18T02:02:16.245Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "cds", "timestamp": 1647568889304, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-18T02:02:16.245Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "aai-ml", "timestamp": 1647568887908, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-18T02:02:16.245Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.246Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647568885174, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-18T02:02:16.246Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.246Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "policy-id", "timestamp": 1647568894254, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.246Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.246Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "multicloud-k8s-id", "timestamp": 1647568894850, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.246Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.246Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "policy-id", "timestamp": 1647568894254, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.246Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.246Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "ves-openapi-manager", "timestamp": 1647568899402, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.247Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.247Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647568900050, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T02:02:16.247Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:02:16.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.247Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "cds", "timestamp": 1647568900056, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T02:02:16.247Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:02:16.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.247Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "aai-ml", "timestamp": 1647568900147, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T02:02:16.247Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:02:16.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.247Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "multicloud-k8s-id", "timestamp": 1647568894850, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-18T02:02:16.248Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "policy-id", "timestamp": 1647568894254, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.248Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "ves-openapi-manager", "timestamp": 1647568899402, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.248Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "cds", "timestamp": 1647568901060, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-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-03-18T02:02:16.260Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6c481e5d-6186-4823-b22b-40b52c9294f3 2022-03-18T02:02:16.260Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c481e5d-6186-4823-b22b-40b52c9294f3 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-03-18T02:02:16.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "multicloud-k8s-id", "timestamp": 1647568894850, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.267Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647568901916, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T02:02:16.267Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:02:16.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "policy-id", "timestamp": 1647568894254, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-18T02:02:16.267Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "ves-openapi-manager", "timestamp": 1647568899402, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.267Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "multicloud-k8s-id", "timestamp": 1647568894850, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-18T02:02:16.267Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647568902919, "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-03-18T02:02:16.270Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6c481e5d-6186-4823-b22b-40b52c9294f3 2022-03-18T02:02:16.271Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c481e5d-6186-4823-b22b-40b52c9294f3 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-03-18T02:02:16.277Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.277Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "policy-id", "timestamp": 1647568902938, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T02:02:16.277Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:02:16.277Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.277Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "ves-openapi-manager", "timestamp": 1647568899402, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.277Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.277Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.277Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "multicloud-k8s-id", "timestamp": 1647568903558, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-18T02:02:16.277Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:02:16.277Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.277Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "policy-id", "timestamp": 1647568903942, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T02:02:16.277Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:02:16.277Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.277Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "ves-openapi-manager", "timestamp": 1647568899402, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.277Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.277Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.277Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "multicloud-k8s-id", "timestamp": 1647568904619, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-18T02:02:16.277Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:02:16.277Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.277Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "cds", "timestamp": 1647568904304, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.278Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.278Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.278Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "policy-id", "timestamp": 1647568904945, "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-03-18T02:02:16.281Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6c481e5d-6186-4823-b22b-40b52c9294f3 2022-03-18T02:02:16.281Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c481e5d-6186-4823-b22b-40b52c9294f3 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-03-18T02:02:16.288Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.288Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "ves-openapi-manager", "timestamp": 1647568899402, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.288Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.288Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.288Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "multicloud-k8s-id", "timestamp": 1647568905797, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-18T02:02:16.288Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:02:16.288Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.288Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "aai-ml", "timestamp": 1647568905898, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T02:02:16.288Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:02:16.288Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "cds", "timestamp": 1647568904304, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.289Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "ves-openapi-manager", "timestamp": 1647568899402, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.289Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "multicloud-k8s-id", "timestamp": 1647568906821, "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-03-18T02:02:16.292Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6c481e5d-6186-4823-b22b-40b52c9294f3 2022-03-18T02:02:16.293Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c481e5d-6186-4823-b22b-40b52c9294f3 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-03-18T02:02:16.297Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.297Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "aai-ml", "timestamp": 1647568906902, "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-03-18T02:02:16.301Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6c481e5d-6186-4823-b22b-40b52c9294f3 2022-03-18T02:02:16.302Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c481e5d-6186-4823-b22b-40b52c9294f3 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-03-18T02:02:16.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "cds", "timestamp": 1647568904304, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "ves-openapi-manager", "timestamp": 1647568899402, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "multicloud-k8s-id", "timestamp": 1647568907824, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-18T02:02:16.308Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:02:16.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "cds", "timestamp": 1647568904304, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "ves-openapi-manager", "timestamp": 1647568899402, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "cds", "timestamp": 1647568904304, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "ves-openapi-manager", "timestamp": 1647568899402, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "cds", "timestamp": 1647568904304, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "ves-openapi-manager", "timestamp": 1647568899402, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "cds", "timestamp": 1647568904304, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "clamp", "timestamp": 1647568910417, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.310Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "ves-openapi-manager", "timestamp": 1647568899402, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.310Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "cds", "timestamp": 1647568904304, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-18T02:02:16.310Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "clamp", "timestamp": 1647568910417, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.310Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "ves-openapi-manager", "timestamp": 1647568899402, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.310Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "cds", "timestamp": 1647568912996, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T02:02:16.310Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:02:16.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "clamp", "timestamp": 1647568910417, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-18T02:02:16.311Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.311Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "ves-openapi-manager", "timestamp": 1647568899402, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.311Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.311Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "clamp", "timestamp": 1647568910417, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.311Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.311Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "ves-openapi-manager", "timestamp": 1647568899402, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.311Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.311Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "policy-id", "timestamp": 1647568914254, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.311Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.311Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "cds", "timestamp": 1647568915027, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-18T02:02:16.319Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 657547a7-4af0-45db-a307-d362b5f8ab59 2022-03-18T02:02:16.319Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 657547a7-4af0-45db-a307-d362b5f8ab59 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-03-18T02:02:16.325Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.325Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "clamp", "timestamp": 1647568910417, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.325Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.325Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.325Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "ves-openapi-manager", "timestamp": 1647568899402, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.325Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.325Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.325Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "multicloud-k8s-id", "timestamp": 1647568914850, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.325Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.325Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.325Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647568915174, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.325Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.325Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.325Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "policy-id", "timestamp": 1647568914254, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.325Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.325Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.325Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "clamp", "timestamp": 1647568910417, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.325Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.325Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.326Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "multicloud-k8s-id", "timestamp": 1647568914850, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-18T02:02:16.326Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.326Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.326Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647568915174, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.326Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.326Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.326Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "policy-id", "timestamp": 1647568914254, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-18T02:02:16.326Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.326Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.326Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "clamp", "timestamp": 1647568910417, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.326Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.326Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.326Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "multicloud-k8s-id", "timestamp": 1647568914850, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-18T02:02:16.326Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.326Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.326Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647568915174, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.326Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.326Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.326Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "policy-id", "timestamp": 1647568914254, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.326Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.326Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.326Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "clamp", "timestamp": 1647568910417, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-18T02:02:16.327Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.327Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.327Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "multicloud-k8s-id", "timestamp": 1647568914850, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.327Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.327Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.327Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "aai-ml", "timestamp": 1647568917908, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.327Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.327Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.327Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647568915174, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.327Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.327Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.327Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "policy-id", "timestamp": 1647568914254, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.327Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.327Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.327Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "multicloud-k8s-id", "timestamp": 1647568914850, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-18T02:02:16.327Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.327Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.327Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "aai-ml", "timestamp": 1647568917908, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.327Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.327Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.328Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647568915174, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.328Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.328Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.328Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "policy-id", "timestamp": 1647568914254, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.328Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.328Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.328Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "multicloud-k8s-id", "timestamp": 1647568914850, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.328Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.328Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.328Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "aai-ml", "timestamp": 1647568917908, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.329Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.329Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.329Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647568915174, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.329Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.329Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.329Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "policy-id", "timestamp": 1647568914254, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.329Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.329Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.329Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "multicloud-k8s-id", "timestamp": 1647568914850, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.329Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.329Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.329Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "aai-ml", "timestamp": 1647568917908, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.329Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.330Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.330Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647568915174, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.330Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.330Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.330Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "policy-id", "timestamp": 1647568914254, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-18T02:02:16.330Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.330Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.330Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "multicloud-k8s-id", "timestamp": 1647568914850, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-18T02:02:16.330Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.330Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.330Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "aai-ml", "timestamp": 1647568917908, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.330Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.330Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.331Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647568915174, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-18T02:02:16.331Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.331Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.331Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "clamp", "timestamp": 1647568922869, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T02:02:16.331Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:02:16.331Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.331Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "policy-id", "timestamp": 1647568923201, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T02:02:16.331Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:02:16.331Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.331Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "aai-ml", "timestamp": 1647568917908, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.331Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.331Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.331Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "clamp", "timestamp": 1647568923872, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-18T02:02:16.332Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:02:16.332Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.332Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "multicloud-k8s-id", "timestamp": 1647568923891, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-18T02:02:16.332Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:02:16.332Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.332Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647568924145, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T02:02:16.332Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:02:16.332Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.332Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "policy-id", "timestamp": 1647568924205, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T02:02:16.332Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:02:16.332Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.333Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "aai-ml", "timestamp": 1647568917908, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.333Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.333Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.333Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "policy-id", "timestamp": 1647568925207, "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-03-18T02:02:16.336Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 657547a7-4af0-45db-a307-d362b5f8ab59 2022-03-18T02:02:16.336Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 657547a7-4af0-45db-a307-d362b5f8ab59 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-03-18T02:02:16.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.341Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "multicloud-k8s-id", "timestamp": 1647568925291, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-18T02:02:16.342Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:02:16.342Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.342Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "ves-openapi-manager", "timestamp": 1647568919402, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.342Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.342Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.342Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "cds", "timestamp": 1647568919304, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.342Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.342Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.342Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "aai-ml", "timestamp": 1647568917908, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-18T02:02:16.342Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.342Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.342Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647568926072, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T02:02:16.342Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:02:16.342Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.342Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "ves-openapi-manager", "timestamp": 1647568919402, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.342Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.342Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.342Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "cds", "timestamp": 1647568919304, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.342Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.342Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.342Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "multicloud-k8s-id", "timestamp": 1647568926693, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-18T02:02:16.343Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:02:16.343Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.343Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "aai-ml", "timestamp": 1647568926807, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T02:02:16.343Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:02:16.343Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.343Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "clamp", "timestamp": 1647568926988, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_ERROR" } 2022-03-18T02:02:16.343Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:02:16.343Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.343Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647568927075, "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-03-18T02:02:16.346Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 657547a7-4af0-45db-a307-d362b5f8ab59 2022-03-18T02:02:16.346Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 657547a7-4af0-45db-a307-d362b5f8ab59 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-03-18T02:02:16.351Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.351Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "ves-openapi-manager", "timestamp": 1647568919402, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.351Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.351Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.351Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "cds", "timestamp": 1647568919304, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.351Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.351Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.351Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "multicloud-k8s-id", "timestamp": 1647568927717, "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-03-18T02:02:16.354Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 657547a7-4af0-45db-a307-d362b5f8ab59 2022-03-18T02:02:16.354Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 657547a7-4af0-45db-a307-d362b5f8ab59 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-03-18T02:02:16.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "clamp", "timestamp": 1647568927991, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_ERROR" } 2022-03-18T02:02:16.359Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:02:16.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "ves-openapi-manager", "timestamp": 1647568919402, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.359Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "cds", "timestamp": 1647568919304, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.360Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.360Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.360Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "multicloud-k8s-id", "timestamp": 1647568928720, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-18T02:02:16.360Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:02:16.360Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.360Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "clamp", "timestamp": 1647568928994, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "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-03-18T02:02:16.363Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_ERROR distributionID of 6c481e5d-6186-4823-b22b-40b52c9294f3 2022-03-18T02:02:16.364Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c481e5d-6186-4823-b22b-40b52c9294f3 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-03-18T02:02:16.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "ves-openapi-manager", "timestamp": 1647568919402, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.370Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "cds", "timestamp": 1647568919304, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.370Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "clamp", "timestamp": 1647568910417, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.371Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "ves-openapi-manager", "timestamp": 1647568919402, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.371Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "cds", "timestamp": 1647568919304, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.371Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "clamp", "timestamp": 1647568910417, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-18T02:02:16.371Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "ves-openapi-manager", "timestamp": 1647568919402, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.371Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "cds", "timestamp": 1647568919304, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.371Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "aai-ml", "timestamp": 1647568931942, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T02:02:16.371Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:02:16.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "clamp", "timestamp": 1647568910417, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.371Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.372Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "ves-openapi-manager", "timestamp": 1647568919402, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.372Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.372Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "cds", "timestamp": 1647568919304, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.372Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.372Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "aai-ml", "timestamp": 1647568932946, "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-03-18T02:02:16.377Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 657547a7-4af0-45db-a307-d362b5f8ab59 2022-03-18T02:02:16.377Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 657547a7-4af0-45db-a307-d362b5f8ab59 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-03-18T02:02:16.383Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.383Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "clamp", "timestamp": 1647568910417, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.383Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.383Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.383Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "ves-openapi-manager", "timestamp": 1647568919402, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.383Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.384Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "cds", "timestamp": 1647568919304, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.384Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.384Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "clamp", "timestamp": 1647568910417, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.384Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.384Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "ves-openapi-manager", "timestamp": 1647568919402, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.384Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.384Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "cds", "timestamp": 1647568919304, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-18T02:02:16.384Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.384Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "policy-id", "timestamp": 1647568934254, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.384Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.384Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "clamp", "timestamp": 1647568910417, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.384Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.384Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "multicloud-k8s-id", "timestamp": 1647568934850, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.384Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.385Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.385Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "cds", "timestamp": 1647568935714, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T02:02:16.385Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:02:16.385Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.385Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "policy-id", "timestamp": 1647568934254, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.385Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:02:16.730Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:02:16.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-18T02:02:16.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"6c481e5d-6186-4823-b22b-40b52c9294f3","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"42aa0384-b7b2-42ba-8044-0b95a73036c1","serviceDescription":"service","serviceInvariantUUID":"bc0bfc20-17bb-4c27-911a-ec81799d901d","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e5521cd6-7b93-4458-a411-5711baa03798","resourceInvariantUUID":"2c586352-08cc-4b20-aad2-7a39d3c35d63","resourceCustomizationUUID":"3a4c63d8-a7e6-49c0-82cb-4b54f7a415ec","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"33a8917c-1e1c-4f6f-a88a-bc224ce47bb9","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"ZGIzZDY3MjA1MmMxM2E5MTc2ZDY2NDE5NDkyNDcyYTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fd1f9097-cbf7-456a-99cc-7c13cfc65362","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"MDg1ZWZkNTI2ZmI0YmFhOGFmNTAzYzU4ZTUzOTFjOTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"96fd117f-a441-4a04-b830-238e90006d5a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"de651a32-42dc-4c37-83b2-0f26059d80aa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8aebd736-98fc-4fa6-bc30-47e2f427d53b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9d5be0ab-f60c-4d14-a11a-037d4d61dd64","artifactVersion":"2","generatedFromUUID":"de651a32-42dc-4c37-83b2-0f26059d80aa"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"OWZmNjY1ZTQ1N2Q2ZDU5MTNjMzc5ZTc4MjI3NThhMDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6e91735a-9465-4e96-b3d3-32d871b1ac15","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ODI3MjI4NzI1NzYyNDQ1MjRlZmU2ZTNlMDliMzY2YzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"67d9fed6-888f-47a2-87d8-2128aee06659","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-18T02:02:16.732Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T02:02:16.732Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:02:16.734Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:02:16.734Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568936105, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:16.834Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:02:16.835Z||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-03-18T02:02:16.835Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:02:16.843Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:02:16.843Z||pool-93-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:02:17.734Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T02:02:17.735Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:02:17.736Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:02:17.737Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568936105, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:17.837Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:02:17.838Z||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-03-18T02:02:17.838Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:02:17.847Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:02:17.847Z||pool-94-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:02:18.737Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T02:02:18.738Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:02:18.739Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:02:18.739Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568936105, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-18T02:02:18.839Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:02:18.840Z||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-03-18T02:02:18.840Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:02:18.849Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:02:18.849Z||pool-95-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:02:19.740Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T02:02:19.740Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:02:19.742Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:02:19.742Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568936105, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-18T02:02:19.842Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:02:19.842Z||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-03-18T02:02:19.842Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:02:19.852Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:02:19.852Z||pool-96-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-03-18T02:02:20.742Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T02:02:20.743Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:02:20.744Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:02:20.744Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568936105, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:20.844Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:02:20.845Z||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-03-18T02:02:20.845Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:02:20.854Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:02:20.854Z||pool-97-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:02:21.745Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T02:02:21.745Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:02:21.747Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:02:21.747Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568936105, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-18T02:02:21.847Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:02:21.848Z||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-03-18T02:02:21.848Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:02:21.857Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:02:21.857Z||pool-98-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:02:22.747Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T02:02:22.748Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:02:22.749Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:02:22.750Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568936105, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T02:02:22.850Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:02:22.850Z||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-03-18T02:02:22.850Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:02:22.859Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:02:22.859Z||pool-99-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-03-18T02:02:23.750Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T02:02:23.751Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:02:23.752Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:02:23.752Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568936105, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-18T02:02:23.852Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:02:23.853Z||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-03-18T02:02:23.853Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:02:23.861Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:02:23.861Z||pool-100-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:02:24.753Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "42aa0384-b7b2-42ba-8044-0b95a73036c1", "serviceDescription": "service", "serviceInvariantUUID": "bc0bfc20-17bb-4c27-911a-ec81799d901d", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "3a4c63d8-a7e6-49c0-82cb-4b54f7a415ec", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e5521cd6-7b93-4458-a411-5711baa03798", "resourceInvariantUUID": "2c586352-08cc-4b20-aad2-7a39d3c35d63", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basicclamp0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "artifactChecksum": "MDg1ZWZkNTI2ZmI0YmFhOGFmNTAzYzU4ZTUzOTFjOTc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "96fd117f-a441-4a04-b830-238e90006d5a", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "de651a32-42dc-4c37-83b2-0f26059d80aa", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "9d5be0ab-f60c-4d14-a11a-037d4d61dd64", "generatedFromUUID": "de651a32-42dc-4c37-83b2-0f26059d80aa" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "9d5be0ab-f60c-4d14-a11a-037d4d61dd64", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "ODI3MjI4NzI1NzYyNDQ1MjRlZmU2ZTNlMDliMzY2YzM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "67d9fed6-888f-47a2-87d8-2128aee06659" } ], "workloadContext": "Production" } 2022-03-18T02:02:24.754Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-18T02:02:24.754Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 42aa0384-b7b2-42ba-8044-0b95a73036c1 ASDC 2022-03-18T02:02:24.754Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:6c481e5d-6186-4823-b22b-40b52c9294f3 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:42aa0384-b7b2-42ba-8044-0b95a73036c1 ServiceInvariantUUID:bc0bfc20-17bb-4c27-911a-ec81799d901d ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Basicclamp-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ArtifactUUID:67d9fed6-888f-47a2-87d8-2128aee06659 ArtifactChecksum:ODI3MjI4NzI1NzYyNDQ1MjRlZmU2ZTNlMDliMzY2YzM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:3a4c63d8-a7e6-49c0-82cb-4b54f7a415ec ResourceInvariantUUID:2c586352-08cc-4b20-aad2-7a39d3c35d63 ResourceName:basicclamp ResourceType:VF ResourceUUID:e5521cd6-7b93-4458-a411-5711baa03798 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basicclamp0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ArtifactUUID:96fd117f-a441-4a04-b830-238e90006d5a ArtifactChecksum:MDg1ZWZkNTI2ZmI0YmFhOGFmNTAzYzU4ZTUzOTFjOTc= 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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ArtifactUUID:de651a32-42dc-4c37-83b2-0f26059d80aa 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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:9d5be0ab-f60c-4d14-a11a-037d4d61dd64 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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:9d5be0ab-f60c-4d14-a11a-037d4d61dd64 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-18T02:02:24.754Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 42aa0384-b7b2-42ba-8044-0b95a73036c1 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-03-18T02:02:24.781Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-18T02:02:24.782Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-18T02:02:24.782Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-18T02:02:24.782Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 67d9fed6-888f-47a2-87d8-2128aee06659 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-18T02:02:24.782Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-18T02:02:24.782Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-18T02:02:24.828Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-18T02:02:24.831Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 67d9fed6-888f-47a2-87d8-2128aee06659 73667 2022-03-18T02:02:24.831Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-03-18T02:02:24.831Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-18T02:02:24.831Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-18T02:02:24.831Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:02:24.833Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:02:24.833Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568944831, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T02:02:24.933Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:02:24.934Z||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-03-18T02:02:24.934Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:02:24.943Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:02:24.943Z||pool-101-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:02:25.833Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-18T02:02:25.834Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-18T02:02:25.834Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 67d9fed6-888f-47a2-87d8-2128aee06659, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-18T02:02:25.835Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2022-03-18T02:02:25.835Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-18T02:02:25.835Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-18T02:02:25.938Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14193124137288881461/Definitions/service-Basicclamp-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-03-18T02:02:26.755Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-18T02:02:26.756Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-03-18T02:02:26.756Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-18T02:02:26.756Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-18T02:02:26.756Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-18T02:02:26.756Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-18T02:02:26.757Z|6c481e5d-6186-4823-b22b-40b52c9294f3|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-Basicclamp-csar.csar 2022-03-18T02:02:26.757Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-18T02:02:26.757Z|6c481e5d-6186-4823-b22b-40b52c9294f3|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-Basicclamp-csar.csar 2022-03-18T02:02:26.757Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-18T02:02:26.757Z|6c481e5d-6186-4823-b22b-40b52c9294f3|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-Basicclamp-csar.csar 2022-03-18T02:02:26.757Z|6c481e5d-6186-4823-b22b-40b52c9294f3|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-Basicclamp-csar.csar 2022-03-18T02:02:26.757Z|6c481e5d-6186-4823-b22b-40b52c9294f3|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-Basicclamp-csar.csar 2022-03-18T02:02:26.757Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-03-18T02:02:26.757Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:02:26.758Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T02:02:26.758Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-18T02:02:26.758Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-03-18T02:02:26.758Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-18T02:02:26.758Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:02:26.759Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T02:02:26.759Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-18T02:02:26.759Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-03-18T02:02:26.759Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-18T02:02:26.759Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:02:26.759Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T02:02:26.759Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:02:26.760Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-03-18T02:02:26.760Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-03-18T02:02:26.760Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-03-18T02:02:26.760Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-03-18T02:02:26.760Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-18T02:02:26.760Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-18T02:02:26.760Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:02:26.760Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-18T02:02:26.761Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:02:26.761Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-18T02:02:26.761Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-18T02:02:26.761Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:02:26.761Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-18T02:02:26.761Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-18T02:02:26.762Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:02:26.762Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-18T02:02:26.762Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-18T02:02:26.762Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:02:26.762Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-03-18T02:02:26.762Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-18T02:02:26.762Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-18T02:02:26.763Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=592ccc59-12ed-496d-a4bf-358df4156cb6 2022-03-18T02:02:26.763Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:02:26.763Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T02:02:26.763Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:02:26.763Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T02:02:26.763Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:02:26.763Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T02:02:26.763Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:02:26.764Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T02:02:26.764Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:42aa0384-b7b2-42ba-8044-0b95a73036c1 Model Version:NULL Model InvariantUuid:bc0bfc20-17bb-4c27-911a-ec81799d901d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:2849ac6f-d129-43a5-8d09-888675644b24 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:2c586352-08cc-4b20-aad2-7a39d3c35d63 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:3a4c63d8-a7e6-49c0-82cb-4b54f7a415ec NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:92b43e30-d038-43d9-b184-51af4bc44f9a ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:b2724ac1-83ae-4cca-b495-9546cf4aee4d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:592ccc59-12ed-496d-a4bf-358df4156cb6 ModelInvariantUuid:40fa06d1-c43b-470a-9190-27c106a110de ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:bfc1e98e-286b-4e5d-a1a8-56c85781d69c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:055238e9-b5ca-495f-96e6-662b6f54b17c ModelInvariantUuid:e150fd84-b24e-478d-b740-ae804a92e4b7 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:85a0a631-459e-4ae0-a050-8403aeb9ce86 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-03-18T02:02:26.770Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: e5521cd6-7b93-4458-a411-5711baa03798 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-18T02:02:26.773Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||basicclamp 0 2022-03-18T02:02:26.773Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e5521cd6-7b93-4458-a411-5711baa03798 2022-03-18T02:02:26.773Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 96fd117f-a441-4a04-b830-238e90006d5a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-03-18T02:02:26.773Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-18T02:02:26.773Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-03-18T02:02:26.805Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-18T02:02:26.806Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 96fd117f-a441-4a04-b830-238e90006d5a 790 2022-03-18T02:02:26.806Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-03-18T02:02:26.806Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-03-18T02:02:26.806Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-18T02:02:26.806Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:02:26.808Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:02:26.808Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568946806, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-18T02:02:26.908Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:02:26.909Z||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-03-18T02:02:26.909Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:02:26.915Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:02:26.915Z||pool-102-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:02:27.808Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "92b43e30-d038-43d9-b184-51af4bc44f9a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b2724ac1-83ae-4cca-b495-9546cf4aee4d", "vfModuleModelCustomizationUUID": "6fa7e09c-5381-4c35-932f-2da9d2c4c119", "isBase": true, "artifacts": [ "de651a32-42dc-4c37-83b2-0f26059d80aa", "9d5be0ab-f60c-4d14-a11a-037d4d61dd64" ], "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-03-18T02:02:27.811Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b2724ac1-83ae-4cca-b495-9546cf4aee4d VfModuleModelInvariantUUID:92b43e30-d038-43d9-b184-51af4bc44f9a VfModuleModelDescription:NULL Artifacts UUID List:{ de651a32-42dc-4c37-83b2-0f26059d80aa , 9d5be0ab-f60c-4d14-a11a-037d4d61dd64 } 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-03-18T02:02:27.813Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "92b43e30-d038-43d9-b184-51af4bc44f9a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b2724ac1-83ae-4cca-b495-9546cf4aee4d", "vfModuleModelCustomizationUUID": "6fa7e09c-5381-4c35-932f-2da9d2c4c119", "isBase": true, "artifacts": [ "de651a32-42dc-4c37-83b2-0f26059d80aa", "9d5be0ab-f60c-4d14-a11a-037d4d61dd64" ], "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-03-18T02:02:27.813Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b2724ac1-83ae-4cca-b495-9546cf4aee4d VfModuleModelInvariantUUID:92b43e30-d038-43d9-b184-51af4bc44f9a VfModuleModelDescription:NULL Artifacts UUID List:{ de651a32-42dc-4c37-83b2-0f26059d80aa , 9d5be0ab-f60c-4d14-a11a-037d4d61dd64 } 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-03-18T02:02:27.813Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: de651a32-42dc-4c37-83b2-0f26059d80aa from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-03-18T02:02:27.814Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-18T02:02:27.814Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-03-18T02:02:27.910Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-18T02:02:27.911Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml de651a32-42dc-4c37-83b2-0f26059d80aa 5033 2022-03-18T02:02:27.911Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-18T02:02:27.911Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-03-18T02:02:27.911Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-18T02:02:27.912Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:02:27.913Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:02:27.913Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568947911, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-18T02:02:28.013Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:02:28.014Z||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-03-18T02:02:28.014Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:02:28.022Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:02:28.022Z||pool-103-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:02:28.914Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9d5be0ab-f60c-4d14-a11a-037d4d61dd64 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-03-18T02:02:28.914Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-18T02:02:28.914Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-03-18T02:02:29.099Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-18T02:02:29.099Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 9d5be0ab-f60c-4d14-a11a-037d4d61dd64 909 2022-03-18T02:02:29.099Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-18T02:02:29.099Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-03-18T02:02:29.099Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-18T02:02:29.100Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:02:29.101Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:02:29.101Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568949099, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-18T02:02:29.201Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:02:29.202Z||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-03-18T02:02:29.202Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:02:29.211Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:02:29.211Z||pool-104-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:02:30.102Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 42aa0384-b7b2-42ba-8044-0b95a73036c1 2022-03-18T02:02:30.102Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 e5521cd6-7b93-4458-a411-5711baa03798 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-03-18T02:02:30.117Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@86e7ab3, org.onap.sdc.toscaparser.api.parameters.Input@1ec2f52a, org.onap.sdc.toscaparser.api.parameters.Input@6be8296a, org.onap.sdc.toscaparser.api.parameters.Input@7f80f2ac, org.onap.sdc.toscaparser.api.parameters.Input@440b40d] 2022-03-18T02:02:30.118Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:02:30.118Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T02:02:30.119Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-03-18T02:02:30.119Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 3a4c63d8-a7e6-49c0-82cb-4b54f7a415ec 2022-03-18T02:02:30.119Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3a4c63d8-a7e6-49c0-82cb-4b54f7a415ec matches Tosca VF Customization UUID: 3a4c63d8-a7e6-49c0-82cb-4b54f7a415ec 2022-03-18T02:02:30.119Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 3a4c63d8-a7e6-49c0-82cb-4b54f7a415ec 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-03-18T02:02:30.121Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:02:30.121Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T02:02:30.122Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 3a4c63d8-a7e6-49c0-82cb-4b54f7a415ec: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-03-18T02:02:30.122Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3a97b156 2022-03-18T02:02:30.122Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:02:30.122Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-18T02:02:30.122Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6fa7e09c-5381-4c35-932f-2da9d2c4c119 2022-03-18T02:02:30.122Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6fa7e09c-5381-4c35-932f-2da9d2c4c119 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-03-18T02:02:30.124Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:02:30.125Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-18T02:02:30.125Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-18T02:02:30.125Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:02:30.125Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-18T02:02:30.125Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-18T02:02:30.126Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:02:30.126Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-03-18T02:02:30.126Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-18T02:02:30.126Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-18T02:02:30.126Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=592ccc59-12ed-496d-a4bf-358df4156cb6 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-03-18T02:02:30.128Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:02:30.128Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-18T02:02:30.128Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-18T02:02:30.128Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:02:30.128Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-18T02:02:30.128Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=3a4c63d8-a7e6-49c0-82cb-4b54f7a415ec Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-18T02:02:30.130Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:02:30.130Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T02:02:30.130Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 42aa0384-b7b2-42ba-8044-0b95a73036c1: basicclamp 2022-03-18T02:02:30.130Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:02:30.130Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T02:02:30.130Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:02:30.130Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T02:02:30.130Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:02:30.130Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T02:02:30.131Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:02:30.131Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T02:02:30.131Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:02:30.131Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T02:02:30.131Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||Saving Service: basicclamp 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-03-18T02:02:30.221Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp e5521cd6-7b93-4458-a411-5711baa03798 1 ASDC deployResourceStructure 2022-03-18T02:02:30.221Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-03-18T02:02:30.221Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-03-18T02:02:30.222Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-18T02:02:30.222Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:02:30.223Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:02:30.223Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568950221, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-18T02:02:30.323Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:02:30.324Z||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-03-18T02:02:30.324Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:02:30.332Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:02:30.332Z||pool-105-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:02:31.224Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-18T02:02:31.225Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-03-18T02:02:31.225Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-18T02:02:31.225Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:02:31.227Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:02:31.227Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568951224, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-18T02:02:31.327Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:02:31.327Z||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-03-18T02:02:31.327Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:02:31.335Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:02:31.335Z||pool-106-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2022-03-18T02:02:32.227Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-18T02:02:32.228Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-03-18T02:02:32.228Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-18T02:02:32.228Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:02:32.229Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:02:32.230Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568952227, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-18T02:02:32.330Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:02:32.330Z||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-03-18T02:02:32.330Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:02:32.340Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:02:32.340Z||pool-107-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:02:33.230Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-03-18T02:02:33.231Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-18T02:02:33.231Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-18T02:02:33.231Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:02:33.232Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:02:33.233Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568953230, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T02:02:33.333Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:02:33.333Z||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-03-18T02:02:33.333Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:02:33.343Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:02:33.343Z||pool-108-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:02:34.234Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c481e5d-6186-4823-b22b-40b52c9294f3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-18T02:02:34.244Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c481e5d-6186-4823-b22b-40b52c9294f3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-18T02:02:34.246Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-18T02:02:34.246Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-18T02:02:34.246Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-18T02:02:34.246Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-18T02:02:34.246Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-18T02:02:34.246Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-18T02:02:34.246Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-03-18T02:02:34.246Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-18T02:02:34.250Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-18T02:03:04.250Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6c481e5d-6186-4823-b22b-40b52c9294f3 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-03-18T02:03:04.255Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6c481e5d-6186-4823-b22b-40b52c9294f3 and serviceModelVersionId: 42aa0384-b7b2-42ba-8044-0b95a73036c1 2022-03-18T02:03:04.255Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc0bfc20-17bb-4c27-911a-ec81799d901d 2022-03-18T02:03:04.255Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc0bfc20-17bb-4c27-911a-ec81799d901d/model-vers/model-ver/42aa0384-b7b2-42ba-8044-0b95a73036c1?depth=0 2022-03-18T02:03:04.259Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-03-18T02:03:04.284Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc0bfc20-17bb-4c27-911a-ec81799d901d/model-vers/model-ver/42aa0384-b7b2-42ba-8044-0b95a73036c1?depth=0|INFO|500||Invoke 2022-03-18T02:03:04.284Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc0bfc20-17bb-4c27-911a-ec81799d901d/model-vers/model-ver/42aa0384-b7b2-42ba-8044-0b95a73036c1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc0bfc20-17bb-4c27-911a-ec81799d901d/model-vers/model-ver/42aa0384-b7b2-42ba-8044-0b95a73036c1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6c481e5d-6186-4823-b22b-40b52c9294f3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[42f8edce-db48-4544-a838-2d7d0962899e], X-ECOMP-RequestID=[6c481e5d-6186-4823-b22b-40b52c9294f3], X-TransactionId=[], X-ONAP-RequestID=[6c481e5d-6186-4823-b22b-40b52c9294f3], Content-Type=[application/merge-patch+json]} 2022-03-18T02:03:04.299Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc0bfc20-17bb-4c27-911a-ec81799d901d/model-vers/model-ver/42aa0384-b7b2-42ba-8044-0b95a73036c1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-03-18T02:03:04.741Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc0bfc20-17bb-4c27-911a-ec81799d901d/model-vers/model-ver/42aa0384-b7b2-42ba-8044-0b95a73036c1?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/bc0bfc20-17bb-4c27-911a-ec81799d901d/model-vers/model-ver/42aa0384-b7b2-42ba-8044-0b95a73036c1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220318-02:03:04:303-93620], vertex-id=[528464], Content-Length=[0], Date=[Fri, 18 Mar 2022 02:03:04 GMT], Content-Type=[application/json]} 2022-03-18T02:03:04.741Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc0bfc20-17bb-4c27-911a-ec81799d901d/model-vers/model-ver/42aa0384-b7b2-42ba-8044-0b95a73036c1?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-18T02:03:04.742Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc0bfc20-17bb-4c27-911a-ec81799d901d/model-vers/model-ver/42aa0384-b7b2-42ba-8044-0b95a73036c1?depth=0|INFO|500||InvokeReturn 2022-03-18T02:03:04.742Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-18T02:03:04.742Z|6c481e5d-6186-4823-b22b-40b52c9294f3|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-03-18T02:03:04.746Z|6c481e5d-6186-4823-b22b-40b52c9294f3|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-03-18T02:03:04.746Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6c481e5d-6186-4823-b22b-40b52c9294f3 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null 2022-03-18T02:03:04.746Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-18T02:03:04.746Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:03:04.748Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:03:04.748Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568984746, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR" } 2022-03-18T02:03:04.848Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:03:04.849Z||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-03-18T02:03:04.849Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:03:04.860Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:03:04.860Z||pool-109-thread-1|||||INFO|500||cambria reply ok (12 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-03-18T02:03:05.758Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-18T02:03:05.758Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"657547a7-4af0-45db-a307-d362b5f8ab59","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"d1d4c2a9-0f5b-4e3c-bbaf-fa02a194eb74","serviceDescription":"service","serviceInvariantUUID":"82b143ee-7dee-4d45-b008-30a840ea578f","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"14212929-7b84-4353-a49f-4607d695648f","resourceInvariantUUID":"17f59975-f857-4a5e-8b06-329f4a4ff19d","resourceCustomizationUUID":"c1216c78-bdfc-4e8e-927c-43f35f283b01","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":"NTZmNzdjZjBhNDUzOGM5OTI3ZGM2ZTQxZjYwMjc1MjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2287405d-5f6e-41f3-9312-c2c14035f64a","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":"YmIxOGZhYWUwZDRlYmYwMzVkNzk3NDMxZDIwMWYxM2E\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"63fcbcd5-6c99-47d0-9b2e-d2750e6be0cc","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":"840fa72d-51c8-4382-b29e-da199751d8b3","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":"c85def5e-db0a-45ac-8d3e-0baadbe27453","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":"6855d8bb-2c04-49b5-8a93-e8588feab3b5","artifactVersion":"2","generatedFromUUID":"840fa72d-51c8-4382-b29e-da199751d8b3"},{"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":"MjZjNDNlNzRmNzkyMzVhZjhjYmYyY2IwOGYyZWY4MDk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"fe6d1589-cfd0-42d8-a381-ff70eead13df","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":"MzY1NGQ1YmY4ZGE4YmQ4NzNiYWVmZjMzMDU1OWEwNjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d4a7873c-f2b2-4397-be6f-d8dc5f2ec302","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MDUxNTMxZDY4NTM1ZmFhYmExOWMwMjAzYzE1YmRiOWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eb962775-ac5b-4bae-a48a-dbaed4142c8b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-18T02:03:05.758Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T02:03:05.758Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:03:05.759Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:03:05.760Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568936105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:03:05.860Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:03:05.860Z||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-03-18T02:03:05.860Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:03:05.869Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:03:05.869Z||pool-110-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:03:06.760Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T02:03:06.761Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:03:06.762Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:03:06.762Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568936105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-18T02:03:06.862Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:03:06.863Z||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-03-18T02:03:06.863Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:03:06.871Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:03:06.872Z||pool-111-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:03:07.763Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T02:03:07.763Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:03:07.765Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:03:07.765Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568936105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-18T02:03:07.865Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:03:07.866Z||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-03-18T02:03:07.866Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:03:07.875Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:03:07.875Z||pool-112-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:03:08.766Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T02:03:08.766Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:03:08.768Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:03:08.768Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568936105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:03:08.868Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:03:08.869Z||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-03-18T02:03:08.869Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:03:08.878Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:03:08.878Z||pool-113-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-03-18T02:03:09.769Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T02:03:09.770Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:03:09.771Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:03:09.772Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568936105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-18T02:03:09.872Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:03:09.872Z||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-03-18T02:03:09.872Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:03:09.881Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:03:09.881Z||pool-114-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:03:10.772Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T02:03:10.773Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:03:10.774Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:03:10.774Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568936105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-18T02:03:10.874Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:03:10.875Z||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-03-18T02:03:10.875Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:03:10.883Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:03:10.883Z||pool-115-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:03:11.775Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T02:03:11.775Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:03:11.777Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:03:11.777Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568936105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T02:03:11.877Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:03:11.878Z||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-03-18T02:03:11.878Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:03:11.886Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:03:11.886Z||pool-116-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:03:12.778Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T02:03:12.778Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:03:12.780Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:03:12.780Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568936105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-18T02:03:12.881Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-18T02:03:12.881Z||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-03-18T02:03:12.881Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:03:12.889Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:03:12.890Z||pool-117-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:03:13.781Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "d1d4c2a9-0f5b-4e3c-bbaf-fa02a194eb74", "serviceDescription": "service", "serviceInvariantUUID": "82b143ee-7dee-4d45-b008-30a840ea578f", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "c1216c78-bdfc-4e8e-927c-43f35f283b01", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "14212929-7b84-4353-a49f-4607d695648f", "resourceInvariantUUID": "17f59975-f857-4a5e-8b06-329f4a4ff19d", "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": "YmIxOGZhYWUwZDRlYmYwMzVkNzk3NDMxZDIwMWYxM2E\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "63fcbcd5-6c99-47d0-9b2e-d2750e6be0cc", "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": "840fa72d-51c8-4382-b29e-da199751d8b3", "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": "6855d8bb-2c04-49b5-8a93-e8588feab3b5", "generatedFromUUID": "840fa72d-51c8-4382-b29e-da199751d8b3" }, "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": "6855d8bb-2c04-49b5-8a93-e8588feab3b5", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MDUxNTMxZDY4NTM1ZmFhYmExOWMwMjAzYzE1YmRiOWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "eb962775-ac5b-4bae-a48a-dbaed4142c8b" } ], "workloadContext": "Production" } 2022-03-18T02:03:13.782Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-18T02:03:13.782Z|6c481e5d-6186-4823-b22b-40b52c9294f3|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d1d4c2a9-0f5b-4e3c-bbaf-fa02a194eb74 ASDC 2022-03-18T02:03:13.782Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:657547a7-4af0-45db-a307-d362b5f8ab59 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:d1d4c2a9-0f5b-4e3c-bbaf-fa02a194eb74 ServiceInvariantUUID:82b143ee-7dee-4d45-b008-30a840ea578f 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:eb962775-ac5b-4bae-a48a-dbaed4142c8b ArtifactChecksum:MDUxNTMxZDY4NTM1ZmFhYmExOWMwMjAzYzE1YmRiOWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:c1216c78-bdfc-4e8e-927c-43f35f283b01 ResourceInvariantUUID:17f59975-f857-4a5e-8b06-329f4a4ff19d ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:14212929-7b84-4353-a49f-4607d695648f 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:63fcbcd5-6c99-47d0-9b2e-d2750e6be0cc ArtifactChecksum:YmIxOGZhYWUwZDRlYmYwMzVkNzk3NDMxZDIwMWYxM2E= 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:840fa72d-51c8-4382-b29e-da199751d8b3 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:6855d8bb-2c04-49b5-8a93-e8588feab3b5 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:6855d8bb-2c04-49b5-8a93-e8588feab3b5 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-18T02:03:13.782Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d1d4c2a9-0f5b-4e3c-bbaf-fa02a194eb74 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-03-18T02:03:13.805Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-18T02:03:13.806Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-18T02:03:13.806Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-18T02:03:13.806Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: eb962775-ac5b-4bae-a48a-dbaed4142c8b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-18T02:03:13.806Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-18T02:03:13.806Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-18T02:03:13.861Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-18T02:03:13.865Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar eb962775-ac5b-4bae-a48a-dbaed4142c8b 78822 2022-03-18T02:03:13.865Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-03-18T02:03:13.865Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-18T02:03:13.865Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-18T02:03:13.865Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:03:13.867Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:03:13.867Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568993865, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T02:03:13.967Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-18T02:03:13.968Z||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-03-18T02:03:13.968Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:03:13.977Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:03:13.977Z||pool-118-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:03:14.868Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-18T02:03:14.869Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-18T02:03:14.869Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: eb962775-ac5b-4bae-a48a-dbaed4142c8b, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-18T02:03:14.869Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-03-18T02:03:14.869Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-18T02:03:14.870Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-18T02:03:14.952Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18018282082478099391/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-03-18T02:03:15.759Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-18T02:03:15.760Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-03-18T02:03:15.760Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-18T02:03:15.760Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-18T02:03:15.760Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-18T02:03:15.760Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-18T02:03:15.760Z|657547a7-4af0-45db-a307-d362b5f8ab59|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-BasicVmMacro-csar.csar 2022-03-18T02:03:15.760Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-18T02:03:15.761Z|657547a7-4af0-45db-a307-d362b5f8ab59|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-BasicVmMacro-csar.csar 2022-03-18T02:03:15.761Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||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-03-18T02:03:15.761Z|657547a7-4af0-45db-a307-d362b5f8ab59|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-BasicVmMacro-csar.csar 2022-03-18T02:03:15.761Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-18T02:03:15.761Z|657547a7-4af0-45db-a307-d362b5f8ab59|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-BasicVmMacro-csar.csar 2022-03-18T02:03:15.761Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-03-18T02:03:15.761Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:03:15.761Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T02:03:15.761Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-18T02:03:15.762Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-03-18T02:03:15.762Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-18T02:03:15.762Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:03:15.762Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T02:03:15.762Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-18T02:03:15.762Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-03-18T02:03:15.762Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-18T02:03:15.763Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:03:15.763Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T02:03:15.763Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:03:15.763Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-18T02:03:15.763Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-03-18T02:03:15.763Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-03-18T02:03:15.763Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-03-18T02:03:15.763Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-18T02:03:15.764Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-18T02:03:15.764Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:03:15.764Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-18T02:03:15.764Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:03:15.764Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-18T02:03:15.764Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-18T02:03:15.764Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:03:15.765Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-18T02:03:15.765Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-18T02:03:15.765Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:03:15.765Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-18T02:03:15.765Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-18T02:03:15.765Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:03:15.765Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-18T02:03:15.766Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-18T02:03:15.766Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-18T02:03:15.766Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=70e39276-a449-44b2-aa9e-dc973564fdc7 2022-03-18T02:03:15.766Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:03:15.766Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T02:03:15.766Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:03:15.766Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T02:03:15.766Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:03:15.767Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T02:03:15.767Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:03:15.767Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T02:03:15.767Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:d1d4c2a9-0f5b-4e3c-bbaf-fa02a194eb74 Model Version:NULL Model InvariantUuid:82b143ee-7dee-4d45-b008-30a840ea578f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:b81f2e41-5471-4796-b6b4-630223ea76a8 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:17f59975-f857-4a5e-8b06-329f4a4ff19d Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c1216c78-bdfc-4e8e-927c-43f35f283b01 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:d038f6e1-1982-4996-9239-74ba99a82a8d ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:ccb54888-537a-4362-a76d-c069e9a49d51 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:70e39276-a449-44b2-aa9e-dc973564fdc7 ModelInvariantUuid:65316f1b-509c-4f07-baa1-e3c1fd939889 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:d2ecbc82-8ab1-40f0-a214-f51f7d181113 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:c0ea6e8d-30a5-4359-ab67-b053b931b050 ModelInvariantUuid:cbda3317-72a0-41d5-9d1b-400b1d2878c3 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:8e872f38-06f8-495b-bec5-3a2d8a7e7c95 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-03-18T02:03:15.773Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 14212929-7b84-4353-a49f-4607d695648f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-18T02:03:15.775Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||basic_vm_macro 0 2022-03-18T02:03:15.775Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 14212929-7b84-4353-a49f-4607d695648f 2022-03-18T02:03:15.775Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 63fcbcd5-6c99-47d0-9b2e-d2750e6be0cc from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-03-18T02:03:15.775Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-18T02:03:15.776Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||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-03-18T02:03:15.815Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-18T02:03:15.815Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 63fcbcd5-6c99-47d0-9b2e-d2750e6be0cc 792 2022-03-18T02:03:15.815Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||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-03-18T02:03:15.815Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||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-03-18T02:03:15.816Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-18T02:03:15.816Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:03:15.817Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:03:15.817Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568995815, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-18T02:03:15.917Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:03:15.918Z||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-03-18T02:03:15.918Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:03:15.927Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:03:15.927Z||pool-119-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:03:16.107Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:03:16.107Z||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-03-18T02:03:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T02:03:16.120Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:03:16.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:03:16.120Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "clamp", "timestamp": 1647568910417, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T02:03:16.121Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:03:16.818Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "d038f6e1-1982-4996-9239-74ba99a82a8d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ccb54888-537a-4362-a76d-c069e9a49d51", "vfModuleModelCustomizationUUID": "24fad2f1-c5af-495b-b054-251bd96444d6", "isBase": true, "artifacts": [ "840fa72d-51c8-4382-b29e-da199751d8b3", "6855d8bb-2c04-49b5-8a93-e8588feab3b5" ], "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-03-18T02:03:16.821Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ccb54888-537a-4362-a76d-c069e9a49d51 VfModuleModelInvariantUUID:d038f6e1-1982-4996-9239-74ba99a82a8d VfModuleModelDescription:NULL Artifacts UUID List:{ 840fa72d-51c8-4382-b29e-da199751d8b3 , 6855d8bb-2c04-49b5-8a93-e8588feab3b5 } 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-03-18T02:03:16.822Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "d038f6e1-1982-4996-9239-74ba99a82a8d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ccb54888-537a-4362-a76d-c069e9a49d51", "vfModuleModelCustomizationUUID": "24fad2f1-c5af-495b-b054-251bd96444d6", "isBase": true, "artifacts": [ "840fa72d-51c8-4382-b29e-da199751d8b3", "6855d8bb-2c04-49b5-8a93-e8588feab3b5" ], "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-03-18T02:03:16.822Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ccb54888-537a-4362-a76d-c069e9a49d51 VfModuleModelInvariantUUID:d038f6e1-1982-4996-9239-74ba99a82a8d VfModuleModelDescription:NULL Artifacts UUID List:{ 840fa72d-51c8-4382-b29e-da199751d8b3 , 6855d8bb-2c04-49b5-8a93-e8588feab3b5 } 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-03-18T02:03:16.822Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 840fa72d-51c8-4382-b29e-da199751d8b3 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-03-18T02:03:16.823Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-18T02:03:16.823Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||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-03-18T02:03:17.094Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-18T02:03:17.094Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 840fa72d-51c8-4382-b29e-da199751d8b3 5033 2022-03-18T02:03:17.095Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||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-03-18T02:03:17.095Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||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-03-18T02:03:17.095Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-18T02:03:17.095Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:03:17.096Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:03:17.097Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568997095, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-18T02:03:17.197Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:03:17.197Z||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-03-18T02:03:17.198Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:03:17.205Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:03:17.206Z||pool-120-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:03:18.097Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6855d8bb-2c04-49b5-8a93-e8588feab3b5 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-03-18T02:03:18.097Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-18T02:03:18.097Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||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-03-18T02:03:18.293Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-18T02:03:18.293Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 6855d8bb-2c04-49b5-8a93-e8588feab3b5 903 2022-03-18T02:03:18.294Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||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-03-18T02:03:18.294Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||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-03-18T02:03:18.294Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-18T02:03:18.294Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:03:18.296Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:03:18.296Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568998294, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-18T02:03:18.397Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:03:18.397Z||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-03-18T02:03:18.397Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:03:18.405Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:03:18.406Z||pool-121-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:03:19.298Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: d1d4c2a9-0f5b-4e3c-bbaf-fa02a194eb74 2022-03-18T02:03:19.298Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 14212929-7b84-4353-a49f-4607d695648f 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-03-18T02:03:19.308Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@292512df, org.onap.sdc.toscaparser.api.parameters.Input@383830ff, org.onap.sdc.toscaparser.api.parameters.Input@687c0601, org.onap.sdc.toscaparser.api.parameters.Input@27bc4f60, org.onap.sdc.toscaparser.api.parameters.Input@260e02a2] 2022-03-18T02:03:19.310Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:03:19.310Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T02:03:19.310Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-03-18T02:03:19.310Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= c1216c78-bdfc-4e8e-927c-43f35f283b01 2022-03-18T02:03:19.310Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c1216c78-bdfc-4e8e-927c-43f35f283b01 matches Tosca VF Customization UUID: c1216c78-bdfc-4e8e-927c-43f35f283b01 2022-03-18T02:03:19.311Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: c1216c78-bdfc-4e8e-927c-43f35f283b01 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-03-18T02:03:19.312Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:03:19.312Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T02:03:19.313Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id c1216c78-bdfc-4e8e-927c-43f35f283b01: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"} 2022-03-18T02:03:19.313Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@120eaa7c 2022-03-18T02:03:19.313Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:03:19.313Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-18T02:03:19.314Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 24fad2f1-c5af-495b-b054-251bd96444d6 2022-03-18T02:03:19.314Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 24fad2f1-c5af-495b-b054-251bd96444d6 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-03-18T02:03:19.315Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:03:19.316Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-18T02:03:19.316Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-18T02:03:19.316Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:03:19.316Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-18T02:03:19.316Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-18T02:03:19.316Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:03:19.317Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-18T02:03:19.317Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-18T02:03:19.317Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-18T02:03:19.317Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=70e39276-a449-44b2-aa9e-dc973564fdc7 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-03-18T02:03:19.319Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:03:19.319Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-18T02:03:19.319Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-18T02:03:19.319Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:03:19.319Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-18T02:03:19.319Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=c1216c78-bdfc-4e8e-927c-43f35f283b01 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-18T02:03:19.323Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:03:19.323Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T02:03:19.324Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid d1d4c2a9-0f5b-4e3c-bbaf-fa02a194eb74: basic_vm_macro 2022-03-18T02:03:19.324Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:03:19.324Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T02:03:19.324Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:03:19.324Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T02:03:19.325Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:03:19.325Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T02:03:19.325Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:03:19.325Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T02:03:19.325Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:03:19.325Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T02:03:19.326Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||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-03-18T02:03:19.395Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 14212929-7b84-4353-a49f-4607d695648f 1 ASDC deployResourceStructure 2022-03-18T02:03:19.395Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||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-03-18T02:03:19.395Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||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-03-18T02:03:19.395Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-18T02:03:19.395Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:03:19.396Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:03:19.397Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568999395, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-18T02:03:19.497Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:03:19.497Z||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-03-18T02:03:19.498Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:03:19.506Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:03:19.507Z||pool-122-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:03:20.398Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||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-03-18T02:03:20.398Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||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-03-18T02:03:20.398Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-18T02:03:20.398Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:03:20.400Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:03:20.400Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569000398, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-18T02:03:20.500Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:03:20.501Z||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-03-18T02:03:20.501Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:03:20.509Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:03:20.509Z||pool-123-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:03:21.402Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||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-03-18T02:03:21.403Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||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-03-18T02:03:21.403Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-18T02:03:21.403Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:03:21.404Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:03:21.404Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569001402, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-18T02:03:21.505Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-18T02:03:21.505Z||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-03-18T02:03:21.505Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:03:21.513Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:03:21.513Z||pool-124-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:03:22.405Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-03-18T02:03:22.406Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-18T02:03:22.406Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-18T02:03:22.406Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:03:22.407Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:03:22.408Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569002405, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T02:03:22.508Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:03:22.508Z||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-03-18T02:03:22.508Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:03:22.517Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:03:22.517Z||pool-125-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:03:23.409Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 657547a7-4af0-45db-a307-d362b5f8ab59 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-18T02:03:23.419Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 657547a7-4af0-45db-a307-d362b5f8ab59 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-18T02:03:23.421Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-18T02:03:23.421Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-18T02:03:23.421Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-18T02:03:23.422Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-18T02:03:23.422Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-18T02:03:23.422Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-18T02:03:23.422Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-18T02:03:23.422Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-18T02:03:23.422Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-18T02:03:23.422Z|657547a7-4af0-45db-a307-d362b5f8ab59|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-03-18T02:03:23.426Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-18T02:03:53.427Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 657547a7-4af0-45db-a307-d362b5f8ab59 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-03-18T02:03:53.431Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 657547a7-4af0-45db-a307-d362b5f8ab59 and serviceModelVersionId: d1d4c2a9-0f5b-4e3c-bbaf-fa02a194eb74 2022-03-18T02:03:53.431Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 82b143ee-7dee-4d45-b008-30a840ea578f 2022-03-18T02:03:53.431Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/82b143ee-7dee-4d45-b008-30a840ea578f/model-vers/model-ver/d1d4c2a9-0f5b-4e3c-bbaf-fa02a194eb74?depth=0 2022-03-18T02:03:53.435Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-03-18T02:03:53.456Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82b143ee-7dee-4d45-b008-30a840ea578f/model-vers/model-ver/d1d4c2a9-0f5b-4e3c-bbaf-fa02a194eb74?depth=0|INFO|500||Invoke 2022-03-18T02:03:53.456Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82b143ee-7dee-4d45-b008-30a840ea578f/model-vers/model-ver/d1d4c2a9-0f5b-4e3c-bbaf-fa02a194eb74?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82b143ee-7dee-4d45-b008-30a840ea578f/model-vers/model-ver/d1d4c2a9-0f5b-4e3c-bbaf-fa02a194eb74?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[657547a7-4af0-45db-a307-d362b5f8ab59], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d32a84f4-49d6-471f-bdab-ed96b589ef93], X-ECOMP-RequestID=[657547a7-4af0-45db-a307-d362b5f8ab59], X-TransactionId=[], X-ONAP-RequestID=[657547a7-4af0-45db-a307-d362b5f8ab59], Content-Type=[application/merge-patch+json]} 2022-03-18T02:03:53.470Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82b143ee-7dee-4d45-b008-30a840ea578f/model-vers/model-ver/d1d4c2a9-0f5b-4e3c-bbaf-fa02a194eb74?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-18T02:03:53.533Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82b143ee-7dee-4d45-b008-30a840ea578f/model-vers/model-ver/d1d4c2a9-0f5b-4e3c-bbaf-fa02a194eb74?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/82b143ee-7dee-4d45-b008-30a840ea578f/model-vers/model-ver/d1d4c2a9-0f5b-4e3c-bbaf-fa02a194eb74?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220318-02:03:53:474-27690], vertex-id=[561232], Content-Length=[0], Date=[Fri, 18 Mar 2022 02:03:53 GMT], Content-Type=[application/json]} 2022-03-18T02:03:53.533Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82b143ee-7dee-4d45-b008-30a840ea578f/model-vers/model-ver/d1d4c2a9-0f5b-4e3c-bbaf-fa02a194eb74?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-18T02:03:53.534Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82b143ee-7dee-4d45-b008-30a840ea578f/model-vers/model-ver/d1d4c2a9-0f5b-4e3c-bbaf-fa02a194eb74?depth=0|INFO|500||InvokeReturn 2022-03-18T02:03:53.534Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-18T02:03:53.534Z|657547a7-4af0-45db-a307-d362b5f8ab59|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-03-18T02:03:53.538Z|657547a7-4af0-45db-a307-d362b5f8ab59|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-03-18T02:03:53.538Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 657547a7-4af0-45db-a307-d362b5f8ab59 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-18T02:03:53.538Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-18T02:03:53.538Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:03:53.539Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:03:53.539Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569033538, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-18T02:03:53.640Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:03:53.640Z||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-03-18T02:03:53.640Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:03:53.651Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:03:53.651Z||pool-126-thread-1|||||INFO|500||cambria reply ok (11 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-03-18T02:03:54.550Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-18T02:03:54.551Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"337e35bd-33df-4d7c-a96a-9bed78d2b21a","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"1fe2b367-466f-4186-ae19-c57f36116355","serviceDescription":"service","serviceInvariantUUID":"52245c74-39f3-46ca-9b86-f803526b348f","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"58486af5-baa1-4186-a620-ea38e98e4cba","resourceInvariantUUID":"40be2d56-2295-4c2e-976d-7900ce64274e","resourceCustomizationUUID":"84207a42-f7ed-46a7-a7e6-7e8a2fa8d8ac","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":"YjcxNjY2ZTAwYjA4ZTM1NTViZmMzZDU5YjE1Njc5YTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a9521ccd-1ea8-4cba-adb4-81188810a325","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":"ZjhhOWE4ZGY1MzhkZWNmODk2ZTIxYjIzYWM2MWRiMGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dd398a41-3371-44c3-83f6-3e06cd8ea175","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":"e7971747-67b8-412f-b24b-efbd04cad617","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":"43ce63c5-9441-45ff-9bab-88c775425556","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":"a8e6cc2f-a573-45b2-9f03-d5a469c08e45","artifactVersion":"2","generatedFromUUID":"c17fdda4-35d8-49bd-be64-8bbf03a56045"},{"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":"eaec5233-c2f5-465d-a67b-c8ee96e67de8","artifactVersion":"2","generatedFromUUID":"e7971747-67b8-412f-b24b-efbd04cad617"},{"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":"c17fdda4-35d8-49bd-be64-8bbf03a56045","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":"02a50e34-3a96-4cd8-8a16-9acaff3548c4","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":"MmM3MGI2OWZiYjJlOTI4YjE4NjZjMzRlZThjMDYzZDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cada0499-a8bd-425a-8422-ae77cdbdbedb","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NTFlZTU4NmFiYmRmMWMyNTE3YTQwNjVkODNhYjg1YzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4f5f7ce0-0030-42dd-8417-75f2fc085368","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-18T02:03:54.551Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T02:03:54.551Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:03:54.552Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:03:54.553Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568936105, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:03:54.653Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:03:54.656Z||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-03-18T02:03:54.656Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:03:54.664Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:03:54.664Z||pool-127-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:03:55.553Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T02:03:55.554Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:03:55.555Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:03:55.555Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568936105, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-03-18T02:03:55.655Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:03:55.656Z||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-03-18T02:03:55.656Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:03:55.664Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:03:55.665Z||pool-128-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:03:56.556Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T02:03:56.557Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:03:56.558Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:03:56.558Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568936105, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-03-18T02:03:56.658Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:03:56.659Z||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-03-18T02:03:56.659Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:03:56.667Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:03:56.667Z||pool-129-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:03:57.559Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T02:03:57.559Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:03:57.561Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:03:57.561Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568936105, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:03:57.661Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:03:57.662Z||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-03-18T02:03:57.662Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:03:57.670Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:03:57.670Z||pool-130-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:03:58.561Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T02:03:58.562Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:03:58.563Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:03:58.563Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568936105, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-03-18T02:03:58.664Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:03:58.664Z||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-03-18T02:03:58.664Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:03:58.673Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:03:58.673Z||pool-131-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:03:59.564Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T02:03:59.565Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:03:59.566Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:03:59.566Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568936105, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-03-18T02:03:59.666Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:03:59.667Z||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-03-18T02:03:59.667Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:03:59.675Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:03:59.675Z||pool-132-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:04:00.566Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T02:04:00.567Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:04:00.569Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:04:00.569Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568936105, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-03-18T02:04:00.669Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:04:00.669Z||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-03-18T02:04:00.669Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:04:00.677Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:04:00.677Z||pool-133-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:04:01.569Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T02:04:01.570Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:04:01.571Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:04:01.572Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568936105, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-18T02:04:01.672Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-18T02:04:01.672Z||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-03-18T02:04:01.672Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:04:01.679Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:04:01.679Z||pool-134-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:04:02.572Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T02:04:02.573Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:04:02.575Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:04:02.575Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568936105, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T02:04:02.675Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:04:02.675Z||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-03-18T02:04:02.675Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:04:02.684Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:04:02.684Z||pool-135-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:04:03.575Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T02:04:03.576Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:04:03.577Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:04:03.577Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568936105, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-18T02:04:03.677Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:04:03.678Z||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-03-18T02:04:03.678Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:04:03.686Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:04:03.686Z||pool-136-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:04:04.578Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "1fe2b367-466f-4186-ae19-c57f36116355", "serviceDescription": "service", "serviceInvariantUUID": "52245c74-39f3-46ca-9b86-f803526b348f", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "84207a42-f7ed-46a7-a7e6-7e8a2fa8d8ac", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "58486af5-baa1-4186-a620-ea38e98e4cba", "resourceInvariantUUID": "40be2d56-2295-4c2e-976d-7900ce64274e", "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": "ZjhhOWE4ZGY1MzhkZWNmODk2ZTIxYjIzYWM2MWRiMGI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dd398a41-3371-44c3-83f6-3e06cd8ea175", "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": "e7971747-67b8-412f-b24b-efbd04cad617", "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": "eaec5233-c2f5-465d-a67b-c8ee96e67de8", "generatedFromUUID": "e7971747-67b8-412f-b24b-efbd04cad617" }, "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": "a8e6cc2f-a573-45b2-9f03-d5a469c08e45", "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": "eaec5233-c2f5-465d-a67b-c8ee96e67de8", "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": "c17fdda4-35d8-49bd-be64-8bbf03a56045", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "NTFlZTU4NmFiYmRmMWMyNTE3YTQwNjVkODNhYjg1YzA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4f5f7ce0-0030-42dd-8417-75f2fc085368" } ], "workloadContext": "Production" } 2022-03-18T02:04:04.578Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-18T02:04:04.579Z|657547a7-4af0-45db-a307-d362b5f8ab59|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 1fe2b367-466f-4186-ae19-c57f36116355 ASDC 2022-03-18T02:04:04.579Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:337e35bd-33df-4d7c-a96a-9bed78d2b21a ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:1fe2b367-466f-4186-ae19-c57f36116355 ServiceInvariantUUID:52245c74-39f3-46ca-9b86-f803526b348f 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:4f5f7ce0-0030-42dd-8417-75f2fc085368 ArtifactChecksum:NTFlZTU4NmFiYmRmMWMyNTE3YTQwNjVkODNhYjg1YzA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:84207a42-f7ed-46a7-a7e6-7e8a2fa8d8ac ResourceInvariantUUID:40be2d56-2295-4c2e-976d-7900ce64274e ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:58486af5-baa1-4186-a620-ea38e98e4cba 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:dd398a41-3371-44c3-83f6-3e06cd8ea175 ArtifactChecksum:ZjhhOWE4ZGY1MzhkZWNmODk2ZTIxYjIzYWM2MWRiMGI= 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:e7971747-67b8-412f-b24b-efbd04cad617 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:eaec5233-c2f5-465d-a67b-c8ee96e67de8 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:a8e6cc2f-a573-45b2-9f03-d5a469c08e45 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:eaec5233-c2f5-465d-a67b-c8ee96e67de8 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:c17fdda4-35d8-49bd-be64-8bbf03a56045 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-18T02:04:04.579Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1fe2b367-466f-4186-ae19-c57f36116355 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-03-18T02:04:04.602Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-18T02:04:04.603Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-18T02:04:04.603Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-18T02:04:04.603Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4f5f7ce0-0030-42dd-8417-75f2fc085368 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-03-18T02:04:04.603Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-18T02:04:04.603Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-03-18T02:04:05.095Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-18T02:04:05.101Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 4f5f7ce0-0030-42dd-8417-75f2fc085368 158211 2022-03-18T02:04:05.101Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-03-18T02:04:05.101Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-03-18T02:04:05.101Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-18T02:04:05.102Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:04:05.103Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:04:05.103Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569045101, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T02:04:05.203Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:04:05.204Z||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-03-18T02:04:05.204Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:04:05.211Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:04:05.212Z||pool-137-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:04:06.104Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-18T02:04:06.105Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-18T02:04:06.105Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 4f5f7ce0-0030-42dd-8417-75f2fc085368, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-03-18T02:04:06.105Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-03-18T02:04:06.105Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-03-18T02:04:06.105Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-03-18T02:04:06.213Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7827916259723114058/Definitions/service-BasicCnfMacro-template.yml 2022-03-18T02:04:07.042Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-18T02:04:07.042Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-03-18T02:04:07.042Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-03-18T02:04:07.042Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-03-18T02:04:07.042Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|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-BasicCnfMacro-csar.csar 2022-03-18T02:04:07.042Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||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-03-18T02:04:07.042Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||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-03-18T02:04:07.043Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-03-18T02:04:07.043Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-03-18T02:04:07.043Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:04:07.043Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T02:04:07.043Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-03-18T02:04:07.043Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-03-18T02:04:07.043Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-18T02:04:07.043Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:04:07.043Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T02:04:07.043Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-03-18T02:04:07.043Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-03-18T02:04:07.044Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-18T02:04:07.044Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:04:07.044Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T02:04:07.044Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:04:07.044Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-03-18T02:04:07.044Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-03-18T02:04:07.044Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-03-18T02:04:07.044Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-18T02:04:07.044Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:04:07.044Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-18T02:04:07.045Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:04:07.045Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-03-18T02:04:07.045Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-18T02:04:07.045Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:04:07.045Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-03-18T02:04:07.045Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-18T02:04:07.045Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:04:07.045Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-03-18T02:04:07.045Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-18T02:04:07.046Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:04:07.046Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-03-18T02:04:07.046Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-18T02:04:07.046Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:04:07.046Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-03-18T02:04:07.046Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-03-18T02:04:07.046Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=af9dab66-1f91-4aea-bcd9-1351b8394be2 2022-03-18T02:04:07.046Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:04:07.046Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T02:04:07.047Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:04:07.047Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T02:04:07.047Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:04:07.047Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T02:04:07.047Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:04:07.047Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T02:04:07.047Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:1fe2b367-466f-4186-ae19-c57f36116355 Model Version:NULL Model InvariantUuid:52245c74-39f3-46ca-9b86-f803526b348f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:8bd1af0e-d184-48d1-83a5-30c9aef1c6bc Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:40be2d56-2295-4c2e-976d-7900ce64274e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:84207a42-f7ed-46a7-a7e6-7e8a2fa8d8ac NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:8f211f7a-f491-4d11-8173-867d1b6fd866 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:69151a1d-3a59-4d50-a01b-96c6472317b0 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:06831139-94c5-4ff0-aa27-aa93cc799ce0 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:a1ee0795-983c-4ed8-a061-9f5fffed47ed ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:af9dab66-1f91-4aea-bcd9-1351b8394be2 ModelInvariantUuid:2e926450-1b8d-4d9b-8073-ae8f2117d77a ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:aa34d009-9041-42f8-a23b-e571167f6157 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:4860946d-c3f6-4747-acc6-c9a946af5ab8 ModelInvariantUuid:6e3ff8f7-ee5c-4134-bd96-371e3f3e5f02 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:52053e8c-b977-440d-8cb4-d833a5435972 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-03-18T02:04:07.052Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 58486af5-baa1-4186-a620-ea38e98e4cba Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-18T02:04:07.054Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||basic_cnf_macro 0 2022-03-18T02:04:07.054Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 58486af5-baa1-4186-a620-ea38e98e4cba 2022-03-18T02:04:07.055Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: dd398a41-3371-44c3-83f6-3e06cd8ea175 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-03-18T02:04:07.055Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-18T02:04:07.055Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||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-03-18T02:04:07.340Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-18T02:04:07.341Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json dd398a41-3371-44c3-83f6-3e06cd8ea175 1565 2022-03-18T02:04:07.341Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||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-03-18T02:04:07.341Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||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-03-18T02:04:07.341Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-18T02:04:07.341Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:04:07.343Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:04:07.343Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569047341, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-18T02:04:07.443Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:04:07.444Z||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-03-18T02:04:07.444Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:04:07.451Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:04:07.451Z||pool-138-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:04:08.343Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "06831139-94c5-4ff0-aa27-aa93cc799ce0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a1ee0795-983c-4ed8-a061-9f5fffed47ed", "vfModuleModelCustomizationUUID": "c14a4f87-43f5-4e95-8cbc-af370515fc02", "isBase": true, "artifacts": [ "e7971747-67b8-412f-b24b-efbd04cad617", "eaec5233-c2f5-465d-a67b-c8ee96e67de8" ], "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": "8f211f7a-f491-4d11-8173-867d1b6fd866", "vfModuleModelVersion": "1", "vfModuleModelUUID": "69151a1d-3a59-4d50-a01b-96c6472317b0", "vfModuleModelCustomizationUUID": "5273240a-305e-494d-8639-2033ba5518a9", "isBase": false, "artifacts": [ "c17fdda4-35d8-49bd-be64-8bbf03a56045" ], "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-03-18T02:04:08.346Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a1ee0795-983c-4ed8-a061-9f5fffed47ed VfModuleModelInvariantUUID:06831139-94c5-4ff0-aa27-aa93cc799ce0 VfModuleModelDescription:NULL Artifacts UUID List:{ e7971747-67b8-412f-b24b-efbd04cad617 , eaec5233-c2f5-465d-a67b-c8ee96e67de8 } 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:69151a1d-3a59-4d50-a01b-96c6472317b0 VfModuleModelInvariantUUID:8f211f7a-f491-4d11-8173-867d1b6fd866 VfModuleModelDescription:NULL Artifacts UUID List:{ c17fdda4-35d8-49bd-be64-8bbf03a56045 } 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-03-18T02:04:08.348Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "06831139-94c5-4ff0-aa27-aa93cc799ce0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a1ee0795-983c-4ed8-a061-9f5fffed47ed", "vfModuleModelCustomizationUUID": "c14a4f87-43f5-4e95-8cbc-af370515fc02", "isBase": true, "artifacts": [ "e7971747-67b8-412f-b24b-efbd04cad617", "eaec5233-c2f5-465d-a67b-c8ee96e67de8" ], "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": "8f211f7a-f491-4d11-8173-867d1b6fd866", "vfModuleModelVersion": "1", "vfModuleModelUUID": "69151a1d-3a59-4d50-a01b-96c6472317b0", "vfModuleModelCustomizationUUID": "5273240a-305e-494d-8639-2033ba5518a9", "isBase": false, "artifacts": [ "c17fdda4-35d8-49bd-be64-8bbf03a56045" ], "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-03-18T02:04:08.348Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a1ee0795-983c-4ed8-a061-9f5fffed47ed VfModuleModelInvariantUUID:06831139-94c5-4ff0-aa27-aa93cc799ce0 VfModuleModelDescription:NULL Artifacts UUID List:{ e7971747-67b8-412f-b24b-efbd04cad617 , eaec5233-c2f5-465d-a67b-c8ee96e67de8 } 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:69151a1d-3a59-4d50-a01b-96c6472317b0 VfModuleModelInvariantUUID:8f211f7a-f491-4d11-8173-867d1b6fd866 VfModuleModelDescription:NULL Artifacts UUID List:{ c17fdda4-35d8-49bd-be64-8bbf03a56045 } 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-03-18T02:04:08.348Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e7971747-67b8-412f-b24b-efbd04cad617 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-03-18T02:04:08.348Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-18T02:04:08.348Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||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-03-18T02:04:08.640Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-18T02:04:08.640Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml e7971747-67b8-412f-b24b-efbd04cad617 914 2022-03-18T02:04:08.640Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||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-03-18T02:04:08.641Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||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-03-18T02:04:08.641Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-18T02:04:08.641Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:04:08.642Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:04:08.642Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569048640, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-03-18T02:04:08.742Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:04:08.743Z||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-03-18T02:04:08.743Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:04:08.751Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:04:08.751Z||pool-139-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:04:09.643Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a8e6cc2f-a573-45b2-9f03-d5a469c08e45 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-03-18T02:04:09.643Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-18T02:04:09.644Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||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-03-18T02:04:09.843Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-18T02:04:09.844Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env a8e6cc2f-a573-45b2-9f03-d5a469c08e45 12 2022-03-18T02:04:09.844Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||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-03-18T02:04:09.844Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||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-03-18T02:04:09.844Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-18T02:04:09.845Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:04:09.846Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:04:09.846Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569049844, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-03-18T02:04:09.946Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:04:09.947Z||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-03-18T02:04:09.947Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:04:09.957Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:04:09.957Z||pool-140-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:04:10.847Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: eaec5233-c2f5-465d-a67b-c8ee96e67de8 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-03-18T02:04:10.847Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-18T02:04:10.847Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||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-03-18T02:04:10.878Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-18T02:04:10.878Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env eaec5233-c2f5-465d-a67b-c8ee96e67de8 96 2022-03-18T02:04:10.879Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||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-03-18T02:04:10.879Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||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-03-18T02:04:10.879Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-18T02:04:10.879Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:04:10.880Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:04:10.880Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569050879, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-03-18T02:04:10.981Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:04:10.981Z||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-03-18T02:04:10.981Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:04:10.989Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:04:10.990Z||pool-141-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:04:11.881Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c17fdda4-35d8-49bd-be64-8bbf03a56045 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-03-18T02:04:11.881Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-18T02:04:11.881Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||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-03-18T02:04:11.916Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-18T02:04:11.917Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz c17fdda4-35d8-49bd-be64-8bbf03a56045 20206 2022-03-18T02:04:11.917Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||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-03-18T02:04:11.917Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||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-03-18T02:04:11.918Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-18T02:04:11.918Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:04:11.919Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:04:11.919Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569051917, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-03-18T02:04:12.019Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:04:12.020Z||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-03-18T02:04:12.020Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:04:12.028Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:04:12.028Z||pool-142-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:04:12.922Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 1fe2b367-466f-4186-ae19-c57f36116355 2022-03-18T02:04:12.922Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 58486af5-baa1-4186-a620-ea38e98e4cba 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-03-18T02:04:12.929Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@254cf645, org.onap.sdc.toscaparser.api.parameters.Input@28da93a3, org.onap.sdc.toscaparser.api.parameters.Input@152c42bf, org.onap.sdc.toscaparser.api.parameters.Input@703a057b, org.onap.sdc.toscaparser.api.parameters.Input@32862be7] 2022-03-18T02:04:12.930Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:04:12.930Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T02:04:12.931Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-03-18T02:04:12.931Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 84207a42-f7ed-46a7-a7e6-7e8a2fa8d8ac 2022-03-18T02:04:12.931Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 84207a42-f7ed-46a7-a7e6-7e8a2fa8d8ac matches Tosca VF Customization UUID: 84207a42-f7ed-46a7-a7e6-7e8a2fa8d8ac 2022-03-18T02:04:12.931Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 84207a42-f7ed-46a7-a7e6-7e8a2fa8d8ac 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-03-18T02:04:12.932Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:04:12.933Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T02:04:12.933Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 84207a42-f7ed-46a7-a7e6-7e8a2fa8d8ac: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"} 2022-03-18T02:04:12.933Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1942a0d5 2022-03-18T02:04:12.933Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:04:12.933Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-18T02:04:12.933Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5273240a-305e-494d-8639-2033ba5518a9 2022-03-18T02:04:12.934Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5273240a-305e-494d-8639-2033ba5518a9 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-03-18T02:04:12.935Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:04:12.935Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-03-18T02:04:12.936Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-18T02:04:12.936Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:04:12.936Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-03-18T02:04:12.936Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-18T02:04:12.936Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:04:12.936Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-03-18T02:04:12.936Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=84207a42-f7ed-46a7-a7e6-7e8a2fa8d8ac Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-18T02:04:12.938Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:04:12.938Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T02:04:12.938Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 1fe2b367-466f-4186-ae19-c57f36116355: basic_cnf_macro 2022-03-18T02:04:12.938Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:04:12.938Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T02:04:12.938Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:04:12.938Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T02:04:12.938Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:04:12.939Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T02:04:12.939Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:04:12.939Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T02:04:12.939Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:04:12.939Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T02:04:12.939Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||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-03-18T02:04:12.969Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 58486af5-baa1-4186-a620-ea38e98e4cba 2 ASDC deployResourceStructure 2022-03-18T02:04:12.969Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||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-03-18T02:04:12.969Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||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-03-18T02:04:12.969Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-18T02:04:12.970Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:04:12.971Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:04:12.971Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569052969, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-18T02:04:13.071Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:04:13.072Z||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-03-18T02:04:13.072Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:04:13.080Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:04:13.080Z||pool-143-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:04:13.972Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||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-03-18T02:04:13.972Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||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-03-18T02:04:13.972Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-18T02:04:13.972Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:04:13.974Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:04:13.974Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569053972, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-03-18T02:04:14.074Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:04:14.074Z||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-03-18T02:04:14.075Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:04:14.083Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:04:14.083Z||pool-144-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:04:14.978Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||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-03-18T02:04:14.978Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||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-03-18T02:04:14.978Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-18T02:04:14.979Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:04:14.980Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:04:14.980Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569054974, "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-03-18T02:04:15.081Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-18T02:04:15.081Z||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-03-18T02:04:15.081Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:04:15.090Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:04:15.090Z||pool-145-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:04:15.981Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||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-03-18T02:04:15.982Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||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-03-18T02:04:15.982Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-18T02:04:15.982Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:04:15.984Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:04:15.984Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569055981, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-03-18T02:04:16.084Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:04:16.085Z||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-03-18T02:04:16.085Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:04:16.093Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:04:16.093Z||pool-146-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:04:16.106Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:04:16.107Z||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-03-18T02:04:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T02:04:16.120Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:04:16.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:04:16.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "multicloud-k8s-id", "timestamp": 1647568934850, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-03-18T02:04:16.121Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:04:16.985Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||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-03-18T02:04:16.985Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||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-03-18T02:04:16.985Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-18T02:04:16.986Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:04:16.987Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:04:16.988Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569056984, "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-03-18T02:04:17.088Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:04:17.088Z||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-03-18T02:04:17.088Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:04:17.097Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:04:17.098Z||pool-147-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:04:17.988Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-03-18T02:04:17.989Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-03-18T02:04:17.989Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-18T02:04:17.989Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:04:17.990Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:04:17.990Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569057988, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T02:04:18.090Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-18T02:04:18.091Z||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-03-18T02:04:18.091Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:04:18.100Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:04:18.100Z||pool-148-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:04:18.991Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 337e35bd-33df-4d7c-a96a-9bed78d2b21a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-18T02:04:19.001Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 337e35bd-33df-4d7c-a96a-9bed78d2b21a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-18T02:04:19.003Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-18T02:04:19.003Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-18T02:04:19.003Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-18T02:04:49.003Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 337e35bd-33df-4d7c-a96a-9bed78d2b21a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-18T02:04:49.015Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 337e35bd-33df-4d7c-a96a-9bed78d2b21a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-18T02:04:49.016Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-18T02:04:49.016Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-18T02:04:49.016Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-18T02:05:16.107Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:05:16.107Z||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-03-18T02:05:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T02:05:16.128Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:05:16.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568936105, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T02:05:16.130Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "policy-id", "timestamp": 1647568934254, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-03-18T02:05:16.130Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "cds", "timestamp": 1647568936979, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-18T02:05:16.137Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 337e35bd-33df-4d7c-a96a-9bed78d2b21a 2022-03-18T02:05:16.137Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 337e35bd-33df-4d7c-a96a-9bed78d2b21a 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-03-18T02:05:16.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "clamp", "timestamp": 1647568910417, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-18T02:05:16.144Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "multicloud-k8s-id", "timestamp": 1647568934850, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-03-18T02:05:16.144Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568936105, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:05:16.144Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "policy-id", "timestamp": 1647568934254, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:05:16.144Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.145Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "multicloud-k8s-id", "timestamp": 1647568934850, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:05:16.145Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.145Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568936105, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-18T02:05:16.145Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.145Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "policy-id", "timestamp": 1647568934254, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-03-18T02:05:16.145Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.145Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "multicloud-k8s-id", "timestamp": 1647568934850, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-03-18T02:05:16.145Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.145Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568936105, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-18T02:05:16.145Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.145Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "policy-id", "timestamp": 1647568934254, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-03-18T02:05:16.145Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.145Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "multicloud-k8s-id", "timestamp": 1647568934850, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-03-18T02:05:16.145Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568936105, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:05:16.146Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "policy-id", "timestamp": 1647568934254, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-03-18T02:05:16.146Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "multicloud-k8s-id", "timestamp": 1647568934850, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-03-18T02:05:16.146Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568936105, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-18T02:05:16.146Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "clamp", "timestamp": 1647568941870, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T02:05:16.146Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:05:16.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "policy-id", "timestamp": 1647568934254, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-18T02:05:16.146Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "multicloud-k8s-id", "timestamp": 1647568934850, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-18T02:05:16.146Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568936105, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T02:05:16.147Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.147Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.147Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "policy-id", "timestamp": 1647568934254, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T02:05:16.147Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.147Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.147Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "multicloud-k8s-id", "timestamp": 1647568934850, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T02:05:16.147Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.147Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.147Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568936105, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-18T02:05:16.147Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.147Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.147Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "policy-id", "timestamp": 1647568934254, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-18T02:05:16.147Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.147Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.147Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "multicloud-k8s-id", "timestamp": 1647568934850, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-18T02:05:16.147Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.147Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.147Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568944831, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T02:05:16.147Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:05:16.147Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.147Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "clamp", "timestamp": 1647568944874, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T02:05:16.148Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:05:16.148Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.148Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "policy-id", "timestamp": 1647568944964, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T02:05:16.148Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:05:16.148Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.148Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "multicloud-k8s-id", "timestamp": 1647568945540, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-18T02:05:16.148Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:05:16.148Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.148Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647568945174, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:05:16.148Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.148Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.148Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "clamp", "timestamp": 1647568945876, "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-03-18T02:05:16.152Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 657547a7-4af0-45db-a307-d362b5f8ab59 2022-03-18T02:05:16.152Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 657547a7-4af0-45db-a307-d362b5f8ab59 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-03-18T02:05:16.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.158Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "policy-id", "timestamp": 1647568945969, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T02:05:16.158Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:05:16.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.158Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "multicloud-k8s-id", "timestamp": 1647568946580, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-03-18T02:05:16.158Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:05:16.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.158Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647568945174, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-18T02:05:16.158Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.158Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568946806, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-18T02:05:16.158Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:05:16.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.158Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "policy-id", "timestamp": 1647568946972, "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-03-18T02:05:16.161Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 337e35bd-33df-4d7c-a96a-9bed78d2b21a 2022-03-18T02:05:16.162Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 337e35bd-33df-4d7c-a96a-9bed78d2b21a 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-03-18T02:05:16.167Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.167Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "clamp", "timestamp": 1647568946879, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:05:16.167Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "multicloud-k8s-id", "timestamp": 1647568947618, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-03-18T02:05:16.168Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:05:16.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647568945174, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T02:05:16.168Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568947911, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-18T02:05:16.168Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:05:16.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "clamp", "timestamp": 1647568946879, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-03-18T02:05:16.168Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "aai-ml", "timestamp": 1647568947907, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:05:16.168Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647568945174, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:05:16.168Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "multicloud-k8s-id", "timestamp": 1647568948898, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-03-18T02:05:16.168Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:05:16.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.169Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568949099, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-18T02:05:16.169Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:05:16.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.169Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "clamp", "timestamp": 1647568946879, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T02:05:16.169Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.169Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "aai-ml", "timestamp": 1647568947907, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-18T02:05:16.169Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.169Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647568945174, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-03-18T02:05:16.169Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.169Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "multicloud-k8s-id", "timestamp": 1647568949992, "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-03-18T02:05:16.173Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 337e35bd-33df-4d7c-a96a-9bed78d2b21a 2022-03-18T02:05:16.173Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 337e35bd-33df-4d7c-a96a-9bed78d2b21a 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-03-18T02:05:16.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568950221, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-18T02:05:16.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:05:16.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "clamp", "timestamp": 1647568946879, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:05:16.180Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "aai-ml", "timestamp": 1647568947907, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T02:05:16.180Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647568945174, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-03-18T02:05:16.180Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "multicloud-k8s-id", "timestamp": 1647568950996, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-18T02:05:16.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:05:16.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568951224, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-18T02:05:16.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:05:16.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.181Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "clamp", "timestamp": 1647568946879, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-03-18T02:05:16.181Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.181Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "aai-ml", "timestamp": 1647568947907, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:05:16.181Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.181Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647568945174, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-03-18T02:05:16.181Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.181Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568952227, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-18T02:05:16.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:05:16.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.181Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "clamp", "timestamp": 1647568946879, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-03-18T02:05:16.181Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.181Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "aai-ml", "timestamp": 1647568947907, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-03-18T02:05:16.181Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.181Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647568945174, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-18T02:05:16.181Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.181Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568953230, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T02:05:16.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:05:16.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.182Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "clamp", "timestamp": 1647568946879, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-03-18T02:05:16.182Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.182Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "aai-ml", "timestamp": 1647568947907, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-03-18T02:05:16.182Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.182Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647568945174, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T02:05:16.182Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.182Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "clamp", "timestamp": 1647568946879, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-18T02:05:16.182Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.182Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "aai-ml", "timestamp": 1647568947907, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-03-18T02:05:16.182Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.182Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647568945174, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-18T02:05:16.182Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.182Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "clamp", "timestamp": 1647568946879, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T02:05:16.182Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.182Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "aai-ml", "timestamp": 1647568947907, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-18T02:05:16.183Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.183Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647568956198, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T02:05:16.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:05:16.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.183Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "clamp", "timestamp": 1647568946879, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-18T02:05:16.183Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.183Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "aai-ml", "timestamp": 1647568947907, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T02:05:16.183Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.183Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "aai-ml", "timestamp": 1647568947907, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-18T02:05:16.183Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.183Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647568958070, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T02:05:16.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:05:16.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.183Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "aai-ml", "timestamp": 1647568958751, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T02:05:16.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:05:16.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.183Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647568959072, "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-03-18T02:05:16.187Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 337e35bd-33df-4d7c-a96a-9bed78d2b21a 2022-03-18T02:05:16.187Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 337e35bd-33df-4d7c-a96a-9bed78d2b21a 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-03-18T02:05:16.193Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.193Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "clamp", "timestamp": 1647568960873, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T02:05:16.193Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:05:16.193Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.193Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "aai-ml", "timestamp": 1647568963535, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T02:05:16.193Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:05:16.193Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.194Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "aai-ml", "timestamp": 1647568964538, "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-03-18T02:05:16.197Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 337e35bd-33df-4d7c-a96a-9bed78d2b21a 2022-03-18T02:05:16.197Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 337e35bd-33df-4d7c-a96a-9bed78d2b21a 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-03-18T02:05:16.203Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.203Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "clamp", "timestamp": 1647568965876, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T02:05:16.203Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:05:16.203Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.203Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "clamp", "timestamp": 1647568966878, "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-03-18T02:05:16.206Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 337e35bd-33df-4d7c-a96a-9bed78d2b21a 2022-03-18T02:05:16.206Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 337e35bd-33df-4d7c-a96a-9bed78d2b21a 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-03-18T02:05:16.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c481e5d-6186-4823-b22b-40b52c9294f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568984746, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR" } 2022-03-18T02:05:16.211Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:05:16.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568936105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:05:16.211Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568936105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-18T02:05:16.211Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568936105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-18T02:05:16.211Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568936105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:05:16.211Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568936105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-18T02:05:16.211Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568936105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-18T02:05:16.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568936105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T02:05:16.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568936105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-18T02:05:16.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:05:16.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568993865, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T02:05:16.212Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:05:16.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:05:16.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568995815, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-18T02:05:16.212Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:05:19.017Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 337e35bd-33df-4d7c-a96a-9bed78d2b21a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-18T02:05:19.026Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 337e35bd-33df-4d7c-a96a-9bed78d2b21a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-18T02:05:19.028Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-18T02:05:19.028Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-18T02:05:19.028Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-18T02:05:19.028Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-18T02:05:19.028Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-18T02:05:19.028Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-18T02:05:19.028Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-18T02:05:19.028Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-18T02:05:19.029Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-18T02:05:19.029Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-18T02:05:19.029Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|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-03-18T02:05:19.032Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-18T02:05:49.032Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 337e35bd-33df-4d7c-a96a-9bed78d2b21a 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-03-18T02:05:49.038Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 337e35bd-33df-4d7c-a96a-9bed78d2b21a and serviceModelVersionId: 1fe2b367-466f-4186-ae19-c57f36116355 2022-03-18T02:05:49.038Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 52245c74-39f3-46ca-9b86-f803526b348f 2022-03-18T02:05:49.039Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/52245c74-39f3-46ca-9b86-f803526b348f/model-vers/model-ver/1fe2b367-466f-4186-ae19-c57f36116355?depth=0 2022-03-18T02:05:49.043Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-03-18T02:05:49.066Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|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/52245c74-39f3-46ca-9b86-f803526b348f/model-vers/model-ver/1fe2b367-466f-4186-ae19-c57f36116355?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-03-18T02:05:49.067Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/52245c74-39f3-46ca-9b86-f803526b348f/model-vers/model-ver/1fe2b367-466f-4186-ae19-c57f36116355?depth=0|INFO|500||Invoke 2022-03-18T02:05:49.083Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/52245c74-39f3-46ca-9b86-f803526b348f/model-vers/model-ver/1fe2b367-466f-4186-ae19-c57f36116355?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-18T02:05:49.304Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/52245c74-39f3-46ca-9b86-f803526b348f/model-vers/model-ver/1fe2b367-466f-4186-ae19-c57f36116355?depth=0|INFO|500||InvokeReturn 2022-03-18T02:05:49.305Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|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/52245c74-39f3-46ca-9b86-f803526b348f/model-vers/model-ver/1fe2b367-466f-4186-ae19-c57f36116355?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220318-02:05:49:087-38108], vertex-id=[270552], Content-Length=[0], Date=[Fri, 18 Mar 2022 02:05:49 GMT], Content-Type=[application/json]} 2022-03-18T02:05:49.305Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2022-03-18T02:05:49.305Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-18T02:05:49.305Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|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-03-18T02:05:49.308Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|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-03-18T02:05:49.308Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 337e35bd-33df-4d7c-a96a-9bed78d2b21a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-18T02:05:49.309Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-18T02:05:49.309Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:05:49.310Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:05:49.310Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569149309, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-18T02:05:49.410Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:05:49.411Z||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-03-18T02:05:49.411Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:05:49.421Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:05:49.421Z||pool-149-thread-1|||||INFO|500||cambria reply ok (10 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-03-18T02:05:50.320Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:05:50.321Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|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-03-18T02:05:50.321Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|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 YSt5y1DB22gNhozw) ... 2022-03-18T02:05:55.747Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:05:55.748Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-18T02:05:55.748Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"4fbb1264-9c89-49c9-a803-1e99ff655e0c","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"92f9fd64-7d0a-4e49-ad0d-618c50eef098","serviceDescription":"service","serviceInvariantUUID":"e4e105ad-c4dd-4877-a5dd-7e3b8347e414","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8c1eb89f-be2a-4362-bef0-fe534c4a60e8","resourceInvariantUUID":"a35ee2a7-ae65-4380-bb12-4b1296f6fc2e","resourceCustomizationUUID":"a6af6bf9-6282-4284-9398-ba7837ae8ce5","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":"YzM1MmQ3NWFiNmY1MTk4NTM4MzQ1MGI0MTc5NDRjNmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c2f06db8-0af4-4be6-b40c-f37f65e6c52f","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":"9c4aa439-145d-4300-8177-100e4ea1297b","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":"e21b2ecc-a411-4824-ad83-24e92c034564","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":"NTkyM2FmYzI5MzNmODVhMzZmNmQ5NGNmNGRhZjRlYmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"0109e5a9-879b-4017-8223-beddee17f94c","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":"659fd73d-cd97-44d9-9b27-c04500aba2ce","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":"b1a8eee4-4913-48a0-86f9-c0740eb7f13e","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":"23439952-9eb8-402c-8dfd-f91e0be3445b","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":"MGMzZTBjNDk1MjI4N2U3ODdhZDMwM2JkYjY3NGRlYmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5ef79afd-af4f-4379-89ef-a89c0e80ff12","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZGI4YzM3ZDBkNzUyMjQ4MmUyMGEyNDgwYTNhOTNiNWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"61763643-cac1-4d52-a640-e53c8f893f6a","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-18T02:05:55.749Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T02:05:55.749Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:05:55.751Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:05:55.751Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569150320, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:05:55.851Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:05:55.851Z||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-03-18T02:05:55.851Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:05:55.860Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:05:55.860Z||pool-150-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:05:56.751Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T02:05:56.751Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:05:56.753Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:05:56.753Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569150320, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-18T02:05:56.854Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-18T02:05:56.854Z||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-03-18T02:05:56.854Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:05:56.864Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:05:56.864Z||pool-151-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-03-18T02:05:57.754Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T02:05:57.754Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:05:57.756Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:05:57.756Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569150320, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-18T02:05:57.856Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:05:57.857Z||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-03-18T02:05:57.857Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:05:57.866Z||pool-152-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:05:57.866Z||pool-152-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-03-18T02:05:58.757Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T02:05:58.757Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:05:58.758Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:05:58.758Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569150320, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-18T02:05:58.859Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-18T02:05:58.859Z||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-03-18T02:05:58.859Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:05:58.869Z||pool-153-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:05:58.869Z||pool-153-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:05:59.759Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T02:05:59.759Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:05:59.760Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:05:59.760Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569150320, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:05:59.861Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:05:59.861Z||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-03-18T02:05:59.861Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:05:59.869Z||pool-154-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:05:59.870Z||pool-154-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:06:00.761Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T02:06:00.761Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:06:00.763Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:06:00.763Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569150320, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T02:06:00.863Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:06:00.864Z||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-03-18T02:06:00.864Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:06:00.873Z||pool-155-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:06:00.873Z||pool-155-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:06:01.763Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T02:06:01.764Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:06:01.765Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:06:01.765Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569150320, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T02:06:01.865Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:06:01.866Z||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-03-18T02:06:01.866Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:06:01.874Z||pool-156-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:06:01.875Z||pool-156-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:06:02.766Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T02:06:02.766Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:06:02.768Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:06:02.768Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569150320, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T02:06:02.867Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-18T02:06:02.868Z||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-03-18T02:06:02.868Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:06:02.876Z||pool-157-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:06:02.877Z||pool-157-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:06:03.768Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-18T02:06:03.769Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:06:03.770Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:06:03.770Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569150320, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-18T02:06:03.870Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:06:03.871Z||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-03-18T02:06:03.871Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:06:03.878Z||pool-158-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:06:03.878Z||pool-158-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:06:04.771Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "92f9fd64-7d0a-4e49-ad0d-618c50eef098", "serviceDescription": "service", "serviceInvariantUUID": "e4e105ad-c4dd-4877-a5dd-7e3b8347e414", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "a6af6bf9-6282-4284-9398-ba7837ae8ce5", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "8c1eb89f-be2a-4362-bef0-fe534c4a60e8", "resourceInvariantUUID": "a35ee2a7-ae65-4380-bb12-4b1296f6fc2e", "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": "ZGI4YzM3ZDBkNzUyMjQ4MmUyMGEyNDgwYTNhOTNiNWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "61763643-cac1-4d52-a640-e53c8f893f6a" } ], "workloadContext": "Production" } 2022-03-18T02:06:04.771Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-18T02:06:04.771Z|337e35bd-33df-4d7c-a96a-9bed78d2b21a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 92f9fd64-7d0a-4e49-ad0d-618c50eef098 ASDC 2022-03-18T02:06:04.772Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:4fbb1264-9c89-49c9-a803-1e99ff655e0c ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:92f9fd64-7d0a-4e49-ad0d-618c50eef098 ServiceInvariantUUID:e4e105ad-c4dd-4877-a5dd-7e3b8347e414 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:61763643-cac1-4d52-a640-e53c8f893f6a ArtifactChecksum:ZGI4YzM3ZDBkNzUyMjQ4MmUyMGEyNDgwYTNhOTNiNWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:a6af6bf9-6282-4284-9398-ba7837ae8ce5 ResourceInvariantUUID:a35ee2a7-ae65-4380-bb12-4b1296f6fc2e ResourceName:test-pnf ResourceType:PNF ResourceUUID:8c1eb89f-be2a-4362-bef0-fe534c4a60e8 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-18T02:06:04.772Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 92f9fd64-7d0a-4e49-ad0d-618c50eef098 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-03-18T02:06:04.788Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-18T02:06:04.788Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-18T02:06:04.789Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-18T02:06:04.789Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 61763643-cac1-4d52-a640-e53c8f893f6a from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-18T02:06:04.789Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-18T02:06:04.789Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-18T02:06:05.246Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-18T02:06:05.250Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 61763643-cac1-4d52-a640-e53c8f893f6a 105662 2022-03-18T02:06:05.250Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-03-18T02:06:05.250Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-18T02:06:05.250Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-18T02:06:05.250Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:06:05.252Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:06:05.252Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569165250, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T02:06:05.352Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:06:05.353Z||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-03-18T02:06:05.353Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:06:05.362Z||pool-159-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:06:05.362Z||pool-159-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:06:06.252Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-18T02:06:06.253Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-18T02:06:06.253Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 61763643-cac1-4d52-a640-e53c8f893f6a, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-18T02:06:06.253Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-03-18T02:06:06.254Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-18T02:06:06.254Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-18T02:06:06.329Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9055825786520342015/Definitions/service-TestPnfMacro-template.yml 2022-03-18T02:06:06.870Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-18T02:06:06.870Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-03-18T02:06:06.870Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-18T02:06:06.870Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-18T02:06:06.870Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||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-03-18T02:06:06.871Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||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-03-18T02:06:06.871Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||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-03-18T02:06:06.871Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||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-03-18T02:06:06.871Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|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-TestPnfMacro-csar.csar 2022-03-18T02:06:06.871Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|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-TestPnfMacro-csar.csar 2022-03-18T02:06:06.871Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|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-TestPnfMacro-csar.csar 2022-03-18T02:06:06.871Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-03-18T02:06:06.871Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:06:06.871Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T02:06:06.871Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-03-18T02:06:06.871Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-03-18T02:06:06.871Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-18T02:06:06.871Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:06:06.872Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T02:06:06.872Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-03-18T02:06:06.872Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-03-18T02:06:06.872Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-18T02:06:06.872Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:06:06.872Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T02:06:06.872Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:06:06.872Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T02:06:06.872Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:06:06.872Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T02:06:06.872Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:06:06.872Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T02:06:06.872Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:06:06.873Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T02:06:06.873Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:92f9fd64-7d0a-4e49-ad0d-618c50eef098 Model Version:NULL Model InvariantUuid:e4e105ad-c4dd-4877-a5dd-7e3b8347e414 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-03-18T02:06:06.879Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8c1eb89f-be2a-4362-bef0-fe534c4a60e8 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-18T02:06:06.881Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||INFO|500||test-pnf 0 2022-03-18T02:06:06.881Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8c1eb89f-be2a-4362-bef0-fe534c4a60e8 2022-03-18T02:06:06.881Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 92f9fd64-7d0a-4e49-ad0d-618c50eef098 2022-03-18T02:06:06.881Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 92f9fd64-7d0a-4e49-ad0d-618c50eef098 2022-03-18T02:06:06.881Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 8c1eb89f-be2a-4362-bef0-fe534c4a60e8 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-03-18T02:06:06.884Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@23a8c528, org.onap.sdc.toscaparser.api.parameters.Input@4546fad6, org.onap.sdc.toscaparser.api.parameters.Input@5d91ceb5, org.onap.sdc.toscaparser.api.parameters.Input@5420365e, org.onap.sdc.toscaparser.api.parameters.Input@31c42877] 2022-03-18T02:06:06.884Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:06:06.884Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T02:06:06.885Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 92f9fd64-7d0a-4e49-ad0d-618c50eef098: test-pnf 2022-03-18T02:06:06.885Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||INFO|500||Processing PNF resource: 8c1eb89f-be2a-4362-bef0-fe534c4a60e8 2022-03-18T02:06:06.885Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-18T02:06:06.885Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-18T02:06:06.885Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||INFO|500||Resource customization UUID: a6af6bf9-6282-4284-9398-ba7837ae8ce5 is the same as notified resource customizationUUID: a6af6bf9-6282-4284-9398-ba7837ae8ce5 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-03-18T02:06:06.911Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 8c1eb89f-be2a-4362-bef0-fe534c4a60e8 0 ASDC deployResourceStructure 2022-03-18T02:06:06.912Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-03-18T02:06:06.912Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-18T02:06:06.912Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-18T02:06:06.912Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:06:06.913Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:06:06.913Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569166912, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T02:06:07.014Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:06:07.014Z||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-03-18T02:06:07.014Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:06:07.023Z||pool-160-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:06:07.023Z||pool-160-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-18T02:06:07.914Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fbb1264-9c89-49c9-a803-1e99ff655e0c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-18T02:06:07.922Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fbb1264-9c89-49c9-a803-1e99ff655e0c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-18T02:06:07.924Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-18T02:06:07.924Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-18T02:06:07.924Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-18T02:06:16.107Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:06:16.107Z||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-03-18T02:06:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T02:06:16.123Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:06:16.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:06:16.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568997095, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-18T02:06:16.124Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:06:16.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:06:16.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568998294, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-18T02:06:16.124Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:06:16.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:06:16.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568999395, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-18T02:06:16.125Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:06:16.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:06:16.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569000398, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-18T02:06:16.125Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:06:16.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:06:16.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569001402, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-18T02:06:16.125Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:06:16.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:06:16.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569002405, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T02:06:16.125Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:06:16.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:06:16.126Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657547a7-4af0-45db-a307-d362b5f8ab59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569033538, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-18T02:06:16.126Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:06:16.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:06:16.126Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568936105, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:06:16.126Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:06:16.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:06:16.126Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568936105, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-03-18T02:06:16.126Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:06:16.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:06:16.126Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568936105, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-03-18T02:06:16.126Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:06:16.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:06:16.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568936105, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:06:16.127Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:06:16.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:06:16.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568936105, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-03-18T02:06:16.127Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:06:16.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:06:16.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568936105, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-03-18T02:06:16.127Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:06:16.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:06:16.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568936105, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-03-18T02:06:16.128Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:06:16.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:06:16.128Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568936105, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-18T02:06:16.128Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:06:16.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:06:16.128Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568936105, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T02:06:16.128Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:06:16.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:06:16.128Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647568936105, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-18T02:06:16.128Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:06:16.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:06:16.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569045101, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T02:06:16.129Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:06:16.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:06:16.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569047341, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-18T02:06:16.129Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:06:16.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:06:16.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569048640, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-03-18T02:06:16.129Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:06:16.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:06:16.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569049844, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-03-18T02:06:16.129Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:06:16.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:06:16.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569050879, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-03-18T02:06:16.130Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:06:16.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:06:16.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569051917, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-03-18T02:06:16.130Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:06:16.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:06:16.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569052969, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-18T02:06:16.130Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:06:16.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:06:16.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569053972, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-03-18T02:06:16.131Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:06:16.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:06:16.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569054974, "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-03-18T02:06:16.131Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:06:16.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:06:16.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569055981, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-03-18T02:06:16.131Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:06:37.924Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fbb1264-9c89-49c9-a803-1e99ff655e0c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-18T02:06:37.933Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fbb1264-9c89-49c9-a803-1e99ff655e0c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-18T02:06:37.934Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-18T02:06:37.934Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-18T02:06:37.934Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-18T02:07:07.935Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fbb1264-9c89-49c9-a803-1e99ff655e0c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-18T02:07:07.942Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fbb1264-9c89-49c9-a803-1e99ff655e0c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-18T02:07:07.944Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-18T02:07:07.944Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-18T02:07:07.944Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-18T02:07:16.107Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:07:16.107Z||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-03-18T02:07:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T02:07:16.130Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:07:16.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569056984, "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-03-18T02:07:16.132Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:07:16.132Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.132Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569057988, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T02:07:16.132Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:07:16.132Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.132Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "clamp", "timestamp": 1647569060417, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.132Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.132Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.132Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "cds", "timestamp": 1647569054304, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.132Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.132Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "ves-openapi-manager", "timestamp": 1647569059402, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.133Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "multicloud-k8s-id", "timestamp": 1647569054850, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.133Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "policy-id", "timestamp": 1647569054254, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.133Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "clamp", "timestamp": 1647569060417, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.133Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.134Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "ves-openapi-manager", "timestamp": 1647569059402, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.134Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.134Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.134Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "cds", "timestamp": 1647569054304, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.134Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.134Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.134Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "multicloud-k8s-id", "timestamp": 1647569054850, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.134Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.134Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.134Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "policy-id", "timestamp": 1647569054254, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.134Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.134Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.134Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "clamp", "timestamp": 1647569060417, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.135Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.135Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.135Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "ves-openapi-manager", "timestamp": 1647569059402, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.135Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.135Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.135Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "cds", "timestamp": 1647569054304, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.135Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.135Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.135Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "multicloud-k8s-id", "timestamp": 1647569054850, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.135Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.135Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.135Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "policy-id", "timestamp": 1647569054254, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.135Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.136Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.136Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647569065174, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.136Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.136Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.136Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "ves-openapi-manager", "timestamp": 1647569059402, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.136Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.136Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.136Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "clamp", "timestamp": 1647569060417, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.136Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.136Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.136Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "cds", "timestamp": 1647569054304, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.136Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "multicloud-k8s-id", "timestamp": 1647569054850, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.137Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "policy-id", "timestamp": 1647569054254, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.137Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647569065174, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.137Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "ves-openapi-manager", "timestamp": 1647569059402, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.137Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "clamp", "timestamp": 1647569060417, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.137Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "cds", "timestamp": 1647569054304, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.137Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.138Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.138Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "multicloud-k8s-id", "timestamp": 1647569054850, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.138Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.138Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.138Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "policy-id", "timestamp": 1647569054254, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.138Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.138Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.138Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647569065174, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.138Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.138Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.138Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "clamp", "timestamp": 1647569060417, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.138Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.138Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.138Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "ves-openapi-manager", "timestamp": 1647569059402, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.139Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.139Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "cds", "timestamp": 1647569054304, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.139Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.139Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "multicloud-k8s-id", "timestamp": 1647569054850, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.139Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "policy-id", "timestamp": 1647569054254, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.140Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "aai-ml", "timestamp": 1647569067907, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.140Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647569065174, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.141Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "ves-openapi-manager", "timestamp": 1647569059402, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-18T02:07:16.141Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "clamp", "timestamp": 1647569060417, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.141Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "cds", "timestamp": 1647569054304, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.141Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "multicloud-k8s-id", "timestamp": 1647569054850, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.141Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "policy-id", "timestamp": 1647569054254, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.142Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "aai-ml", "timestamp": 1647569067907, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.142Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647569065174, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.142Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "clamp", "timestamp": 1647569060417, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.142Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "ves-openapi-manager", "timestamp": 1647569059402, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.143Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "cds", "timestamp": 1647569054304, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.143Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "multicloud-k8s-id", "timestamp": 1647569054850, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.143Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "policy-id", "timestamp": 1647569054254, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.143Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "aai-ml", "timestamp": 1647569067907, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.144Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647569065174, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.144Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "ves-openapi-manager", "timestamp": 1647569059402, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.144Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "clamp", "timestamp": 1647569060417, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-18T02:07:16.144Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "cds", "timestamp": 1647569054304, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-18T02:07:16.144Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.145Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "multicloud-k8s-id", "timestamp": 1647569054850, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-18T02:07:16.145Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.145Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "policy-id", "timestamp": 1647569054254, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-18T02:07:16.145Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.145Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "aai-ml", "timestamp": 1647569067907, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.145Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.145Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647569065174, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.145Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "aai-ml", "timestamp": 1647569067907, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.146Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "ves-openapi-manager", "timestamp": 1647569072701, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-18T02:07:16.146Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:07:16.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "cds", "timestamp": 1647569072706, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T02:07:16.146Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:07:16.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "policy-id", "timestamp": 1647569072711, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T02:07:16.146Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:07:16.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.147Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647569065174, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.147Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.147Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.147Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "aai-ml", "timestamp": 1647569067907, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.147Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.147Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.147Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "ves-openapi-manager", "timestamp": 1647569073715, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-18T02:07:16.147Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:07:16.147Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.147Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "policy-id", "timestamp": 1647569073721, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T02:07:16.147Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:07:16.147Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.147Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647569065174, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-18T02:07:16.148Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.148Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.148Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "cds", "timestamp": 1647569073923, "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-03-18T02:07:16.153Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4fbb1264-9c89-49c9-a803-1e99ff655e0c 2022-03-18T02:07:16.153Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fbb1264-9c89-49c9-a803-1e99ff655e0c 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-03-18T02:07:16.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.161Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "aai-ml", "timestamp": 1647569067907, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.161Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.161Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.161Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "ves-openapi-manager", "timestamp": 1647569074722, "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-03-18T02:07:16.164Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 4fbb1264-9c89-49c9-a803-1e99ff655e0c 2022-03-18T02:07:16.164Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fbb1264-9c89-49c9-a803-1e99ff655e0c 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-03-18T02:07:16.171Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.171Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "policy-id", "timestamp": 1647569074724, "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-03-18T02:07:16.175Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4fbb1264-9c89-49c9-a803-1e99ff655e0c 2022-03-18T02:07:16.175Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fbb1264-9c89-49c9-a803-1e99ff655e0c 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-03-18T02:07:16.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.183Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647569075204, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T02:07:16.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:07:16.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.183Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "aai-ml", "timestamp": 1647569067907, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T02:07:16.183Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.183Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "aai-ml", "timestamp": 1647569067907, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-18T02:07:16.183Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-18T02:07:16.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.184Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647569076791, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T02:07:16.184Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:07:16.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.184Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "aai-ml", "timestamp": 1647569077753, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T02:07:16.184Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:07:16.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.184Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647569077793, "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-03-18T02:07:16.188Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4fbb1264-9c89-49c9-a803-1e99ff655e0c 2022-03-18T02:07:16.188Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fbb1264-9c89-49c9-a803-1e99ff655e0c 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-03-18T02:07:16.194Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.195Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "clamp", "timestamp": 1647569077885, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T02:07:16.195Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:07:16.195Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.195Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "clamp", "timestamp": 1647569078899, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T02:07:16.195Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:07:16.195Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.195Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "clamp", "timestamp": 1647569079902, "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-03-18T02:07:16.199Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4fbb1264-9c89-49c9-a803-1e99ff655e0c 2022-03-18T02:07:16.199Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fbb1264-9c89-49c9-a803-1e99ff655e0c 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-03-18T02:07:16.205Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.205Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "aai-ml", "timestamp": 1647569081231, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T02:07:16.205Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:07:16.205Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-18T02:07:16.205Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "aai-ml", "timestamp": 1647569082234, "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-03-18T02:07:16.209Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4fbb1264-9c89-49c9-a803-1e99ff655e0c 2022-03-18T02:07:16.209Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fbb1264-9c89-49c9-a803-1e99ff655e0c 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-03-18T02:07:37.944Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fbb1264-9c89-49c9-a803-1e99ff655e0c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-18T02:07:37.951Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fbb1264-9c89-49c9-a803-1e99ff655e0c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-18T02:07:37.953Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-18T02:07:37.954Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-18T02:07:37.954Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-18T02:07:37.954Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-18T02:07:37.954Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-18T02:07:37.954Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-18T02:07:37.954Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-18T02:07:37.954Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-18T02:07:37.954Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-18T02:07:37.954Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-18T02:07:37.954Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-18T02:07:37.955Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|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-03-18T02:07:37.958Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-18T02:08:07.958Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4fbb1264-9c89-49c9-a803-1e99ff655e0c 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-03-18T02:08:07.964Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4fbb1264-9c89-49c9-a803-1e99ff655e0c and serviceModelVersionId: 92f9fd64-7d0a-4e49-ad0d-618c50eef098 2022-03-18T02:08:07.964Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e4e105ad-c4dd-4877-a5dd-7e3b8347e414 2022-03-18T02:08:07.965Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e4e105ad-c4dd-4877-a5dd-7e3b8347e414/model-vers/model-ver/92f9fd64-7d0a-4e49-ad0d-618c50eef098?depth=0 2022-03-18T02:08:07.968Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-03-18T02:08:07.996Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4e105ad-c4dd-4877-a5dd-7e3b8347e414/model-vers/model-ver/92f9fd64-7d0a-4e49-ad0d-618c50eef098?depth=0|INFO|500||Invoke 2022-03-18T02:08:07.996Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4e105ad-c4dd-4877-a5dd-7e3b8347e414/model-vers/model-ver/92f9fd64-7d0a-4e49-ad0d-618c50eef098?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4e105ad-c4dd-4877-a5dd-7e3b8347e414/model-vers/model-ver/92f9fd64-7d0a-4e49-ad0d-618c50eef098?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4fbb1264-9c89-49c9-a803-1e99ff655e0c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[92c3285b-ad53-465b-b87c-633d93603445], X-ECOMP-RequestID=[4fbb1264-9c89-49c9-a803-1e99ff655e0c], X-TransactionId=[], X-ONAP-RequestID=[4fbb1264-9c89-49c9-a803-1e99ff655e0c], Content-Type=[application/merge-patch+json]} 2022-03-18T02:08:08.011Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4e105ad-c4dd-4877-a5dd-7e3b8347e414/model-vers/model-ver/92f9fd64-7d0a-4e49-ad0d-618c50eef098?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-18T02:08:08.395Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4e105ad-c4dd-4877-a5dd-7e3b8347e414/model-vers/model-ver/92f9fd64-7d0a-4e49-ad0d-618c50eef098?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/e4e105ad-c4dd-4877-a5dd-7e3b8347e414/model-vers/model-ver/92f9fd64-7d0a-4e49-ad0d-618c50eef098?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220318-02:08:08:014-44978], vertex-id=[590056], Content-Length=[0], Date=[Fri, 18 Mar 2022 02:08:08 GMT], Content-Type=[application/json]} 2022-03-18T02:08:08.395Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4e105ad-c4dd-4877-a5dd-7e3b8347e414/model-vers/model-ver/92f9fd64-7d0a-4e49-ad0d-618c50eef098?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-18T02:08:08.395Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4e105ad-c4dd-4877-a5dd-7e3b8347e414/model-vers/model-ver/92f9fd64-7d0a-4e49-ad0d-618c50eef098?depth=0|INFO|500||InvokeReturn 2022-03-18T02:08:08.395Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-18T02:08:08.396Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|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-03-18T02:08:08.399Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@fcfbd23 marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=2623) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) at org.hibernate.loader.Loader.getResultSet(Loader.java:2304) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019) at org.hibernate.loader.Loader.doQuery(Loader.java:948) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349) at org.hibernate.loader.Loader.doList(Loader.java:2850) at org.hibernate.loader.Loader.doList(Loader.java:2832) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2664) at org.hibernate.loader.Loader.list(Loader.java:2659) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414) at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625) at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593) at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1641) at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getSingleResult(CriteriaQueryTypeQueryAdapter.java:111) at jdk.internal.reflect.GeneratedMethodAccessor211.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.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409) at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source) at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196) at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:149) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy196.findOneByModelUUID(Unknown Source) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:205) 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) Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 58 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 59 common frames omitted 2022-03-18T02:08:08.400Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-03-18T02:08:08.400Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||ERROR|500||(conn=2623) WSREP has not yet prepared node for application use 2022-03-18T02:08:08.403Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.springframework.orm.jpa.vendor.HibernateJpaDialect.convertHibernateAccessException(HibernateJpaDialect.java:277) at org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible(HibernateJpaDialect.java:255) at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.translateExceptionIfPossible(AbstractEntityManagerFactoryBean.java:531) at org.springframework.dao.support.ChainedPersistenceExceptionTranslator.translateExceptionIfPossible(ChainedPersistenceExceptionTranslator.java:61) at org.springframework.dao.support.DataAccessUtils.translateIfNecessary(DataAccessUtils.java:242) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:154) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:149) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy196.findOneByModelUUID(Unknown Source) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:205) 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) Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67) at org.hibernate.loader.Loader.getResultSet(Loader.java:2304) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019) at org.hibernate.loader.Loader.doQuery(Loader.java:948) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349) at org.hibernate.loader.Loader.doList(Loader.java:2850) at org.hibernate.loader.Loader.doList(Loader.java:2832) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2664) at org.hibernate.loader.Loader.list(Loader.java:2659) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414) at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625) at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593) at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1641) at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getSingleResult(CriteriaQueryTypeQueryAdapter.java:111) at jdk.internal.reflect.GeneratedMethodAccessor211.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.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409) at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source) at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196) at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ... 17 common frames omitted Caused by: java.sql.SQLNonTransientConnectionException: (conn=2623) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ... 53 common frames omitted Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 58 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 59 common frames omitted 2022-03-18T02:08:08.403Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4fbb1264-9c89-49c9-a803-1e99ff655e0c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-18T02:08:08.403Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-18T02:08:08.404Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-18T02:08:08.405Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-18T02:08:08.405Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569288403, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-18T02:08:08.506Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-18T02:08:08.506Z||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-03-18T02:08:08.507Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ... 2022-03-18T02:08:08.518Z||pool-161-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:08:08.518Z||pool-161-thread-1|||||INFO|500||cambria reply ok (12 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-03-18T02:08:09.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:08:09.416Z||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-03-18T02:08:09.416Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T02:08:16.107Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:08:16.107Z||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-03-18T02:08:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T02:08:16.123Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:08:16.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-18T02:08:16.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "337e35bd-33df-4d7c-a96a-9bed78d2b21a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569149309, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-18T02:08:16.124Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:08:16.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-18T02:08:16.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569150320, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:08:16.124Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-18T02:08:16.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-18T02:08:16.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569150320, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-18T02:08:16.125Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-18T02:08:16.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-18T02:08:16.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569150320, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-18T02:08:16.125Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-18T02:08:16.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-18T02:08:16.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569150320, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-18T02:08:16.125Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-18T02:08:16.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-18T02:08:16.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569150320, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-18T02:08:16.125Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-18T02:08:16.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-18T02:08:16.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569150320, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T02:08:16.126Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-18T02:08:16.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-18T02:08:16.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569150320, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-18T02:08:16.126Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-18T02:08:16.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-18T02:08:16.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569150320, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-18T02:08:16.126Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-18T02:08:16.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-18T02:08:16.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569150320, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-18T02:08:16.126Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-18T02:08:16.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-18T02:08:16.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569165250, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-18T02:08:16.127Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:08:16.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-18T02:08:16.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569166912, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-18T02:08:16.127Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:08:19.681Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:08:19.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:08:19.682Z||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-03-18T02:08:19.682Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T02:08:29.209Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:08:29.209Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:08:29.210Z||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-03-18T02:08:29.210Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T02:08:38.739Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:08:38.739Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:08:38.740Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-18T02:08:38.740Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ... 2022-03-18T02:08:48.271Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:08:48.271Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:08:48.272Z||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-03-18T02:08:48.272Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T02:08:57.807Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:09:16.105Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:09:16.106Z||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-03-18T02:09:16.106Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T02:09:16.106Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:09:16.107Z||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-03-18T02:09:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T02:09:16.625Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:09:16.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-18T02:09:16.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fbb1264-9c89-49c9-a803-1e99ff655e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647569288403, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-18T02:09:16.626Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-18T02:09:25.638Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:10:16.105Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:10:16.106Z||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-03-18T02:10:16.106Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T02:10:16.106Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:10:16.107Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|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-03-18T02:10:16.107Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|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 YSt5y1DB22gNhozw) ... 2022-03-18T02:10:25.641Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:10:25.641Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:11:16.105Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:11:16.106Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|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-03-18T02:11:16.106Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|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 YSt5y1DB22gNhozw) ... 2022-03-18T02:11:16.106Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:11:16.107Z|7ef10795-a986-45b4-ab79-67742bf43a25|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-03-18T02:11:16.107Z|7ef10795-a986-45b4-ab79-67742bf43a25|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 YSt5y1DB22gNhozw) ... 2022-03-18T02:11:25.641Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:11:25.641Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:12:16.105Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:12:16.107Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:12:16.107Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|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-03-18T02:12:16.107Z||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-03-18T02:12:16.107Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|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 YSt5y1DB22gNhozw) ... 2022-03-18T02:12:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T02:12:25.641Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:12:25.642Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:13:16.105Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:13:16.106Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|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-03-18T02:13:16.106Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|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 YSt5y1DB22gNhozw) ... 2022-03-18T02:13:16.107Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:13:16.107Z||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-03-18T02:13:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T02:13:25.638Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:13:25.643Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:14:16.105Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:14:16.107Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:14:16.107Z||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-03-18T02:14:16.107Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|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-03-18T02:14:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T02:14:16.107Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|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 YSt5y1DB22gNhozw) ... 2022-03-18T02:14:25.642Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:14:25.642Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:15:16.105Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:15:16.106Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|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-03-18T02:15:16.106Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|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 YSt5y1DB22gNhozw) ... 2022-03-18T02:15:16.107Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:15:16.107Z||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-03-18T02:15:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T02:15:25.640Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:15:25.640Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:16:16.105Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:16:16.106Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|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-03-18T02:16:16.106Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|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 YSt5y1DB22gNhozw) ... 2022-03-18T02:16:16.106Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:16:16.107Z||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-03-18T02:16:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T02:16:25.640Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:16:25.642Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:17:16.105Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:17:16.106Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|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-03-18T02:17:16.106Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|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 YSt5y1DB22gNhozw) ... 2022-03-18T02:17:16.107Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:17:16.107Z||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-03-18T02:17:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T02:17:25.639Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:17:25.639Z|4fbb1264-9c89-49c9-a803-1e99ff655e0c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:18:16.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:18:16.106Z||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-03-18T02:18:16.106Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T02:18:16.107Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:18:16.107Z||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-03-18T02:18:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T02:18:25.639Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:18:25.643Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:19:16.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:19:16.106Z||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-03-18T02:19:16.106Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T02:19:16.107Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:19:16.107Z|c661173f-78e5-45cc-86e5-01da7df3e395|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-03-18T02:19:16.107Z|c661173f-78e5-45cc-86e5-01da7df3e395|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 YSt5y1DB22gNhozw) ... 2022-03-18T02:19:25.638Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:19:25.639Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:20:16.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:20:16.106Z||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-03-18T02:20:16.106Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T02:20:16.107Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:20:16.107Z||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-03-18T02:20:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T02:20:25.638Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:20:25.639Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:21:16.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:21:16.106Z||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-03-18T02:21:16.106Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T02:21:16.107Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:21:16.107Z||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-03-18T02:21:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T02:21:25.644Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:21:25.644Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:22:16.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:22:16.106Z||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-03-18T02:22:16.106Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T02:22:16.106Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:22:16.107Z|7ef10795-a986-45b4-ab79-67742bf43a25|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-03-18T02:22:16.107Z|7ef10795-a986-45b4-ab79-67742bf43a25|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 YSt5y1DB22gNhozw) ... 2022-03-18T02:22:25.638Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:22:25.641Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:23:16.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:23:16.106Z||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-03-18T02:23:16.106Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T02:23:16.106Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:23:16.107Z|c661173f-78e5-45cc-86e5-01da7df3e395|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-03-18T02:23:16.107Z|c661173f-78e5-45cc-86e5-01da7df3e395|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 YSt5y1DB22gNhozw) ... 2022-03-18T02:23:25.639Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:23:25.640Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:24:16.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:24:16.105Z||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-03-18T02:24:16.106Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T02:24:16.107Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:24:16.107Z||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-03-18T02:24:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T02:24:25.643Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:24:25.643Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:25:16.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:25:16.106Z||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-03-18T02:25:16.106Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T02:25:16.107Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:25:16.107Z||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-03-18T02:25:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T02:25:25.641Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:25:25.642Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:26:16.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:26:16.106Z||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-03-18T02:26:16.106Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T02:26:16.106Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:26:16.107Z|7ef10795-a986-45b4-ab79-67742bf43a25|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-03-18T02:26:16.107Z|7ef10795-a986-45b4-ab79-67742bf43a25|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 YSt5y1DB22gNhozw) ... 2022-03-18T02:26:25.643Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:26:25.643Z|7ef10795-a986-45b4-ab79-67742bf43a25|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:27:16.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:27:16.106Z||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-03-18T02:27:16.106Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T02:27:16.106Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:27:16.107Z||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-03-18T02:27:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T02:27:25.642Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:27:25.643Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:28:16.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:28:16.106Z||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-03-18T02:28:16.106Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T02:28:16.107Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:28:16.107Z||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-03-18T02:28:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T02:28:25.641Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:28:25.647Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:29:16.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:29:16.106Z||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-03-18T02:29:16.106Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T02:29:16.107Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:29:16.107Z||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-03-18T02:29:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T02:29:25.637Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:29:25.643Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:30:16.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:30:16.106Z||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-03-18T02:30:16.106Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T02:30:16.107Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:30:16.107Z||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-03-18T02:30:16.107Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T02:30:25.638Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:30:25.642Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:31:16.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:31:16.106Z||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-03-18T02:31:16.106Z||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 YSt5y1DB22gNhozw) ... 2022-03-18T02:31:16.107Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-18T02:31:16.107Z|c661173f-78e5-45cc-86e5-01da7df3e395|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-03-18T02:31:16.107Z|c661173f-78e5-45cc-86e5-01da7df3e395|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 YSt5y1DB22gNhozw) ... 2022-03-18T02:31:25.638Z|c661173f-78e5-45cc-86e5-01da7df3e395|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-18T02:31:25.646Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK