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-06-27T05:38:46.198Z||main|||||INFO|500||The following profiles are active: basic 2022-06-27T05:39:14.889Z||main|||||INFO|500||Starting service [Tomcat] 2022-06-27T05:39:14.891Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-06-27T05:39:15.163Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-06-27T05:39:24.878Z||main|||||INFO|500||catdb-pool - Starting... 2022-06-27T05:39:25.978Z||main|||||INFO|500||catdb-pool - Start completed. 2022-06-27T05:39:27.051Z||main|||||INFO|500||reqdb-pool - Starting... 2022-06-27T05:39:27.071Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-06-27T05:39:27.302Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-06-27T05:39:28.039Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-06-27T05:39:29.825Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-06-27T05:39:34.269Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-06-27T05:39:38.430Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-06-27T05:39:38.533Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-06-27T05:39:39.433Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-06-27T05:39:39.859Z||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-06-27T05:39:42.145Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-06-27T05:39:44.057Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-06-27T05:39:44.109Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.net.NetworkClient.doConnect(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source) at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155) at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70) at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$d1dad29b.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-06-27T05:39:44.112Z||main|||||WARN|500||The sdc end point is not alive 2022-06-27T05:39:49.924Z||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-06-27T05:39:55.357Z||main|||||WARN|500||--- 2022-06-27T05:39:55.358Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-06-27T05:39:55.359Z||main|||||WARN|500||--- 2022-06-27T05:39:56.150Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-06-27T05:40:05.784Z||main|||||INFO|500||Started Application in 86.081 seconds (JVM running for 91.697) 2022-06-27T05:40:05.820Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-27T05:40:05.823Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-27T05:40:05.868Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-27T05:40:05.914Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-27T05:40:05.992Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 811ce3f0-d241-4886-a1a8-2e06c1220d47 url= /sdc/v1/artifactTypes 2022-06-27T05:40:05.993Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-27T05:40:07.140Z||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.182] 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$$d9dcbf31.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-06-27T05:40:07.149Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1e7aa979 2022-06-27T05:40:07.150Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-06-27T05:40:07.182Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-06-27T05:40:07.185Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-06-27T05:40:07.192Z||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$$d9dcbf31.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-06-27T05:40:55.774Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-27T05:40:55.776Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-27T05:40:55.777Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-27T05:40:55.784Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-27T05:40:55.798Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c4a6633c-39af-4f63-8036-435dfaffbdb2 url= /sdc/v1/artifactTypes 2022-06-27T05:40:55.800Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-27T05:40:56.148Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-06-27T05:40:56.166Z||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-06-27T05:40:56.207Z||scheduling-1|||||DEBUG|500||create keys 2022-06-27T05:40:56.221Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-06-27T05:40:56.246Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:40:56.278Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= dbe1c494-49d9-47dc-979b-3cb2e6afb0e9 url= /sdc/v1/registerForDistribution 2022-06-27T05:40:56.379Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= dbe1c494-49d9-47dc-979b-3cb2e6afb0e9 url= /sdc/v1/registerForDistribution 2022-06-27T05:40:56.380Z||scheduling-1|||||INFO|500||start DistributionClient 2022-06-27T05:40:56.406Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:40:56.411Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:40:56.420Z||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-06-27T05:40:56.420Z||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-06-27T05:40:56.421Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T05:40:56.420Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T05:40:56.424Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-06-27T05:41:06.821Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:41:06.861Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:41:56.393Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:41:56.402Z||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-06-27T05:41:56.402Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T05:41:56.407Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:41:56.424Z||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-06-27T05:41:56.424Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T05:42:05.962Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:42:05.971Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:42:56.391Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:42:56.393Z||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-06-27T05:42:56.491Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:42:56.492Z||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-06-27T05:42:56.493Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T05:42:56.393Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T05:43:06.074Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:43:06.076Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:43:56.391Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:43:56.393Z||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-06-27T05:43:56.393Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T05:43:56.405Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:43:56.406Z||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-06-27T05:43:56.407Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T05:44:05.955Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:44:05.957Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:44:56.391Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:44:56.393Z||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-06-27T05:44:56.393Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T05:44:56.405Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:44:56.407Z||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-06-27T05:44:56.410Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T05:45:05.965Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:45:05.966Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:45:56.391Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:45:56.392Z||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-06-27T05:45:56.393Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T05:45:56.405Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:45:56.421Z||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-06-27T05:45:56.437Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T05:46:05.989Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:46:06.000Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:46:56.391Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:46:56.393Z||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-06-27T05:46:56.393Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T05:46:56.405Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:46:56.408Z||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-06-27T05:46:56.408Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T05:47:05.944Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:47:05.956Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:47:56.391Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:47:56.393Z||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-06-27T05:47:56.393Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T05:47:56.405Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:47:56.410Z||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-06-27T05:47:56.410Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T05:48:05.992Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:48:06.008Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:48:49.568Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-06-27T05:48:56.391Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:48:56.392Z||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-06-27T05:48:56.395Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T05:48:56.405Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:48:56.407Z||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-06-27T05:48:56.407Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T05:49:05.950Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:49:05.950Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:49:56.395Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:49:56.396Z||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-06-27T05:49:56.397Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T05:49:56.405Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:49:56.407Z||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-06-27T05:49:56.407Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T05:50:05.948Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:50:05.964Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:50:56.392Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:50:56.395Z||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-06-27T05:50:56.396Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dzJBW4MgHrFASy5U) ... 2022-06-27T05:50:56.406Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:50:56.407Z||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-06-27T05:50:56.407Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T05:51:05.953Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:51:05.953Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:51:56.391Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:51:56.393Z||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-06-27T05:51:56.393Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T05:51:56.405Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:51:56.407Z||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-06-27T05:51:56.407Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T05:52:05.944Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:52:05.946Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:52:56.391Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:52:56.393Z||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-06-27T05:52:56.393Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T05:52:56.405Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:52:56.406Z||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-06-27T05:52:56.406Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T05:53:05.944Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:53:05.955Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:53:56.391Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:53:56.393Z||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-06-27T05:53:56.393Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T05:53:56.405Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:53:56.406Z||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-06-27T05:53:56.407Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T05:54:05.951Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:54:05.952Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:54:56.391Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:54:56.393Z||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-06-27T05:54:56.393Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T05:54:56.405Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:54:56.406Z||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-06-27T05:54:56.407Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T05:55:05.944Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:55:05.949Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:55:56.391Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:55:56.392Z||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-06-27T05:55:56.393Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T05:55:56.405Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:55:56.408Z||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-06-27T05:55:56.409Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T05:56:05.947Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:56:05.951Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:56:56.391Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:56:56.393Z||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-06-27T05:56:56.393Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T05:56:56.405Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:56:56.407Z||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-06-27T05:56:56.407Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T05:57:05.958Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:57:05.958Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:57:56.391Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:57:56.393Z||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-06-27T05:57:56.393Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T05:57:56.405Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:57:56.406Z||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-06-27T05:57:56.407Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T05:58:05.943Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:58:05.963Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:58:56.391Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:58:56.393Z||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-06-27T05:58:56.393Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T05:58:56.405Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:58:56.406Z||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-06-27T05:58:56.407Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T05:59:05.946Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:59:05.946Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:59:56.392Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:59:56.396Z||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-06-27T05:59:56.397Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T05:59:56.405Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:59:56.406Z||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-06-27T05:59:56.406Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:00:05.965Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:00:05.991Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:00:56.392Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:00:56.396Z||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-06-27T06:00:56.396Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:00:56.405Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:00:56.406Z||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-06-27T06:00:56.407Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:01:05.952Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:01:05.955Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:01:56.391Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:01:56.392Z||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-06-27T06:01:56.393Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:01:56.406Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:01:56.407Z||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-06-27T06:01:56.408Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:02:05.970Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:02:06.011Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:02:56.391Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:02:56.392Z||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-06-27T06:02:56.393Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:02:56.405Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:02:56.406Z||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-06-27T06:02:56.406Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:03:05.951Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:03:05.950Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:03:56.391Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:03:56.392Z||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-06-27T06:03:56.392Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:03:56.410Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:03:56.411Z||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-06-27T06:03:56.412Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:04:05.950Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:04:05.966Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:04:56.391Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:04:56.392Z||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-06-27T06:04:56.393Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:04:56.405Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:04:56.407Z||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-06-27T06:04:56.407Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:05:05.959Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:05:05.960Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:05:56.392Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:05:56.394Z||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-06-27T06:05:56.394Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:05:56.405Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:05:56.407Z||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-06-27T06:05:56.407Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:06:05.946Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:06:05.956Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:06:56.391Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:06:56.392Z||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-06-27T06:06:56.393Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:06:56.405Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:06:56.406Z||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-06-27T06:06:56.407Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:07:05.948Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:07:05.949Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:07:56.391Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:07:56.392Z||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-06-27T06:07:56.393Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:07:56.405Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:07:56.406Z||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-06-27T06:07:56.407Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:08:05.943Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:08:05.947Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:08:56.391Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:08:56.392Z||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-06-27T06:08:56.393Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:08:56.405Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:08:56.406Z||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-06-27T06:08:56.407Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:09:05.953Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:09:05.955Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:09:56.392Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:09:56.394Z||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-06-27T06:09:56.394Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:09:56.405Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:09:56.406Z||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-06-27T06:09:56.406Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:10:05.954Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:10:05.957Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:10:56.391Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:10:56.393Z||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-06-27T06:10:56.393Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:10:56.405Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:10:56.406Z||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-06-27T06:10:56.407Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:11:05.947Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:11:05.951Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:11:56.391Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:11:56.393Z||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-06-27T06:11:56.393Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:11:56.405Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:11:56.407Z||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-06-27T06:11:56.408Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:12:05.962Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:12:05.988Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:12:56.391Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:12:56.393Z||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-06-27T06:12:56.393Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:12:56.405Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:12:56.406Z||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-06-27T06:12:56.407Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:13:05.946Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:13:05.949Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:13:56.391Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:13:56.393Z||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-06-27T06:13:56.393Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:13:56.420Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:13:56.422Z||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-06-27T06:13:56.423Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:14:05.963Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:14:05.971Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:14:56.392Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:14:56.393Z||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-06-27T06:14:56.393Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:14:56.406Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:14:56.407Z||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-06-27T06:14:56.407Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:15:05.963Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:15:05.964Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:15:56.391Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:15:56.392Z||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-06-27T06:15:56.393Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:15:56.405Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:15:56.406Z||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-06-27T06:15:56.406Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:16:05.968Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:16:05.969Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:16:56.394Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:16:56.396Z||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-06-27T06:16:56.396Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:16:56.405Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:16:56.407Z||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-06-27T06:16:56.407Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:17:05.947Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:17:05.950Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:17:56.391Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:17:56.392Z||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-06-27T06:17:56.393Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:17:56.405Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:17:56.406Z||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-06-27T06:17:56.406Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:18:05.952Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:18:05.955Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:18:56.392Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:18:56.394Z||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-06-27T06:18:56.394Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:18:56.407Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:18:56.408Z||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-06-27T06:18:56.408Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:19:05.959Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:19:05.959Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:19:56.392Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:19:56.394Z||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-06-27T06:19:56.395Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:19:56.405Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:19:56.406Z||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-06-27T06:19:56.407Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:20:05.950Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:20:05.950Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:20:56.392Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:20:56.393Z||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-06-27T06:20:56.393Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:20:56.406Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:20:56.407Z||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-06-27T06:20:56.407Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:21:05.957Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:21:05.959Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:21:56.391Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:21:56.392Z||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-06-27T06:21:56.392Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:21:56.405Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:21:56.406Z||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-06-27T06:21:56.406Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:22:05.979Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:22:05.989Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:22:56.392Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:22:56.393Z||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-06-27T06:22:56.393Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:22:56.405Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:22:56.406Z||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-06-27T06:22:56.406Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:23:05.956Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:23:05.959Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:23:56.392Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:23:56.395Z||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-06-27T06:23:56.396Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:23:56.405Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:23:56.406Z||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-06-27T06:23:56.407Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:24:05.952Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:24:05.956Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:24:56.391Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:24:56.392Z||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-06-27T06:24:56.393Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:24:56.405Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:24:56.406Z||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-06-27T06:24:56.407Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:25:05.943Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:25:05.945Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:25:56.391Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:25:56.392Z||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-06-27T06:25:56.393Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:25:56.405Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:25:56.406Z||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-06-27T06:25:56.407Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:26:05.954Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:26:05.955Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:26:56.391Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:26:56.392Z||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-06-27T06:26:56.392Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:26:56.405Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:26:56.406Z||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-06-27T06:26:56.407Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:27:05.956Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:27:05.956Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:27:56.391Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:27:56.392Z||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-06-27T06:27:56.393Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:27:56.406Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:27:56.407Z||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-06-27T06:27:56.407Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:28:05.941Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:28:05.953Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:28:56.392Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:28:56.395Z||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-06-27T06:28:56.395Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:28:56.406Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:28:56.407Z||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-06-27T06:28:56.408Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:29:05.948Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:29:05.955Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:29:56.391Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:29:56.393Z||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-06-27T06:29:56.393Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:29:56.405Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:29:56.406Z||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-06-27T06:29:56.407Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:30:05.957Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:30:05.957Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:30:56.392Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:30:56.393Z||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-06-27T06:30:56.393Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:30:56.405Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:30:56.406Z||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-06-27T06:30:56.407Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:31:05.936Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:31:05.962Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:31:56.391Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:31:56.392Z||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-06-27T06:31:56.393Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:31:56.405Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:31:56.407Z||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-06-27T06:31:56.407Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:32:05.955Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:32:05.965Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:32:56.391Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:32:56.393Z||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-06-27T06:32:56.393Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:32:56.414Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:32:56.415Z||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-06-27T06:32:56.415Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:33:05.937Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:33:05.952Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:33:56.394Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:33:56.396Z||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-06-27T06:33:56.396Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:33:56.405Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:33:56.407Z||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-06-27T06:33:56.408Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:33:56.593Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:33:56.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:56.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "ves-openapi-manager", "timestamp": 1656311602012, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:56.697Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:56.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:56.698Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "policy-id", "timestamp": 1656311598106, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:56.698Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:56.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:56.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "clamp", "timestamp": 1656311603076, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:56.700Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:56.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:56.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "ves-openapi-manager", "timestamp": 1656311602012, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vfwfdc2de2257930_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:56.700Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:56.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:56.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "policy-id", "timestamp": 1656311598106, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vfwfdc2de2257930_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:56.701Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:56.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:56.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "clamp", "timestamp": 1656311603076, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vfwfdc2de2257930_modules.json", "status": "NOTIFIED" } 2022-06-27T06:33:56.702Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:56.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:56.707Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "ves-openapi-manager", "timestamp": 1656311602012, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:56.708Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:56.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:56.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "policy-id", "timestamp": 1656311598106, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-27T06:33:56.709Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:56.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:56.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "clamp", "timestamp": 1656311603076, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:56.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:56.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:56.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "ves-openapi-manager", "timestamp": 1656311602012, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:56.714Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:56.715Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:56.715Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "policy-id", "timestamp": 1656311598106, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:56.715Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:56.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:56.716Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "clamp", "timestamp": 1656311603076, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:56.716Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:56.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:56.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "cds", "timestamp": 1656311606687, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:56.719Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:56.719Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:56.719Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "ves-openapi-manager", "timestamp": 1656311602012, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:56.720Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:56.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:56.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "policy-id", "timestamp": 1656311598106, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:56.720Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:56.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:56.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "clamp", "timestamp": 1656311603076, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:56.723Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:56.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:56.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "cds", "timestamp": 1656311606687, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vfwfdc2de2257930_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:56.724Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:56.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:56.724Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "multicloud-k8s-id", "timestamp": 1656311607686, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:56.724Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:56.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:56.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "ves-openapi-manager", "timestamp": 1656311602012, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:56.725Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:56.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:56.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "policy-id", "timestamp": 1656311598106, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:56.726Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:56.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:56.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "clamp", "timestamp": 1656311603076, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:56.727Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:56.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:56.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "cds", "timestamp": 1656311606687, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:56.727Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:56.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:56.728Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "multicloud-k8s-id", "timestamp": 1656311607686, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vfwfdc2de2257930_modules.json", "status": "NOTIFIED" } 2022-06-27T06:33:56.728Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:56.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:56.728Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "ves-openapi-manager", "timestamp": 1656311602012, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:56.729Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:56.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:56.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "policy-id", "timestamp": 1656311598106, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:33:56.729Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:56.731Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:56.731Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "aai-ml", "timestamp": 1656311608424, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:56.732Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:56.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:56.732Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "clamp", "timestamp": 1656311603076, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:33:56.733Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:56.733Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:56.733Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "cds", "timestamp": 1656311606687, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:56.733Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:56.733Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:56.734Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "multicloud-k8s-id", "timestamp": 1656311607686, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-27T06:33:56.734Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:56.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:56.735Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "aai-ml", "timestamp": 1656311608424, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vfwfdc2de2257930_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:56.735Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:56.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:56.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "policy-id", "timestamp": 1656311610854, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:33:56.736Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:33:56.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:56.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "cds", "timestamp": 1656311606687, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:56.737Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:56.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:56.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "multicloud-k8s-id", "timestamp": 1656311607686, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:56.738Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:56.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:56.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "aai-ml", "timestamp": 1656311608424, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:56.741Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:56.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:56.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "policy-id", "timestamp": 1656311611863, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:33:56.743Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:33:56.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:56.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "cds", "timestamp": 1656311606687, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:56.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:56.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:56.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "multicloud-k8s-id", "timestamp": 1656311607686, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-27T06:33:56.745Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:56.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:56.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "aai-ml", "timestamp": 1656311608424, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:56.745Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:56.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:56.747Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "policy-id", "timestamp": 1656311612868, "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=? 2022-06-27T06:33:57.075Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:33:57.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"31227f0c-34f3-4fb5-be9e-8089edf893ca","serviceName":"vFW 2022-06-27 06-32-01","serviceVersion":"1.0","serviceUUID":"a7e1cd23-a0d4-41ba-bafb-b27b3b096109","serviceDescription":"catalog service description","serviceInvariantUUID":"cba92a76-f441-4ad7-9f36-b6051c030dc0","resources":[{"resourceInstanceName":"vFW fdc2de22-5793 0","resourceName":"vFW fdc2de22-5793","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b534b851-0ec3-4fd8-bd58-6faa895c3199","resourceInvariantUUID":"b163f1a3-7f3f-4a5c-a2cb-4b1d16caa5eb","resourceCustomizationUUID":"7d46757f-6e2b-4231-809a-2241df3d1ea5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vf-license-model.xml","artifactChecksum":"Yzc2MzUxNWQ0MDlhNDI5N2Y2MDFiOWY2NGYxODkzZGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"eb8a0faa-f237-4d34-9541-7ec47855db64","artifactVersion":"1"},{"artifactName":"vfwfdc2de2257930_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vfwfdc2de2257930_modules.json","artifactChecksum":"NTA4MjQ2MzdmZjM5OWQzMmYwYTk0Mjk4ZWFlM2I0MGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"169473ff-24a8-4dee-9159-da9c737216c5","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"828fabf4-240d-485c-b401-68926526b705","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vendor-license-model.xml","artifactChecksum":"YWQzYWNjNmJlMzI1Yjc1MmFhZWQ0OTQ1ZmVlYjcxMTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"da198698-e503-4c76-a9e1-1ada87c909b9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a55b251b-7dde-48e1-95d7-2e7691decb2e","artifactVersion":"3","generatedFromUUID":"828fabf4-240d-485c-b401-68926526b705"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220627063201-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-template.yml","artifactChecksum":"MWIyYjhjZGNlMzg0NjViZWI2NTc3NmU3YjNhMjBkYjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"351de5c6-675e-44af-bcf2-a3caf12bd0ca","artifactVersion":"1"},{"artifactName":"service-Vfw20220627063201-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar","artifactChecksum":"NDIzYTkzMWI5ZjcyMDBkNzQ5NjIwMGMyZDc2ODE0MjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2356f576-b92b-48eb-9125-b08c3c8f506d","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-27T06:33:57.111Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:33:57.126Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:33:57.158Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:33:57.159Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311636394, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-27T06:33:57.202Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 31227f0c-34f3-4fb5-be9e-8089edf893ca 2022-06-27T06:33:57.243Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31227f0c-34f3-4fb5-be9e-8089edf893ca and ComponentName POLICY 2022-06-27T06:33:57.260Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-06-27T06:33:57.269Z||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-06-27T06:33:57.269Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_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-06-27T06:33:57.293Z||pool-3-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-06-27T06:33:57.302Z||pool-3-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:33:57.319Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.319Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "cds", "timestamp": 1656311606687, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:33:57.320Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:57.320Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.320Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "multicloud-k8s-id", "timestamp": 1656311607686, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:57.320Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:57.321Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.321Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "aai-ml", "timestamp": 1656311608424, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:57.321Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:57.321Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.321Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "multicloud-k8s-id", "timestamp": 1656311607686, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:33:57.321Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:57.321Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.322Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "cds", "timestamp": 1656311614603, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:33:57.322Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:33:57.322Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.322Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "aai-ml", "timestamp": 1656311608424, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:57.322Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:57.323Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.323Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "multicloud-k8s-id", "timestamp": 1656311615468, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vfwfdc2de2257930_modules.json", "status": "DOWNLOAD_OK" } 2022-06-27T06:33:57.323Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:33:57.323Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.323Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "cds", "timestamp": 1656311615625, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-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-06-27T06:33:57.360Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 31227f0c-34f3-4fb5-be9e-8089edf893ca 2022-06-27T06:33:57.361Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31227f0c-34f3-4fb5-be9e-8089edf893ca 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-06-27T06:33:57.382Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.383Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "aai-ml", "timestamp": 1656311608424, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:33:57.383Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:57.383Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.384Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "multicloud-k8s-id", "timestamp": 1656311616552, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-27T06:33:57.384Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:33:57.384Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.384Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "aai-ml", "timestamp": 1656311616371, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:33:57.384Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:33:57.384Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.385Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311616001, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:57.385Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:57.385Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.385Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "multicloud-k8s-id", "timestamp": 1656311617613, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-27T06:33:57.385Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:33:57.385Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.386Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311616001, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vfwfdc2de2257930_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:57.386Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:57.386Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.386Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "multicloud-k8s-id", "timestamp": 1656311618681, "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-06-27T06:33:57.402Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 31227f0c-34f3-4fb5-be9e-8089edf893ca 2022-06-27T06:33:57.403Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31227f0c-34f3-4fb5-be9e-8089edf893ca 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-06-27T06:33:57.428Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.429Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311616001, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:57.429Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:57.429Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.429Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "multicloud-k8s-id", "timestamp": 1656311619687, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vfwfdc2de2257930_modules.json", "status": "DEPLOY_OK" } 2022-06-27T06:33:57.429Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:33:57.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "policy-id", "timestamp": 1656311618106, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:57.431Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:57.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311616001, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:57.432Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:57.432Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.432Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "policy-id", "timestamp": 1656311618106, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/basic_onboard_ooklbe0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:57.432Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:57.432Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.432Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311616001, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:57.433Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:57.433Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.433Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "cds", "timestamp": 1656311621689, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:57.433Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:57.433Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.434Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "policy-id", "timestamp": 1656311618106, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-27T06:33:57.434Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:57.434Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.434Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311616001, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:57.435Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:57.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.435Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "cds", "timestamp": 1656311621689, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/basic_onboard_ooklbe0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:57.435Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:57.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "policy-id", "timestamp": 1656311618106, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:57.436Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:57.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311616001, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:33:57.436Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:57.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "ves-openapi-manager", "timestamp": 1656311622012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:57.437Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:57.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "cds", "timestamp": 1656311621689, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:57.437Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:57.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "policy-id", "timestamp": 1656311618106, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:57.438Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:57.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "ves-openapi-manager", "timestamp": 1656311622012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/basic_onboard_ooklbe0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:57.439Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:57.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311623823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:33:57.440Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:33:57.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "cds", "timestamp": 1656311621689, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:57.440Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:57.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "policy-id", "timestamp": 1656311618106, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:57.441Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:57.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "ves-openapi-manager", "timestamp": 1656311622012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:57.441Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:57.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "cds", "timestamp": 1656311621689, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:57.442Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:57.442Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.442Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "policy-id", "timestamp": 1656311618106, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:33:57.442Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:57.442Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.443Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "ves-openapi-manager", "timestamp": 1656311622012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:57.443Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:57.443Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.443Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "cds", "timestamp": 1656311621689, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:57.444Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:57.444Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.444Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "policy-id", "timestamp": 1656311627569, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:33:57.444Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:33:57.444Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.444Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "ves-openapi-manager", "timestamp": 1656311622012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:57.445Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:57.445Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.445Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "cds", "timestamp": 1656311621689, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:33:57.445Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:57.446Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.446Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "clamp", "timestamp": 1656311628173, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:33:57.446Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:33:57.446Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.446Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "multicloud-k8s-id", "timestamp": 1656311627686, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:57.447Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:57.447Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.447Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "policy-id", "timestamp": 1656311628573, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:33:57.447Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:33:57.447Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.447Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "ves-openapi-manager", "timestamp": 1656311622012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:57.448Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:57.448Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.448Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "multicloud-k8s-id", "timestamp": 1656311627686, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/basic_onboard_ooklbe0_modules.json", "status": "NOTIFIED" } 2022-06-27T06:33:57.448Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:57.449Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.449Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "cds", "timestamp": 1656311629452, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:33:57.449Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:33:57.449Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.449Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "policy-id", "timestamp": 1656311629576, "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-06-27T06:33:57.472Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 68ef82e3-cb4d-47d0-a80b-f4643de586e3 2022-06-27T06:33:57.473Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68ef82e3-cb4d-47d0-a80b-f4643de586e3 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-06-27T06:33:57.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.494Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "ves-openapi-manager", "timestamp": 1656311622012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:57.495Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:57.495Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.495Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311629104, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:33:57.495Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:33:57.496Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "clamp", "timestamp": 1656311630207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:33:57.496Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:33:57.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.497Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "multicloud-k8s-id", "timestamp": 1656311627686, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-27T06:33:57.497Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:57.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.497Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "cds", "timestamp": 1656311630463, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-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-06-27T06:33:57.511Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 68ef82e3-cb4d-47d0-a80b-f4643de586e3 2022-06-27T06:33:57.511Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68ef82e3-cb4d-47d0-a80b-f4643de586e3 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-06-27T06:33:57.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.531Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311630109, "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-06-27T06:33:57.544Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 31227f0c-34f3-4fb5-be9e-8089edf893ca 2022-06-27T06:33:57.545Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31227f0c-34f3-4fb5-be9e-8089edf893ca 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-06-27T06:33:57.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "clamp", "timestamp": 1656311631218, "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-06-27T06:33:57.579Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 31227f0c-34f3-4fb5-be9e-8089edf893ca 2022-06-27T06:33:57.582Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31227f0c-34f3-4fb5-be9e-8089edf893ca 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-06-27T06:33:57.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "multicloud-k8s-id", "timestamp": 1656311627686, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:57.598Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:57.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "multicloud-k8s-id", "timestamp": 1656311627686, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-27T06:33:57.598Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:57.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "multicloud-k8s-id", "timestamp": 1656311627686, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:57.599Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:57.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "clamp", "timestamp": 1656311633076, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:57.599Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:57.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "multicloud-k8s-id", "timestamp": 1656311627686, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:33:57.600Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:57.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "clamp", "timestamp": 1656311633076, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/basic_onboard_ooklbe0_modules.json", "status": "NOTIFIED" } 2022-06-27T06:33:57.600Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:57.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "multicloud-k8s-id", "timestamp": 1656311635449, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/basic_onboard_ooklbe0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-27T06:33:57.601Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:33:57.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:57.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "clamp", "timestamp": 1656311633076, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:57.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:58.185Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:33:58.187Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:33:58.193Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:33:58.194Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311636394, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vfwfdc2de2257930_modules.json", "status": "NOTIFIED" } 2022-06-27T06:33:58.293Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-27T06:33:58.295Z||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-06-27T06:33:58.295Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:33:58.318Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:33:58.319Z||pool-4-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-06-27T06:33:59.199Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:33:59.219Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:33:59.251Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:33:59.251Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311636394, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-27T06:33:59.322Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 71 ms 2022-06-27T06:33:59.323Z||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-06-27T06:33:59.323Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:33:59.342Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:33:59.343Z||pool-5-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:34:00.252Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:34:00.253Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:34:00.256Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:34:00.257Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311636394, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:34:00.356Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-27T06:34:00.360Z||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-06-27T06:34:00.360Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:34:00.379Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:34:00.380Z||pool-6-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-06-27T06:34:01.257Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:34:01.258Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:34:01.263Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:34:01.265Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311636394, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-27T06:34:01.364Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-27T06:34:01.365Z||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-06-27T06:34:01.366Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:34:01.383Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:34:01.384Z||pool-7-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:34:02.266Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:34:02.267Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:34:02.287Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:34:02.288Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311636394, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:34:02.370Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms 2022-06-27T06:34:02.371Z||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-06-27T06:34:02.372Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:34:02.390Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:34:02.392Z||pool-8-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:34:03.294Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:34:03.296Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:34:03.301Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:34:03.302Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311636394, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:34:03.403Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-27T06:34:03.404Z||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-06-27T06:34:03.404Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:34:03.423Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:34:03.424Z||pool-9-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:34:04.311Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "serviceName": "vFW 2022-06-27 06-32-01", "serviceVersion": "1.0", "serviceUUID": "a7e1cd23-a0d4-41ba-bafb-b27b3b096109", "serviceDescription": "catalog service description", "serviceInvariantUUID": "cba92a76-f441-4ad7-9f36-b6051c030dc0", "resources": [ { "resourceInstanceName": "vFW fdc2de22-5793 0", "resourceCustomizationUUID": "7d46757f-6e2b-4231-809a-2241df3d1ea5", "resourceName": "vFW fdc2de22-5793", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b534b851-0ec3-4fd8-bd58-6faa895c3199", "resourceInvariantUUID": "b163f1a3-7f3f-4a5c-a2cb-4b1d16caa5eb", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwfdc2de2257930_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vfwfdc2de2257930_modules.json", "artifactChecksum": "NTA4MjQ2MzdmZjM5OWQzMmYwYTk0Mjk4ZWFlM2I0MGQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "169473ff-24a8-4dee-9159-da9c737216c5", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "828fabf4-240d-485c-b401-68926526b705", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "3", "artifactUUID": "a55b251b-7dde-48e1-95d7-2e7691decb2e", "generatedFromUUID": "828fabf4-240d-485c-b401-68926526b705" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "3", "artifactUUID": "a55b251b-7dde-48e1-95d7-2e7691decb2e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220627063201-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar", "artifactChecksum": "NDIzYTkzMWI5ZjcyMDBkNzQ5NjIwMGMyZDc2ODE0MjA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2356f576-b92b-48eb-9125-b08c3c8f506d" } ], "workloadContext": "Production" } 2022-06-27T06:34:04.323Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-27T06:34:04.323Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a7e1cd23-a0d4-41ba-bafb-b27b3b096109 ASDC 2022-06-27T06:34:04.580Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:31227f0c-34f3-4fb5-be9e-8089edf893ca ServiceName:vFW 2022-06-27 06-32-01 ServiceVersion:1.0 ServiceUUID:a7e1cd23-a0d4-41ba-bafb-b27b3b096109 ServiceInvariantUUID:cba92a76-f441-4ad7-9f36-b6051c030dc0 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220627063201-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar ArtifactUUID:2356f576-b92b-48eb-9125-b08c3c8f506d ArtifactChecksum:NDIzYTkzMWI5ZjcyMDBkNzQ5NjIwMGMyZDc2ODE0MjA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW fdc2de22-5793 0 ResourceCustomizationUUID:7d46757f-6e2b-4231-809a-2241df3d1ea5 ResourceInvariantUUID:b163f1a3-7f3f-4a5c-a2cb-4b1d16caa5eb ResourceName:vFW fdc2de22-5793 ResourceType:VF ResourceUUID:b534b851-0ec3-4fd8-bd58-6faa895c3199 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwfdc2de2257930_modules.json ArtifactVersion:2 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vfwfdc2de2257930_modules.json ArtifactUUID:169473ff-24a8-4dee-9159-da9c737216c5 ArtifactChecksum:NTA4MjQ2MzdmZjM5OWQzMmYwYTk0Mjk4ZWFlM2I0MGQ= 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/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.yaml ArtifactUUID:828fabf4-240d-485c-b401-68926526b705 ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:3 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.env ArtifactUUID:a55b251b-7dde-48e1-95d7-2e7691decb2e ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:3 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.env ArtifactUUID:a55b251b-7dde-48e1-95d7-2e7691decb2e ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-27T06:34:04.580Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a7e1cd23-a0d4-41ba-bafb-b27b3b096109 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-06-27T06:34:04.700Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-27T06:34:04.702Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-27T06:34:04.705Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-27T06:34:04.705Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2356f576-b92b-48eb-9125-b08c3c8f506d from URL: /sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar 2022-06-27T06:34:04.706Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-27T06:34:04.712Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar 2022-06-27T06:34:04.874Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-27T06:34:04.910Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar 2356f576-b92b-48eb-9125-b08c3c8f506d 99013 2022-06-27T06:34:04.912Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar ASDC sendASDCNotification 2022-06-27T06:34:04.912Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar 2022-06-27T06:34:04.913Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T06:34:04.915Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:34:04.927Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:34:04.928Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311644911, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:34:05.019Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms 2022-06-27T06:34:05.020Z||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-06-27T06:34:05.020Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:34:05.040Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:34:05.041Z||pool-10-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-06-27T06:34:05.929Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-27T06:34:05.930Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-27T06:34:05.930Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 2356f576-b92b-48eb-9125-b08c3c8f506d, URL: /sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar to file: /app/ASDC/1/service-Vfw20220627063201-csar.csar 2022-06-27T06:34:05.931Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220627063201-csar.csar 2022-06-27T06:34:06.086Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220627063201-csar.csar 2022-06-27T06:34:06.087Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220627063201-csar.csar 2022-06-27T06:34:07.374Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6633198467069617363/Definitions/service-Vfw20220627063201-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2022-06-27T06:34:13.018Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-27T06:34:13.026Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-06-27T06:34:13.027Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220627063201-csar.csar 2022-06-27T06:34:13.027Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-06-27T06:34:13.027Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||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-Vfw20220627063201-csar.csar 2022-06-27T06:34:13.027Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||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-Vfw20220627063201-csar.csar 2022-06-27T06:34:13.027Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220627063201-csar.csar 2022-06-27T06:34:13.028Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220627063201-csar.csar 2022-06-27T06:34:13.028Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220627063201-csar.csar 2022-06-27T06:34:13.028Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||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-Vfw20220627063201-csar.csar 2022-06-27T06:34:13.028Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220627063201-csar.csar 2022-06-27T06:34:13.028Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220627063201-csar.csar 2022-06-27T06:34:13.028Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220627063201-csar.csar 2022-06-27T06:34:13.029Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220627063201-csar.csar 2022-06-27T06:34:13.029Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220627063201-csar.csar 2022-06-27T06:34:13.029Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW fdc2de22-5793 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-Vfw20220627063201-csar.csar 2022-06-27T06:34:13.029Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220627063201-csar.csar 2022-06-27T06:34:13.029Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-06-27T06:34:13.038Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:13.041Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-27 06-32-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:34:13.047Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vFW fdc2de22-5793 0 is matching search criteria 2022-06-27T06:34:13.048Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-06-27T06:34:13.051Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fdc2de22-5793 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-27T06:34:13.054Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:13.055Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-27 06-32-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:34:13.055Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vFW fdc2de22-5793 0 is matching search criteria 2022-06-27T06:34:13.056Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-06-27T06:34:13.056Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fdc2de22-5793 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-27T06:34:13.057Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:13.057Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-27 06-32-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:34:13.063Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:13.064Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vFW fdc2de22-5793 0 is not matching search criteria 2022-06-27T06:34:13.064Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-27T06:34:13.065Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-27T06:34:13.065Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-27T06:34:13.066Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-27T06:34:13.066Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-27T06:34:13.066Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-27T06:34:13.067Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-27T06:34:13.067Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-27T06:34:13.067Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-27T06:34:13.067Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-27T06:34:13.068Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-27T06:34:13.068Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-27T06:34:13.068Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-27T06:34:13.069Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-27T06:34:13.069Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-27T06:34:13.069Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-27T06:34:13.070Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:13.071Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-27 06-32-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-27T06:34:13.073Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:13.073Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vFW fdc2de22-5793 0 is matching search criteria 2022-06-27T06:34:13.073Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fdc2de22-5793 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T06:34:13.074Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:13.075Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vFW fdc2de22-5793 0 is matching search criteria 2022-06-27T06:34:13.075Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fdc2de22-5793 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T06:34:13.075Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:13.076Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vFW fdc2de22-5793 0 is matching search criteria 2022-06-27T06:34:13.076Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fdc2de22-5793 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T06:34:13.076Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:13.077Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vFW fdc2de22-5793 0 is not matching search criteria 2022-06-27T06:34:13.077Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-27T06:34:13.077Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-27T06:34:13.078Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-27T06:34:13.078Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-27T06:34:13.078Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-27T06:34:13.078Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-27T06:34:13.079Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-27T06:34:13.079Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-27T06:34:13.079Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-27T06:34:13.080Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-27T06:34:13.080Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-27T06:34:13.080Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2dfc1898-9817-4ce2-a998-94bb1ab82fb0 2022-06-27T06:34:13.081Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:13.081Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vFW fdc2de22-5793 0 is not matching search criteria 2022-06-27T06:34:13.081Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-27T06:34:13.081Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-27T06:34:13.082Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-27T06:34:13.082Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-27T06:34:13.083Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-27T06:34:13.083Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-27T06:34:13.083Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-27T06:34:13.083Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-27T06:34:13.084Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-27T06:34:13.084Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-27T06:34:13.084Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-27T06:34:13.085Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-27T06:34:13.085Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b80977e7-ba1b-4bf2-979b-7993439f5fff 2022-06-27T06:34:13.085Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:13.086Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vFW fdc2de22-5793 0 is not matching search criteria 2022-06-27T06:34:13.086Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-27T06:34:13.086Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-27T06:34:13.086Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-27T06:34:13.087Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-27T06:34:13.087Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-27T06:34:13.087Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-27T06:34:13.088Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-27T06:34:13.088Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-27T06:34:13.088Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-27T06:34:13.088Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-27T06:34:13.089Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-27T06:34:13.089Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-27T06:34:13.089Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=94a4625e-b4c2-42bd-bc41-b7c5aafb08ae 2022-06-27T06:34:13.090Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:13.090Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-27 06-32-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:34:13.090Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:13.091Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-27 06-32-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:34:13.091Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:13.092Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-27 06-32-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:34:13.092Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:13.093Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-27 06-32-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:34:13.093Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-06-27 06-32-01 Description:catalog service description Model UUID:a7e1cd23-a0d4-41ba-bafb-b27b3b096109 Model Version:NULL Model InvariantUuid:cba92a76-f441-4ad7-9f36-b6051c030dc0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW fdc2de22-5793 Model UUID:006daa64-6e13-4bc7-8d06-98f7173388d8 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:b163f1a3-7f3f-4a5c-a2cb-4b1d16caa5eb Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:7d46757f-6e2b-4231-809a-2241df3d1ea5 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:d2da840e-86c1-4686-b965-db3908882e2f ModelName:VfwFdc2de225793..base_vfw..module-0 ModelUuid:7d7d10dd-b5ac-46b7-88f2-5ea3f2b19bb5 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:2dfc1898-9817-4ce2-a998-94bb1ab82fb0 ModelInvariantUuid:aa83e88a-030a-4881-96c8-4963230874b7 ModelName:vFW fdc2de22-5793-nodes.vfwCvfc ModelUuid:3779f395-a114-40fd-a321-e0b7597837b7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:9ba3781b-926e-48fb-8e23-554e8d77b28c ModelInvariantUuid:ef4c35ee-b5b5-4312-98fd-22d830090ae5 ModelName:VfwFdc2de225793.compute.nodes.heat.vfw ModelUuid:af39170a-ee19-43a6-80a3-69631acf0600 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:b80977e7-ba1b-4bf2-979b-7993439f5fff ModelInvariantUuid:de33b416-188e-42bf-a8e1-52dc4f91bedb ModelName:vFW fdc2de22-5793-nodes.vsnCvfc ModelUuid:2e42199f-c455-4c3f-ba81-5ab2d61a5d27 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:88d8a46c-39ef-4dd1-9b24-e9320c3f5e9b ModelInvariantUuid:b853cfa0-e86d-4390-aaae-c401c4775956 ModelName:VfwFdc2de225793.compute.nodes.heat.vsn ModelUuid:5a500b6e-3755-4124-882e-44d5ca2e8bd7 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:94a4625e-b4c2-42bd-bc41-b7c5aafb08ae ModelInvariantUuid:33e22d45-e1d7-424b-9ceb-a10ce4d9585e ModelName:vFW fdc2de22-5793-nodes.vpgCvfc ModelUuid:50917edf-ec85-40e8-a174-062baa5b549d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:30c92dca-c19c-4cad-930b-c8ddc2b26e2d ModelInvariantUuid:d1d1d14f-a4fa-4f09-b1c7-293067313a0d ModelName:VfwFdc2de225793.compute.nodes.heat.vpg ModelUuid:eae5496c-2f69-4427-bf8c-706f55ddc159 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-06-27T06:34:13.113Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: b534b851-0ec3-4fd8-bd58-6faa895c3199 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-06-27T06:34:13.256Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||vFW fdc2de22-5793 0 2022-06-27T06:34:13.270Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b534b851-0ec3-4fd8-bd58-6faa895c3199 2022-06-27T06:34:13.270Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 169473ff-24a8-4dee-9159-da9c737216c5 from URL: /sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vfwfdc2de2257930_modules.json 2022-06-27T06:34:13.271Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-27T06:34:13.272Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vfwfdc2de2257930_modules.json 2022-06-27T06:34:13.385Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-27T06:34:13.386Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vfwfdc2de2257930_modules.json 169473ff-24a8-4dee-9159-da9c737216c5 785 2022-06-27T06:34:13.386Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vfwfdc2de2257930_modules.json ASDC sendASDCNotification 2022-06-27T06:34:13.387Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vfwfdc2de2257930_modules.json 2022-06-27T06:34:13.387Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T06:34:13.388Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:34:13.392Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:34:13.393Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311653386, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vfwfdc2de2257930_modules.json", "status": "DOWNLOAD_OK" } 2022-06-27T06:34:13.491Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-27T06:34:13.492Z||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-06-27T06:34:13.493Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:34:13.506Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:34:13.508Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:34:14.395Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwFdc2de225793..base_vfw..module-0", "vfModuleModelInvariantUUID": "d2da840e-86c1-4686-b965-db3908882e2f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7d7d10dd-b5ac-46b7-88f2-5ea3f2b19bb5", "vfModuleModelCustomizationUUID": "d1e7d492-8d6e-4c21-9c9d-7967c04f8e35", "isBase": true, "artifacts": [ "828fabf4-240d-485c-b401-68926526b705", "a55b251b-7dde-48e1-95d7-2e7691decb2e" ], "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-06-27T06:34:14.410Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwFdc2de225793..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7d7d10dd-b5ac-46b7-88f2-5ea3f2b19bb5 VfModuleModelInvariantUUID:d2da840e-86c1-4686-b965-db3908882e2f VfModuleModelDescription:NULL Artifacts UUID List:{ 828fabf4-240d-485c-b401-68926526b705 , a55b251b-7dde-48e1-95d7-2e7691decb2e } 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-06-27T06:34:14.414Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwFdc2de225793..base_vfw..module-0", "vfModuleModelInvariantUUID": "d2da840e-86c1-4686-b965-db3908882e2f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7d7d10dd-b5ac-46b7-88f2-5ea3f2b19bb5", "vfModuleModelCustomizationUUID": "d1e7d492-8d6e-4c21-9c9d-7967c04f8e35", "isBase": true, "artifacts": [ "828fabf4-240d-485c-b401-68926526b705", "a55b251b-7dde-48e1-95d7-2e7691decb2e" ], "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-06-27T06:34:14.414Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwFdc2de225793..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7d7d10dd-b5ac-46b7-88f2-5ea3f2b19bb5 VfModuleModelInvariantUUID:d2da840e-86c1-4686-b965-db3908882e2f VfModuleModelDescription:NULL Artifacts UUID List:{ 828fabf4-240d-485c-b401-68926526b705 , a55b251b-7dde-48e1-95d7-2e7691decb2e } 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-06-27T06:34:14.414Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 828fabf4-240d-485c-b401-68926526b705 from URL: /sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.yaml 2022-06-27T06:34:14.415Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-27T06:34:14.415Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.yaml 2022-06-27T06:34:14.495Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-27T06:34:14.497Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.yaml 828fabf4-240d-485c-b401-68926526b705 20368 2022-06-27T06:34:14.497Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-27T06:34:14.497Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.yaml 2022-06-27T06:34:14.498Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T06:34:14.498Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:34:14.501Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:34:14.501Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311654497, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-27T06:34:14.601Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-27T06:34:14.602Z||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-06-27T06:34:14.602Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:34:14.617Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:34:14.618Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:34:15.502Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a55b251b-7dde-48e1-95d7-2e7691decb2e from URL: /sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.env 2022-06-27T06:34:15.507Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-27T06:34:15.508Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.env 2022-06-27T06:34:15.610Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-27T06:34:15.612Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.env a55b251b-7dde-48e1-95d7-2e7691decb2e 2098 2022-06-27T06:34:15.612Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-27T06:34:15.613Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.env 2022-06-27T06:34:15.613Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T06:34:15.614Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:34:15.617Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:34:15.618Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311655612, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-27T06:34:15.717Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-27T06:34:15.718Z||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-06-27T06:34:15.718Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:34:15.735Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:34:15.736Z||pool-13-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:34:16.626Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: a7e1cd23-a0d4-41ba-bafb-b27b3b096109 2022-06-27T06:34:16.628Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW fdc2de22-5793 0 b534b851-0ec3-4fd8-bd58-6faa895c3199 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-06-27T06:34:16.691Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3e4ed72f, org.onap.sdc.toscaparser.api.parameters.Input@2ec36626, org.onap.sdc.toscaparser.api.parameters.Input@34155ab1, org.onap.sdc.toscaparser.api.parameters.Input@4271d0f8, org.onap.sdc.toscaparser.api.parameters.Input@a4e8036] 2022-06-27T06:34:16.699Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:16.699Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-27 06-32-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:34:16.701Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-06-27T06:34:16.701Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 7d46757f-6e2b-4231-809a-2241df3d1ea5 2022-06-27T06:34:16.701Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7d46757f-6e2b-4231-809a-2241df3d1ea5 matches Tosca VF Customization UUID: 7d46757f-6e2b-4231-809a-2241df3d1ea5 2022-06-27T06:34:16.702Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 7d46757f-6e2b-4231-809a-2241df3d1ea5 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-06-27T06:34:16.722Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:16.723Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-27 06-32-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:34:16.725Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 7d46757f-6e2b-4231-809a-2241df3d1ea5: {\"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-06-27T06:34:16.726Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@29a5c748 2022-06-27T06:34:16.727Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:16.734Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-27 06-32-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-27T06:34:16.735Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d1e7d492-8d6e-4c21-9c9d-7967c04f8e35 2022-06-27T06:34:16.738Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d1e7d492-8d6e-4c21-9c9d-7967c04f8e35 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-06-27T06:34:16.748Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:16.749Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vFW fdc2de22-5793 0 is matching search criteria 2022-06-27T06:34:16.749Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fdc2de22-5793 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T06:34:16.751Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:16.751Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vFW fdc2de22-5793 0 is matching search criteria 2022-06-27T06:34:16.752Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fdc2de22-5793 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T06:34:16.753Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:16.753Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vFW fdc2de22-5793 0 is not matching search criteria 2022-06-27T06:34:16.753Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-27T06:34:16.754Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-27T06:34:16.754Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-27T06:34:16.755Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-27T06:34:16.755Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-27T06:34:16.755Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-27T06:34:16.756Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-27T06:34:16.756Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-27T06:34:16.757Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-27T06:34:16.757Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-27T06:34:16.758Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-27T06:34:16.758Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2dfc1898-9817-4ce2-a998-94bb1ab82fb0 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-06-27T06:34:16.770Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:16.771Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vFW fdc2de22-5793 0 is matching search criteria 2022-06-27T06:34:16.771Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fdc2de22-5793 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T06:34:16.772Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:16.772Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vFW fdc2de22-5793 0 is not matching search criteria 2022-06-27T06:34:16.773Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-27T06:34:16.773Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-27T06:34:16.773Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-27T06:34:16.773Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-27T06:34:16.774Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-27T06:34:16.774Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-27T06:34:16.775Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-27T06:34:16.775Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-27T06:34:16.775Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-27T06:34:16.776Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-27T06:34:16.776Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-27T06:34:16.776Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-27T06:34:16.777Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b80977e7-ba1b-4bf2-979b-7993439f5fff 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-06-27T06:34:16.781Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:16.782Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vFW fdc2de22-5793 0 is matching search criteria 2022-06-27T06:34:16.782Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fdc2de22-5793 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T06:34:16.786Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:16.786Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vFW fdc2de22-5793 0 is not matching search criteria 2022-06-27T06:34:16.787Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-27T06:34:16.788Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-27T06:34:16.788Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-27T06:34:16.788Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-27T06:34:16.789Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-27T06:34:16.789Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-27T06:34:16.790Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-27T06:34:16.790Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-27T06:34:16.791Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-27T06:34:16.792Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-27T06:34:16.792Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-27T06:34:16.793Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-27T06:34:16.793Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=94a4625e-b4c2-42bd-bc41-b7c5aafb08ae 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-06-27T06:34:16.797Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:16.797Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vFW fdc2de22-5793 0 is matching search criteria 2022-06-27T06:34:16.798Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fdc2de22-5793 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T06:34:16.799Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:16.799Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vFW fdc2de22-5793 0 is matching search criteria 2022-06-27T06:34:16.800Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fdc2de22-5793 0] matching following query criteria: sdcType=VF, customizationUUID=7d46757f-6e2b-4231-809a-2241df3d1ea5 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-06-27T06:34:16.803Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:16.804Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-27 06-32-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:34:16.805Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid a7e1cd23-a0d4-41ba-bafb-b27b3b096109: vFW fdc2de22-5793 2022-06-27T06:34:16.805Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:16.806Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-27 06-32-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:34:16.806Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:16.806Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-27 06-32-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:34:16.807Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:16.807Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-27 06-32-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:34:16.807Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:16.808Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-27 06-32-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:34:16.808Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:16.808Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-27 06-32-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:34:16.809Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-06-27 06-32-01 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-27T06:34:17.323Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW fdc2de22-5793 b534b851-0ec3-4fd8-bd58-6faa895c3199 1 ASDC deployResourceStructure 2022-06-27T06:34:17.324Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vfwfdc2de2257930_modules.json ASDC sendASDCNotification 2022-06-27T06:34:17.324Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vfwfdc2de2257930_modules.json 2022-06-27T06:34:17.324Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-27T06:34:17.325Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:34:17.329Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:34:17.329Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311657324, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vfwfdc2de2257930_modules.json", "status": "DEPLOY_OK" } 2022-06-27T06:34:17.429Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-27T06:34:17.431Z||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-06-27T06:34:17.431Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:34:17.457Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:34:17.459Z||pool-14-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} 2022-06-27T06:34:18.330Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-27T06:34:18.331Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.yaml 2022-06-27T06:34:18.331Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-27T06:34:18.331Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:34:18.334Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:34:18.334Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311658330, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-27T06:34:18.434Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:34:18.435Z||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-06-27T06:34:18.435Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:34:18.449Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:34:18.450Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:34:19.335Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-27T06:34:19.335Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.env 2022-06-27T06:34:19.335Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-27T06:34:19.335Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:34:19.338Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:34:19.338Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311659335, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-27T06:34:19.438Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:34:19.439Z||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-06-27T06:34:19.439Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:34:19.455Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:34:19.456Z||pool-16-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-06-27T06:34:20.339Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar ASDC sendASDCNotification 2022-06-27T06:34:20.339Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar 2022-06-27T06:34:20.339Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-27T06:34:20.340Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:34:20.343Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:34:20.343Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311660339, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:34:20.445Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-27T06:34:20.447Z||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-06-27T06:34:20.448Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:34:20.467Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:34:20.469Z||pool-17-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-06-27T06:34:21.344Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 31227f0c-34f3-4fb5-be9e-8089edf893ca Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T06:34:21.379Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 31227f0c-34f3-4fb5-be9e-8089edf893ca Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-27T06:34:21.456Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T06:34:21.457Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-27T06:34:21.457Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-27T06:34:51.457Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 31227f0c-34f3-4fb5-be9e-8089edf893ca Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T06:34:51.473Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 31227f0c-34f3-4fb5-be9e-8089edf893ca Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-27T06:34:51.479Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T06:34:51.479Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-27T06:34:51.480Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-27T06:34:56.406Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:34:56.407Z||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-06-27T06:34:56.407Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:34:56.457Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:34:56.458Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:56.458Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "multicloud-k8s-id", "timestamp": 1656311636521, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-27T06:34:56.459Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:35:21.480Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 31227f0c-34f3-4fb5-be9e-8089edf893ca Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T06:35:21.501Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 31227f0c-34f3-4fb5-be9e-8089edf893ca Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-27T06:35:21.508Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T06:35:21.508Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-27T06:35:21.509Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-27T06:35:51.509Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 31227f0c-34f3-4fb5-be9e-8089edf893ca Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T06:35:51.531Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 31227f0c-34f3-4fb5-be9e-8089edf893ca Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-27T06:35:51.536Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T06:35:51.537Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-27T06:35:51.538Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-27T06:35:56.407Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:35:56.408Z||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-06-27T06:35:56.409Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:35:56.462Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:35:56.463Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:35:56.463Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "clamp", "timestamp": 1656311633076, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:35:56.465Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:36:21.540Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 31227f0c-34f3-4fb5-be9e-8089edf893ca Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T06:36:21.558Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 31227f0c-34f3-4fb5-be9e-8089edf893ca Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-27T06:36:21.565Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T06:36:21.566Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-27T06:36:21.566Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-27T06:36:51.566Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 31227f0c-34f3-4fb5-be9e-8089edf893ca Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T06:36:51.586Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 31227f0c-34f3-4fb5-be9e-8089edf893ca Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-27T06:36:51.595Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T06:36:51.596Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-27T06:36:51.596Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-27T06:36:56.405Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:36:56.407Z||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-06-27T06:36:56.407Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:36:56.943Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:36:56.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:36:56.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311636394, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:36:56.948Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:36:56.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:36:56.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "multicloud-k8s-id", "timestamp": 1656311637581, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-27T06:36:56.949Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:36:56.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:36:56.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "clamp", "timestamp": 1656311633076, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:36:56.949Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:36:56.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:36:56.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311636394, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vfwfdc2de2257930_modules.json", "status": "NOTIFIED" } 2022-06-27T06:36:56.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:36:56.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:36:56.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "multicloud-k8s-id", "timestamp": 1656311638600, "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-06-27T06:36:56.976Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 68ef82e3-cb4d-47d0-a80b-f4643de586e3 2022-06-27T06:36:56.976Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68ef82e3-cb4d-47d0-a80b-f4643de586e3 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-06-27T06:36:56.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:36:56.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "clamp", "timestamp": 1656311633076, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:36:56.990Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:36:56.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:36:56.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311636394, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-27T06:36:56.991Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:36:56.991Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:36:56.991Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "multicloud-k8s-id", "timestamp": 1656311639604, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/basic_onboard_ooklbe0_modules.json", "status": "DEPLOY_OK" } 2022-06-27T06:36:56.991Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:36:56.991Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:36:56.991Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "clamp", "timestamp": 1656311633076, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:36:56.992Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:36:56.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:36:56.992Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311636394, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:36:56.992Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:36:56.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:36:56.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311636394, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-27T06:36:56.993Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:36:56.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:36:56.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311636394, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:36:56.994Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:36:56.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:36:56.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311636394, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:36:56.994Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:36:56.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:36:56.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311644911, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:36:56.995Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:36:56.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:36:56.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "aai-ml", "timestamp": 1656311644433, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:36:56.995Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:36:56.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:36:56.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "aai-ml", "timestamp": 1656311645445, "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-06-27T06:36:57.012Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 31227f0c-34f3-4fb5-be9e-8089edf893ca 2022-06-27T06:36:57.013Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31227f0c-34f3-4fb5-be9e-8089edf893ca 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-06-27T06:36:57.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:36:57.031Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311646001, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:36:57.032Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:36:57.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:36:57.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "aai-ml", "timestamp": 1656311646451, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:36:57.033Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:36:57.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:36:57.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311646001, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/basic_onboard_ooklbe0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T06:36:57.033Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:36:57.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:36:57.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "aai-ml", "timestamp": 1656311646451, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/basic_onboard_ooklbe0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T06:36:57.034Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:36:57.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:36:57.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311646001, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:36:57.034Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:36:57.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:36:57.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "aai-ml", "timestamp": 1656311646451, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:36:57.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:36:57.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:36:57.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311646001, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:36:57.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:36:57.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:36:57.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "aai-ml", "timestamp": 1656311646451, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:36:57.036Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:36:57.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:36:57.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311646001, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:36:57.036Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:36:57.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:36:57.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "aai-ml", "timestamp": 1656311646451, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:36:57.037Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:36:57.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:36:57.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311646001, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:36:57.037Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:36:57.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:36:57.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "aai-ml", "timestamp": 1656311646451, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:36:57.038Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:36:57.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:36:57.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "clamp", "timestamp": 1656311653169, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:36:57.038Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:36:57.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:36:57.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311653386, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vfwfdc2de2257930_modules.json", "status": "DOWNLOAD_OK" } 2022-06-27T06:36:57.039Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:36:57.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:36:57.039Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311646001, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:36:57.039Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:36:57.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:36:57.039Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "aai-ml", "timestamp": 1656311646451, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:36:57.040Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:36:57.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:36:57.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311653744, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:36:57.040Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:36:57.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:36:57.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311654497, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-27T06:36:57.041Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:36:57.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:36:57.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "aai-ml", "timestamp": 1656311654273, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:36:57.041Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:36:57.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:36:57.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "clamp", "timestamp": 1656311655180, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:36:57.042Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:36:57.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:36:57.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311655612, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-27T06:36:57.042Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:36:57.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:36:57.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "clamp", "timestamp": 1656311656185, "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-06-27T06:36:57.052Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 68ef82e3-cb4d-47d0-a80b-f4643de586e3 2022-06-27T06:36:57.053Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68ef82e3-cb4d-47d0-a80b-f4643de586e3 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-06-27T06:36:57.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:36:57.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311656144, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:36:57.071Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:36:57.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:36:57.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311657324, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vfwfdc2de2257930_modules.json", "status": "DEPLOY_OK" } 2022-06-27T06:36:57.072Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:36:57.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:36:57.072Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311657148, "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-06-27T06:36:57.079Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 68ef82e3-cb4d-47d0-a80b-f4643de586e3 2022-06-27T06:36:57.079Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68ef82e3-cb4d-47d0-a80b-f4643de586e3 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-06-27T06:36:57.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:36:57.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311658330, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-27T06:36:57.093Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:36:57.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:36:57.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311659335, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-27T06:36:57.094Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:36:57.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:36:57.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311660339, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:36:57.094Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:36:57.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:36:57.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "aai-ml", "timestamp": 1656311666066, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:36:57.095Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:36:57.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:36:57.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "aai-ml", "timestamp": 1656311667072, "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-06-27T06:36:57.106Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 68ef82e3-cb4d-47d0-a80b-f4643de586e3 2022-06-27T06:36:57.106Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68ef82e3-cb4d-47d0-a80b-f4643de586e3 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-06-27T06:37:21.597Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 31227f0c-34f3-4fb5-be9e-8089edf893ca Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T06:37:21.625Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 31227f0c-34f3-4fb5-be9e-8089edf893ca Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-27T06:37:21.635Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T06:37:21.635Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-27T06:37:21.635Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-27T06:37:21.635Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-27T06:37:21.635Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:37:21.636Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:37:21.636Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:37:21.636Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:37:21.637Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:37:21.637Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:37:21.637Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-27T06:37:21.653Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-27T06:37:51.654Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 31227f0c-34f3-4fb5-be9e-8089edf893ca 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-06-27T06:37:51.671Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 31227f0c-34f3-4fb5-be9e-8089edf893ca and serviceModelVersionId: a7e1cd23-a0d4-41ba-bafb-b27b3b096109 2022-06-27T06:37:51.672Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cba92a76-f441-4ad7-9f36-b6051c030dc0 2022-06-27T06:37:56.405Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:37:56.407Z||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-06-27T06:37:56.408Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:38:05.977Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:38:17.020Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cba92a76-f441-4ad7-9f36-b6051c030dc0/model-vers/model-ver/a7e1cd23-a0d4-41ba-bafb-b27b3b096109?depth=0 2022-06-27T06:38:17.233Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-06-27T06:38:18.137Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cba92a76-f441-4ad7-9f36-b6051c030dc0/model-vers/model-ver/a7e1cd23-a0d4-41ba-bafb-b27b3b096109?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-06-27T06:38:18.148Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cba92a76-f441-4ad7-9f36-b6051c030dc0/model-vers/model-ver/a7e1cd23-a0d4-41ba-bafb-b27b3b096109?depth=0|INFO|500||Invoke 2022-06-27T06:38:18.383Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cba92a76-f441-4ad7-9f36-b6051c030dc0/model-vers/model-ver/a7e1cd23-a0d4-41ba-bafb-b27b3b096109?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-27T06:38:18.833Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cba92a76-f441-4ad7-9f36-b6051c030dc0/model-vers/model-ver/a7e1cd23-a0d4-41ba-bafb-b27b3b096109?depth=0|INFO|500||InvokeReturn 2022-06-27T06:38:18.834Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cba92a76-f441-4ad7-9f36-b6051c030dc0/model-vers/model-ver/a7e1cd23-a0d4-41ba-bafb-b27b3b096109?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220627-06:38:18:400-38964], vertex-id=[147608], Content-Length=[0], Date=[Mon, 27 Jun 2022 06:38:18 GMT], Content-Type=[application/json]} 2022-06-27T06:38:18.835Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2022-06-27T06:38:18.845Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-27T06:38:18.846Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-27T06:38:18.860Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-27T06:38:18.862Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 31227f0c-34f3-4fb5-be9e-8089edf893ca and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-27T06:38:18.883Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-27T06:38:18.885Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:38:18.891Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:38:18.892Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311898864, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-27T06:38:18.991Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-27T06:38:18.993Z||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-06-27T06:38:18.994Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:38:19.011Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:38:19.012Z||pool-18-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-27T06:38:19.922Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-27T06:38:19.923Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"68ef82e3-cb4d-47d0-a80b-f4643de586e3","serviceName":"basic_onboard_OOKlbe","serviceVersion":"1.0","serviceUUID":"eb2eb0f3-8c56-42c0-85c2-2529a5e8f4db","serviceDescription":"service","serviceInvariantUUID":"38326667-8f61-4886-a2e8-aae6c1bc966b","resources":[{"resourceInstanceName":"basic_onboard_OOKlbe 0","resourceName":"basic_onboard_OOKlbe","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ebb7ce35-9d4c-4db0-a5d2-d073aed3f7d2","resourceInvariantUUID":"09b2d5f9-4d7f-4ad3-884a-125912220b3a","resourceCustomizationUUID":"8dc9ec47-d81e-49a8-a803-09a6b6c07d11","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/vf-license-model.xml","artifactChecksum":"NmY4MzMxZjY0NDE5MWMzZmE0ZGE3MzRlMjQzODkyMzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"08277b63-d782-45ae-82fd-af293b670dcf","artifactVersion":"1"},{"artifactName":"basic_onboard_ooklbe0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/basic_onboard_ooklbe0_modules.json","artifactChecksum":"ODliZTYxNDM4Yjg3OGY3ZTIyNDE3YjljZTY5YzZlMTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7c0dd230-bf39-47a6-a5c2-3b8d30e0aba6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"135d3fc3-8436-4a06-ac8b-5fa12a2a3921","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e2fcbac3-cc8b-4966-9ae4-4bc47bace28f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c683a5af-210c-4f88-b64c-d9c981e3ac6d","artifactVersion":"2","generatedFromUUID":"135d3fc3-8436-4a06-ac8b-5fa12a2a3921"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOoklbe-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-template.yml","artifactChecksum":"NjEwZWM3MTAyZDIwMzYzYjM3NzBjYzM5ODJjYWY5Mjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bfc7eefe-037c-4906-bd67-0037b55f4b4e","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOoklbe-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar","artifactChecksum":"NTQ4ZTUyMjllOGVhNGUzMTM3NTNjNjlkMGRmZjA4YjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cb082aaa-c8e0-41aa-8e41-bcfd5d121e88","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-27T06:38:19.924Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:38:19.925Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:38:19.928Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:38:19.928Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311636394, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:38:20.028Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-27T06:38:20.030Z||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-06-27T06:38:20.030Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:38:20.050Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:38:20.051Z||pool-19-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:38:20.929Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:38:20.932Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:38:20.935Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:38:20.936Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311636394, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/basic_onboard_ooklbe0_modules.json", "status": "NOTIFIED" } 2022-06-27T06:38:21.037Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-27T06:38:21.039Z||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-06-27T06:38:21.039Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:38:21.053Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:38:21.054Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:38:21.936Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:38:21.939Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:38:21.943Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:38:21.943Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311636394, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-27T06:38:22.043Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:38:22.044Z||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-06-27T06:38:22.046Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:38:22.061Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:38:22.061Z||pool-21-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-06-27T06:38:22.944Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:38:22.945Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:38:22.948Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:38:22.949Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311636394, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:38:23.049Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:38:23.050Z||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-06-27T06:38:23.051Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:38:23.068Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:38:23.068Z||pool-22-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":3,"count":1} 2022-06-27T06:38:23.951Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:38:23.952Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:38:23.956Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:38:23.956Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311636394, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-27T06:38:24.055Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-27T06:38:24.056Z||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-06-27T06:38:24.056Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:38:24.070Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:38:24.070Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:38:24.957Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:38:24.959Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:38:24.961Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:38:24.962Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311636394, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:38:25.062Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:38:25.063Z||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-06-27T06:38:25.063Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:38:25.076Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:38:25.077Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:38:25.962Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:38:25.963Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:38:25.967Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:38:25.968Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311636394, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:38:26.068Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-27T06:38:26.069Z||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-06-27T06:38:26.069Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:38:26.082Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:38:26.083Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:38:26.973Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "serviceName": "basic_onboard_OOKlbe", "serviceVersion": "1.0", "serviceUUID": "eb2eb0f3-8c56-42c0-85c2-2529a5e8f4db", "serviceDescription": "service", "serviceInvariantUUID": "38326667-8f61-4886-a2e8-aae6c1bc966b", "resources": [ { "resourceInstanceName": "basic_onboard_OOKlbe 0", "resourceCustomizationUUID": "8dc9ec47-d81e-49a8-a803-09a6b6c07d11", "resourceName": "basic_onboard_OOKlbe", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ebb7ce35-9d4c-4db0-a5d2-d073aed3f7d2", "resourceInvariantUUID": "09b2d5f9-4d7f-4ad3-884a-125912220b3a", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_ooklbe0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/basic_onboard_ooklbe0_modules.json", "artifactChecksum": "ODliZTYxNDM4Yjg3OGY3ZTIyNDE3YjljZTY5YzZlMTI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7c0dd230-bf39-47a6-a5c2-3b8d30e0aba6", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "135d3fc3-8436-4a06-ac8b-5fa12a2a3921", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c683a5af-210c-4f88-b64c-d9c981e3ac6d", "generatedFromUUID": "135d3fc3-8436-4a06-ac8b-5fa12a2a3921" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c683a5af-210c-4f88-b64c-d9c981e3ac6d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardOoklbe-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar", "artifactChecksum": "NTQ4ZTUyMjllOGVhNGUzMTM3NTNjNjlkMGRmZjA4YjY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cb082aaa-c8e0-41aa-8e41-bcfd5d121e88" } ], "workloadContext": "Production" } 2022-06-27T06:38:26.974Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-27T06:38:26.974Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eb2eb0f3-8c56-42c0-85c2-2529a5e8f4db ASDC 2022-06-27T06:38:26.975Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:68ef82e3-cb4d-47d0-a80b-f4643de586e3 ServiceName:basic_onboard_OOKlbe ServiceVersion:1.0 ServiceUUID:eb2eb0f3-8c56-42c0-85c2-2529a5e8f4db ServiceInvariantUUID:38326667-8f61-4886-a2e8-aae6c1bc966b ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardOoklbe-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar ArtifactUUID:cb082aaa-c8e0-41aa-8e41-bcfd5d121e88 ArtifactChecksum:NTQ4ZTUyMjllOGVhNGUzMTM3NTNjNjlkMGRmZjA4YjY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_OOKlbe 0 ResourceCustomizationUUID:8dc9ec47-d81e-49a8-a803-09a6b6c07d11 ResourceInvariantUUID:09b2d5f9-4d7f-4ad3-884a-125912220b3a ResourceName:basic_onboard_OOKlbe ResourceType:VF ResourceUUID:ebb7ce35-9d4c-4db0-a5d2-d073aed3f7d2 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_ooklbe0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/basic_onboard_ooklbe0_modules.json ArtifactUUID:7c0dd230-bf39-47a6-a5c2-3b8d30e0aba6 ArtifactChecksum:ODliZTYxNDM4Yjg3OGY3ZTIyNDE3YjljZTY5YzZlMTI= 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/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.yaml ArtifactUUID:135d3fc3-8436-4a06-ac8b-5fa12a2a3921 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/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.env ArtifactUUID:c683a5af-210c-4f88-b64c-d9c981e3ac6d 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/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.env ArtifactUUID:c683a5af-210c-4f88-b64c-d9c981e3ac6d ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-27T06:38:26.976Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eb2eb0f3-8c56-42c0-85c2-2529a5e8f4db 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-06-27T06:38:27.030Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-27T06:38:27.032Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-27T06:38:27.032Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-27T06:38:27.033Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: cb082aaa-c8e0-41aa-8e41-bcfd5d121e88 from URL: /sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar 2022-06-27T06:38:27.033Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-27T06:38:27.034Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar 2022-06-27T06:38:27.226Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-27T06:38:27.232Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar cb082aaa-c8e0-41aa-8e41-bcfd5d121e88 71585 2022-06-27T06:38:27.232Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar ASDC sendASDCNotification 2022-06-27T06:38:27.232Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar 2022-06-27T06:38:27.233Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T06:38:27.233Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:38:27.239Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:38:27.239Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311907232, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:38:27.336Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-06-27T06:38:27.337Z||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-06-27T06:38:27.337Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:38:27.362Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:38:27.363Z||pool-26-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-06-27T06:38:28.241Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-27T06:38:28.243Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-27T06:38:28.243Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: cb082aaa-c8e0-41aa-8e41-bcfd5d121e88, URL: /sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar to file: /app/ASDC/1/service-BasicOnboardOoklbe-csar.csar 2022-06-27T06:38:28.245Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardOoklbe-csar.csar 2022-06-27T06:38:28.246Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardOoklbe-csar.csar 2022-06-27T06:38:28.247Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardOoklbe-csar.csar 2022-06-27T06:38:28.584Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10146251671522405764/Definitions/service-BasicOnboardOoklbe-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-06-27T06:38:31.014Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-27T06:38:31.016Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-06-27T06:38:31.016Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardOoklbe-csar.csar 2022-06-27T06:38:31.017Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-27T06:38:31.017Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||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-BasicOnboardOoklbe-csar.csar 2022-06-27T06:38:31.017Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOoklbe-csar.csar 2022-06-27T06:38:31.017Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOoklbe-csar.csar 2022-06-27T06:38:31.017Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOoklbe-csar.csar 2022-06-27T06:38:31.017Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardOoklbe-csar.csar 2022-06-27T06:38:31.018Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardOoklbe-csar.csar 2022-06-27T06:38:31.018Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOoklbe-csar.csar 2022-06-27T06:38:31.018Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_OOKlbe 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-BasicOnboardOoklbe-csar.csar 2022-06-27T06:38:31.018Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardOoklbe-csar.csar 2022-06-27T06:38:31.018Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-06-27T06:38:31.019Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:38:31.019Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_OOKlbe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:38:31.020Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_OOKlbe 0 is matching search criteria 2022-06-27T06:38:31.020Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-06-27T06:38:31.020Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_OOKlbe 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-27T06:38:31.021Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:38:31.021Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_OOKlbe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:38:31.021Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_OOKlbe 0 is matching search criteria 2022-06-27T06:38:31.022Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-06-27T06:38:31.022Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_OOKlbe 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-27T06:38:31.022Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:38:31.022Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_OOKlbe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:38:31.023Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:38:31.023Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_OOKlbe 0 is not matching search criteria 2022-06-27T06:38:31.023Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-06-27T06:38:31.023Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-06-27T06:38:31.023Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-06-27T06:38:31.024Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-27T06:38:31.024Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-27T06:38:31.024Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:38:31.024Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_OOKlbe is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-27T06:38:31.025Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:38:31.025Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_OOKlbe 0 is matching search criteria 2022-06-27T06:38:31.025Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_OOKlbe 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T06:38:31.026Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:38:31.026Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_OOKlbe 0 is matching search criteria 2022-06-27T06:38:31.026Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_OOKlbe 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T06:38:31.027Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:38:31.027Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_OOKlbe 0 is matching search criteria 2022-06-27T06:38:31.027Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_OOKlbe 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T06:38:31.028Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:38:31.028Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_OOKlbe 0 is not matching search criteria 2022-06-27T06:38:31.028Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-06-27T06:38:31.028Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-27T06:38:31.029Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=af096a18-a45a-4adb-a312-8d99cd4ae433 2022-06-27T06:38:31.029Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:38:31.029Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_OOKlbe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:38:31.029Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:38:31.030Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_OOKlbe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:38:31.030Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:38:31.030Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_OOKlbe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:38:31.031Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:38:31.031Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_OOKlbe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:38:31.031Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_OOKlbe Description:service Model UUID:eb2eb0f3-8c56-42c0-85c2-2529a5e8f4db Model Version:NULL Model InvariantUuid:38326667-8f61-4886-a2e8-aae6c1bc966b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_OOKlbe Model UUID:e1963175-e41f-48c0-a767-ba700e6608b7 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:09b2d5f9-4d7f-4ad3-884a-125912220b3a Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8dc9ec47-d81e-49a8-a803-09a6b6c07d11 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9fb4320e-acf9-4718-8a8c-48e0207c3d3e ModelName:BasicOnboardOoklbe..base_ubuntu18..module-0 ModelUuid:761a4263-13c1-4d66-b25e-346d2358c67e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:af096a18-a45a-4adb-a312-8d99cd4ae433 ModelInvariantUuid:d39b4325-7fc9-4907-90a1-d8b860cf0d1a ModelName:basic_onboard_OOKlbe-nodes.ubuntu18Cvfc ModelUuid:6771f75f-7163-4500-acec-1732aef95954 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:8750585e-9a00-4ca4-9f0d-0427930ef2b3 ModelInvariantUuid:9b1ce84d-e188-4b20-a1e0-bbec8ec0354c ModelName:BasicOnboardOoklbe.compute.nodes.heat.ubuntu18 ModelUuid:4f5704f9-9dba-4190-9994-cba4e5f30874 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-06-27T06:38:31.048Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: ebb7ce35-9d4c-4db0-a5d2-d073aed3f7d2 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-06-27T06:38:31.052Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||basic_onboard_OOKlbe 0 2022-06-27T06:38:31.053Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ebb7ce35-9d4c-4db0-a5d2-d073aed3f7d2 2022-06-27T06:38:31.053Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7c0dd230-bf39-47a6-a5c2-3b8d30e0aba6 from URL: /sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/basic_onboard_ooklbe0_modules.json 2022-06-27T06:38:31.053Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-27T06:38:31.054Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/basic_onboard_ooklbe0_modules.json 2022-06-27T06:38:31.103Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-27T06:38:31.104Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/basic_onboard_ooklbe0_modules.json 7c0dd230-bf39-47a6-a5c2-3b8d30e0aba6 798 2022-06-27T06:38:31.104Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/basic_onboard_ooklbe0_modules.json ASDC sendASDCNotification 2022-06-27T06:38:31.104Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/basic_onboard_ooklbe0_modules.json 2022-06-27T06:38:31.104Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T06:38:31.105Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:38:31.112Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:38:31.113Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311911104, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/basic_onboard_ooklbe0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-27T06:38:31.208Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-06-27T06:38:31.210Z||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-06-27T06:38:31.210Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:38:31.223Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:38:31.224Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-06-27T06:38:32.114Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardOoklbe..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "9fb4320e-acf9-4718-8a8c-48e0207c3d3e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "761a4263-13c1-4d66-b25e-346d2358c67e", "vfModuleModelCustomizationUUID": "414f8755-8dad-43f2-b6d8-2a7b6751c89a", "isBase": true, "artifacts": [ "135d3fc3-8436-4a06-ac8b-5fa12a2a3921", "c683a5af-210c-4f88-b64c-d9c981e3ac6d" ], "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-06-27T06:38:32.125Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardOoklbe..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:761a4263-13c1-4d66-b25e-346d2358c67e VfModuleModelInvariantUUID:9fb4320e-acf9-4718-8a8c-48e0207c3d3e VfModuleModelDescription:NULL Artifacts UUID List:{ 135d3fc3-8436-4a06-ac8b-5fa12a2a3921 , c683a5af-210c-4f88-b64c-d9c981e3ac6d } 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-06-27T06:38:32.129Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardOoklbe..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "9fb4320e-acf9-4718-8a8c-48e0207c3d3e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "761a4263-13c1-4d66-b25e-346d2358c67e", "vfModuleModelCustomizationUUID": "414f8755-8dad-43f2-b6d8-2a7b6751c89a", "isBase": true, "artifacts": [ "135d3fc3-8436-4a06-ac8b-5fa12a2a3921", "c683a5af-210c-4f88-b64c-d9c981e3ac6d" ], "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-06-27T06:38:32.130Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardOoklbe..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:761a4263-13c1-4d66-b25e-346d2358c67e VfModuleModelInvariantUUID:9fb4320e-acf9-4718-8a8c-48e0207c3d3e VfModuleModelDescription:NULL Artifacts UUID List:{ 135d3fc3-8436-4a06-ac8b-5fa12a2a3921 , c683a5af-210c-4f88-b64c-d9c981e3ac6d } 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-06-27T06:38:32.138Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 135d3fc3-8436-4a06-ac8b-5fa12a2a3921 from URL: /sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.yaml 2022-06-27T06:38:32.138Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-27T06:38:32.139Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.yaml 2022-06-27T06:38:32.196Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-27T06:38:32.196Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.yaml 135d3fc3-8436-4a06-ac8b-5fa12a2a3921 5033 2022-06-27T06:38:32.196Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-06-27T06:38:32.197Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.yaml 2022-06-27T06:38:32.197Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T06:38:32.197Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:38:32.200Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:38:32.200Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311912196, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-27T06:38:32.300Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:38:32.301Z||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-06-27T06:38:32.302Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:38:32.315Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:38:32.317Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:38:33.201Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c683a5af-210c-4f88-b64c-d9c981e3ac6d from URL: /sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.env 2022-06-27T06:38:33.202Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-27T06:38:33.202Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.env 2022-06-27T06:38:33.311Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-27T06:38:33.312Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.env c683a5af-210c-4f88-b64c-d9c981e3ac6d 909 2022-06-27T06:38:33.312Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-06-27T06:38:33.312Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.env 2022-06-27T06:38:33.312Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T06:38:33.313Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:38:33.336Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:38:33.337Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311913312, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-27T06:38:33.418Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms 2022-06-27T06:38:33.419Z||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-06-27T06:38:33.419Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:38:33.440Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:38:33.440Z||pool-29-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-06-27T06:38:34.340Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: eb2eb0f3-8c56-42c0-85c2-2529a5e8f4db 2022-06-27T06:38:34.341Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_OOKlbe 0 ebb7ce35-9d4c-4db0-a5d2-d073aed3f7d2 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-06-27T06:38:34.369Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5a77d5f0, org.onap.sdc.toscaparser.api.parameters.Input@62b1ccc8, org.onap.sdc.toscaparser.api.parameters.Input@5fadb9bf, org.onap.sdc.toscaparser.api.parameters.Input@4ef6a245, org.onap.sdc.toscaparser.api.parameters.Input@2aca263e] 2022-06-27T06:38:34.372Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:38:34.372Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_OOKlbe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:38:34.372Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-06-27T06:38:34.372Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 8dc9ec47-d81e-49a8-a803-09a6b6c07d11 2022-06-27T06:38:34.373Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8dc9ec47-d81e-49a8-a803-09a6b6c07d11 matches Tosca VF Customization UUID: 8dc9ec47-d81e-49a8-a803-09a6b6c07d11 2022-06-27T06:38:34.373Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 8dc9ec47-d81e-49a8-a803-09a6b6c07d11 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-06-27T06:38:34.376Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:38:34.377Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_OOKlbe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:38:34.378Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 8dc9ec47-d81e-49a8-a803-09a6b6c07d11: {\"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-06-27T06:38:34.378Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@fbc3148 2022-06-27T06:38:34.379Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:38:34.379Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_OOKlbe is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-27T06:38:34.379Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 414f8755-8dad-43f2-b6d8-2a7b6751c89a 2022-06-27T06:38:34.379Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 414f8755-8dad-43f2-b6d8-2a7b6751c89a 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-06-27T06:38:34.385Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:38:34.385Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_OOKlbe 0 is matching search criteria 2022-06-27T06:38:34.386Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_OOKlbe 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T06:38:34.386Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:38:34.388Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_OOKlbe 0 is matching search criteria 2022-06-27T06:38:34.388Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_OOKlbe 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T06:38:34.389Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:38:34.389Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_OOKlbe 0 is not matching search criteria 2022-06-27T06:38:34.389Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-06-27T06:38:34.390Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-27T06:38:34.390Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=af096a18-a45a-4adb-a312-8d99cd4ae433 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-06-27T06:38:34.394Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:38:34.394Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_OOKlbe 0 is matching search criteria 2022-06-27T06:38:34.394Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_OOKlbe 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T06:38:34.395Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:38:34.395Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_OOKlbe 0 is matching search criteria 2022-06-27T06:38:34.395Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_OOKlbe 0] matching following query criteria: sdcType=VF, customizationUUID=8dc9ec47-d81e-49a8-a803-09a6b6c07d11 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-06-27T06:38:34.403Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:38:34.404Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_OOKlbe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:38:34.404Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid eb2eb0f3-8c56-42c0-85c2-2529a5e8f4db: basic_onboard_OOKlbe 2022-06-27T06:38:34.404Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:38:34.405Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_OOKlbe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:38:34.405Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:38:34.405Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_OOKlbe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:38:34.405Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:38:34.406Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_OOKlbe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:38:34.406Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:38:34.406Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_OOKlbe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:38:34.407Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:38:34.407Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_OOKlbe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:38:34.407Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_OOKlbe 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-06-27T06:38:34.606Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_OOKlbe ebb7ce35-9d4c-4db0-a5d2-d073aed3f7d2 1 ASDC deployResourceStructure 2022-06-27T06:38:34.607Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/basic_onboard_ooklbe0_modules.json ASDC sendASDCNotification 2022-06-27T06:38:34.607Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/basic_onboard_ooklbe0_modules.json 2022-06-27T06:38:34.608Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-27T06:38:34.608Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:38:34.623Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:38:34.624Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311914607, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/basic_onboard_ooklbe0_modules.json", "status": "DEPLOY_OK" } 2022-06-27T06:38:34.714Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms 2022-06-27T06:38:34.715Z||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-06-27T06:38:34.716Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:38:34.732Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:38:34.734Z||pool-30-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:38:35.625Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-06-27T06:38:35.626Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.yaml 2022-06-27T06:38:35.626Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-27T06:38:35.626Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:38:35.629Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:38:35.629Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311915625, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-06-27T06:38:35.730Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:38:35.731Z||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-06-27T06:38:35.731Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:38:35.745Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:38:35.746Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-06-27T06:38:36.630Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-06-27T06:38:36.631Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.env 2022-06-27T06:38:36.631Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-27T06:38:36.634Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:38:36.638Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:38:36.638Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311916630, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-06-27T06:38:36.738Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-27T06:38:36.739Z||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-06-27T06:38:36.739Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:38:36.761Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:38:36.762Z||pool-32-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:38:37.640Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar ASDC sendASDCNotification 2022-06-27T06:38:37.641Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar 2022-06-27T06:38:37.642Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-27T06:38:37.643Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:38:37.649Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:38:37.649Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311917639, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:38:37.749Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-27T06:38:37.751Z||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-06-27T06:38:37.751Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:38:37.766Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:38:37.767Z||pool-33-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:38:38.650Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68ef82e3-cb4d-47d0-a80b-f4643de586e3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T06:38:38.673Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68ef82e3-cb4d-47d0-a80b-f4643de586e3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-27T06:38:38.679Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T06:38:38.680Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-27T06:38:38.680Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-27T06:38:38.680Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-27T06:38:38.680Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:38:38.680Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:38:38.680Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:38:38.680Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:38:38.681Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:38:38.681Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:38:38.681Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-27T06:38:38.704Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-27T06:38:56.407Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:38:56.408Z||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-06-27T06:38:56.408Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:38:57.042Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:38:57.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:38:57.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311898864, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-27T06:38:57.045Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:38:57.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:38:57.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311636394, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:38:57.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:38:57.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:38:57.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311636394, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/basic_onboard_ooklbe0_modules.json", "status": "NOTIFIED" } 2022-06-27T06:38:57.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:38:57.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:38:57.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311636394, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-27T06:38:57.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:38:57.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:38:57.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311636394, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:38:57.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:38:57.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:38:57.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311636394, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-27T06:38:57.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:38:57.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:38:57.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311636394, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:38:57.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:38:57.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:38:57.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311636394, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:38:57.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:38:57.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:38:57.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311907232, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:38:57.048Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:38:57.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:38:57.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311911104, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/basic_onboard_ooklbe0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-27T06:38:57.049Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:38:57.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:38:57.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311912196, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-27T06:38:57.049Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:38:57.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:38:57.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311913312, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-27T06:38:57.049Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:38:57.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:38:57.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311914607, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/basic_onboard_ooklbe0_modules.json", "status": "DEPLOY_OK" } 2022-06-27T06:38:57.050Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:38:57.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:38:57.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311915625, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-06-27T06:38:57.050Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:38:57.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:38:57.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311916630, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-06-27T06:38:57.053Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:38:57.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:38:57.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311917639, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:38:57.054Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:39:08.704Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 68ef82e3-cb4d-47d0-a80b-f4643de586e3 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-06-27T06:39:08.712Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 68ef82e3-cb4d-47d0-a80b-f4643de586e3 and serviceModelVersionId: eb2eb0f3-8c56-42c0-85c2-2529a5e8f4db 2022-06-27T06:39:08.713Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 38326667-8f61-4886-a2e8-aae6c1bc966b 2022-06-27T06:39:08.714Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/38326667-8f61-4886-a2e8-aae6c1bc966b/model-vers/model-ver/eb2eb0f3-8c56-42c0-85c2-2529a5e8f4db?depth=0 2022-06-27T06:39:08.719Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-06-27T06:39:08.814Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38326667-8f61-4886-a2e8-aae6c1bc966b/model-vers/model-ver/eb2eb0f3-8c56-42c0-85c2-2529a5e8f4db?depth=0|INFO|500||Invoke 2022-06-27T06:39:08.815Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38326667-8f61-4886-a2e8-aae6c1bc966b/model-vers/model-ver/eb2eb0f3-8c56-42c0-85c2-2529a5e8f4db?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38326667-8f61-4886-a2e8-aae6c1bc966b/model-vers/model-ver/eb2eb0f3-8c56-42c0-85c2-2529a5e8f4db?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[68ef82e3-cb4d-47d0-a80b-f4643de586e3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8df01376-ff4b-4369-9d25-70a5ab22cba8], X-ECOMP-RequestID=[68ef82e3-cb4d-47d0-a80b-f4643de586e3], X-TransactionId=[], X-ONAP-RequestID=[68ef82e3-cb4d-47d0-a80b-f4643de586e3], Content-Type=[application/merge-patch+json]} 2022-06-27T06:39:08.865Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38326667-8f61-4886-a2e8-aae6c1bc966b/model-vers/model-ver/eb2eb0f3-8c56-42c0-85c2-2529a5e8f4db?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-27T06:39:09.034Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38326667-8f61-4886-a2e8-aae6c1bc966b/model-vers/model-ver/eb2eb0f3-8c56-42c0-85c2-2529a5e8f4db?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/38326667-8f61-4886-a2e8-aae6c1bc966b/model-vers/model-ver/eb2eb0f3-8c56-42c0-85c2-2529a5e8f4db?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220627-06:39:08:874-37284], vertex-id=[180432], Content-Length=[0], Date=[Mon, 27 Jun 2022 06:39:08 GMT], Content-Type=[application/json]} 2022-06-27T06:39:09.035Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38326667-8f61-4886-a2e8-aae6c1bc966b/model-vers/model-ver/eb2eb0f3-8c56-42c0-85c2-2529a5e8f4db?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-27T06:39:09.036Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38326667-8f61-4886-a2e8-aae6c1bc966b/model-vers/model-ver/eb2eb0f3-8c56-42c0-85c2-2529a5e8f4db?depth=0|INFO|500||InvokeReturn 2022-06-27T06:39:09.037Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-27T06:39:09.037Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-27T06:39:09.045Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-27T06:39:09.045Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 68ef82e3-cb4d-47d0-a80b-f4643de586e3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-27T06:39:09.046Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-27T06:39:09.046Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:39:09.050Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:39:09.050Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311949046, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-27T06:39:09.150Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:39:09.152Z||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-06-27T06:39:09.152Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:39:09.171Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:39:09.172Z||pool-34-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-27T06:39:10.069Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:39:10.070Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|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-06-27T06:39:10.070Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:39:20.439Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:39:20.441Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:39:20.441Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|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-06-27T06:39:20.442Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:39:30.006Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:39:30.007Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:39:30.008Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|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-06-27T06:39:30.008Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:39:39.546Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:39:39.547Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:39:39.547Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|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-06-27T06:39:39.547Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:39:49.091Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:39:49.092Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:39:49.093Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|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-06-27T06:39:49.093Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:39:56.405Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:39:56.406Z||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-06-27T06:39:56.406Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:39:57.046Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:39:57.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-27T06:39:57.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311949046, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-27T06:39:57.049Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:39:58.635Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:39:58.636Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:39:58.640Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|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-06-27T06:39:58.640Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:40:08.183Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:40:56.391Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:40:56.393Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|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-06-27T06:40:56.396Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:40:56.405Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:40:56.406Z||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-06-27T06:40:56.406Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:41:05.954Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:41:05.954Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:41:56.391Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:41:56.394Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|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-06-27T06:41:56.394Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:41:56.405Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:41:56.406Z||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-06-27T06:41:56.406Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:42:05.944Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:42:05.944Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:42:56.391Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:42:56.392Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|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-06-27T06:42:56.392Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:42:56.405Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:42:56.406Z||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-06-27T06:42:56.407Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:43:05.949Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:43:05.951Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:43:56.391Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:43:56.392Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|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-06-27T06:43:56.393Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:43:56.405Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:43:56.406Z||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-06-27T06:43:56.406Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:44:05.951Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:44:05.951Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:44:56.391Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:44:56.392Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|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-06-27T06:44:56.393Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:44:56.405Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:44:56.407Z||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-06-27T06:44:56.407Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:45:05.945Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:45:05.954Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:45:56.391Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:45:56.392Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|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-06-27T06:45:56.393Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:45:56.405Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:45:56.406Z||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-06-27T06:45:56.406Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:46:05.947Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:46:05.953Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:46:56.391Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:46:56.393Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|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-06-27T06:46:56.393Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:46:56.405Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:46:56.406Z||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-06-27T06:46:56.406Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:47:05.950Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:47:05.950Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:47:56.393Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:47:56.394Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|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-06-27T06:47:56.394Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:47:56.405Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:47:56.406Z||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-06-27T06:47:56.407Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:48:05.951Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:48:05.953Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:48:56.392Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:48:56.394Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|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-06-27T06:48:56.394Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:48:56.405Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:48:56.406Z||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-06-27T06:48:56.407Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:49:05.957Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:49:05.958Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:49:56.391Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:49:56.394Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|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-06-27T06:49:56.395Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:49:56.405Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:49:56.406Z||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-06-27T06:49:56.406Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:50:05.953Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:50:05.953Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:50:56.393Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:50:56.405Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:50:56.406Z||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-06-27T06:50:56.406Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:50:56.394Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|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-06-27T06:50:56.417Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:51:06.027Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:51:06.057Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:51:56.391Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:51:56.392Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|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-06-27T06:51:56.392Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:51:56.407Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:51:56.408Z||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-06-27T06:51:56.408Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:51:56.883Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:51:56.892Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:56.892Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6", "consumerID": "policy-id", "timestamp": 1656312678106, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:51:56.894Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:56.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:56.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6", "consumerID": "ves-openapi-manager", "timestamp": 1656312682012, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:51:56.895Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:56.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:56.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6", "consumerID": "policy-id", "timestamp": 1656312678106, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:51:56.895Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:56.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:56.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6", "consumerID": "clamp", "timestamp": 1656312683076, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:51:56.896Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:56.896Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:56.896Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6", "consumerID": "ves-openapi-manager", "timestamp": 1656312682012, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-27T06:51:56.896Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:56.896Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:56.896Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6", "consumerID": "clamp", "timestamp": 1656312683076, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:51:56.896Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:56.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:56.897Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6", "consumerID": "policy-id", "timestamp": 1656312684933, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:51:56.898Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:51:56.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:56.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6", "consumerID": "policy-id", "timestamp": 1656312685939, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:51:56.898Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:51:56.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:56.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6", "consumerID": "policy-id", "timestamp": 1656312686942, "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-06-27T06:51:56.925Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 16c12a35-e253-4673-a591-655f2fcd85e6 2022-06-27T06:51:56.925Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16c12a35-e253-4673-a591-655f2fcd85e6 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-06-27T06:51:56.936Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:56.936Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6", "consumerID": "cds", "timestamp": 1656312686687, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:51:56.937Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:56.937Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:56.937Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6", "consumerID": "cds", "timestamp": 1656312686687, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:51:56.938Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:56.938Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:56.938Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6", "consumerID": "multicloud-k8s-id", "timestamp": 1656312687686, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:51:56.938Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:56.938Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:56.938Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6", "consumerID": "multicloud-k8s-id", "timestamp": 1656312687686, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:51:56.940Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:56.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:56.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6", "consumerID": "cds", "timestamp": 1656312689469, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:51:56.942Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:51:56.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:56.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6", "consumerID": "aai-ml", "timestamp": 1656312688423, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:51:56.943Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:56.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:56.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6", "consumerID": "cds", "timestamp": 1656312690475, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-27T06:51:56.951Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 16c12a35-e253-4673-a591-655f2fcd85e6 2022-06-27T06:51:56.951Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16c12a35-e253-4673-a591-655f2fcd85e6 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-06-27T06:51:56.969Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:56.969Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6", "consumerID": "aai-ml", "timestamp": 1656312688423, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:51:56.970Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:56.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:56.970Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6", "consumerID": "aai-ml", "timestamp": 1656312691185, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:51:56.971Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:51:56.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:56.971Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6", "consumerID": "clamp", "timestamp": 1656312695387, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:51:56.971Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:51:56.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:56.971Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6", "consumerID": "clamp", "timestamp": 1656312697410, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:51:56.971Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:51:56.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:56.972Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656312696000, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:51:56.972Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:56.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:56.972Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6", "consumerID": "aai-ml", "timestamp": 1656312697130, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:51:56.972Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:51:56.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:56.972Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6", "consumerID": "clamp", "timestamp": 1656312698418, "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-06-27T06:51:56.980Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 16c12a35-e253-4673-a591-655f2fcd85e6 2022-06-27T06:51:56.980Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16c12a35-e253-4673-a591-655f2fcd85e6 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-06-27T06:51:56.992Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:56.992Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656312696000, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:51:56.993Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:56.993Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:56.993Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6", "consumerID": "aai-ml", "timestamp": 1656312698134, "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-06-27T06:51:56.999Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 16c12a35-e253-4673-a591-655f2fcd85e6 2022-06-27T06:51:56.999Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16c12a35-e253-4673-a591-655f2fcd85e6 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-06-27T06:51:57.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "policy-id", "timestamp": 1656312698106, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:51:57.011Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:57.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656312698777, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:51:57.012Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:51:57.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "policy-id", "timestamp": 1656312698106, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-27T06:51:57.012Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:57.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "policy-id", "timestamp": 1656312698106, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-27T06:51:57.013Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:57.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656312700402, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:51:57.013Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:51:57.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "policy-id", "timestamp": 1656312698106, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:51:57.013Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:57.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "cds", "timestamp": 1656312701687, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:51:57.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:57.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656312701408, "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-06-27T06:51:57.022Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 16c12a35-e253-4673-a591-655f2fcd85e6 2022-06-27T06:51:57.022Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16c12a35-e253-4673-a591-655f2fcd85e6 and ComponentName SDNC 2022-06-27T06:51:57.024Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-27T06:51:57.026Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.031Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"16c12a35-e253-4673-a591-655f2fcd85e6","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d6b71b6e-bc37-4349-9913-8421fcb678d2","serviceDescription":"service","serviceInvariantUUID":"d6235134-640f-46d5-a261-b0e15c680ba7","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"eed5aa45-2982-45de-8613-5c991408b972","resourceInvariantUUID":"551be913-2d0c-41fe-bfdf-5385abe7427b","resourceCustomizationUUID":"d6ca86e3-2b26-4413-9550-c6a31829aeb8","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":"NjdlZGE2Yzk5MWMzMTUzOWYzMzI5NDdmNjdhOTQ1Y2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"42c90f71-cb80-4bdd-b535-b556bb06214e","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YmEwYmUxNmY3NzBhMTA4ODc1Mjk0M2M0ZDM5OTdhMWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8d3d294d-f433-4d6e-a163-34b22c4dc73e","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-27T06:51:57.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "policy-id", "timestamp": 1656312698106, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:51:57.037Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:57.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "cds", "timestamp": 1656312701687, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-27T06:51:57.037Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:57.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656312696000, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:51:57.037Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:57.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "ves-openapi-manager", "timestamp": 1656312702013, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:51:57.038Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:57.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "policy-id", "timestamp": 1656312698106, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:51:57.038Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:51:57.038Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:57.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "cds", "timestamp": 1656312701687, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-27T06:51:57.038Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:57.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.039Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:51:57.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656312696000, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-27T06:51:57.039Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:57.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "ves-openapi-manager", "timestamp": 1656312702013, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-27T06:51:57.039Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:57.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "policy-id", "timestamp": 1656312698106, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:51:57.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:57.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "cds", "timestamp": 1656312701687, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:51:57.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:57.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656312696000, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-27T06:51:57.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:57.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "ves-openapi-manager", "timestamp": 1656312702013, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-27T06:51:57.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:57.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "policy-id", "timestamp": 1656312698106, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:51:57.042Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:57.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "cds", "timestamp": 1656312701687, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:51:57.042Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:57.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656312696000, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:51:57.043Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:57.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "ves-openapi-manager", "timestamp": 1656312702013, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:51:57.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:57.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "policy-id", "timestamp": 1656312706822, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:51:57.044Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:51:57.044Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:51:57.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "cds", "timestamp": 1656312701687, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:51:57.045Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312716391, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:51:57.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:57.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656312696000, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:51:57.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:57.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "ves-openapi-manager", "timestamp": 1656312702013, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:51:57.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:57.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "policy-id", "timestamp": 1656312707826, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:51:57.048Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:51:57.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "cds", "timestamp": 1656312701687, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:51:57.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:57.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656312696000, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:51:57.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:57.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "multicloud-k8s-id", "timestamp": 1656312707686, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:51:57.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:57.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "ves-openapi-manager", "timestamp": 1656312702013, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-06-27T06:51:57.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:57.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "policy-id", "timestamp": 1656312708829, "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-06-27T06:51:57.067Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4fb1ee66-b50d-480d-9595-0707d79d5be9 2022-06-27T06:51:57.068Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fb1ee66-b50d-480d-9595-0707d79d5be9 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-06-27T06:51:57.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "cds", "timestamp": 1656312701687, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:51:57.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:57.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656312696000, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:51:57.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:57.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "multicloud-k8s-id", "timestamp": 1656312707686, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-27T06:51:57.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:57.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "ves-openapi-manager", "timestamp": 1656312702013, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:51:57.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:57.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656312696000, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:51:57.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:57.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "cds", "timestamp": 1656312710467, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:51:57.082Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:51:57.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "multicloud-k8s-id", "timestamp": 1656312707686, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-27T06:51:57.082Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:57.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "ves-openapi-manager", "timestamp": 1656312702013, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-27T06:51:57.083Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:57.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "multicloud-k8s-id", "timestamp": 1656312707686, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:51:57.084Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:57.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "cds", "timestamp": 1656312711478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-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-06-27T06:51:57.094Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4fb1ee66-b50d-480d-9595-0707d79d5be9 2022-06-27T06:51:57.095Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fb1ee66-b50d-480d-9595-0707d79d5be9 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-06-27T06:51:57.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656312710519, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:51:57.107Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:51:57.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "ves-openapi-manager", "timestamp": 1656312710861, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-06-27T06:51:57.108Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:51:57.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "multicloud-k8s-id", "timestamp": 1656312707686, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:51:57.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:57.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "ves-openapi-manager", "timestamp": 1656312712047, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-06-27T06:51:57.109Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:51:57.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656312712463, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:51:57.110Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:51:57.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "multicloud-k8s-id", "timestamp": 1656312707686, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:51:57.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:57.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "clamp", "timestamp": 1656312713076, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:51:57.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:57.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "ves-openapi-manager", "timestamp": 1656312713051, "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-06-27T06:51:57.119Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 4fb1ee66-b50d-480d-9595-0707d79d5be9 2022-06-27T06:51:57.119Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fb1ee66-b50d-480d-9595-0707d79d5be9 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-06-27T06:51:57.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.132Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656312713467, "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-06-27T06:51:57.137Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4fb1ee66-b50d-480d-9595-0707d79d5be9 2022-06-27T06:51:57.138Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fb1ee66-b50d-480d-9595-0707d79d5be9 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-06-27T06:51:57.144Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-27T06:51:57.146Z||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-06-27T06:51:57.146Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:51:57.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "multicloud-k8s-id", "timestamp": 1656312707686, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:51:57.152Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:57.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.152Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "clamp", "timestamp": 1656312713076, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-27T06:51:57.152Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:57.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "multicloud-k8s-id", "timestamp": 1656312707686, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:51:57.153Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:57.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:51:57.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "clamp", "timestamp": 1656312713076, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-27T06:51:57.153Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:51:57.163Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:51:57.164Z||pool-35-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:51:58.045Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:51:58.046Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:51:58.050Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:51:58.050Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312716391, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:51:58.149Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-27T06:51:58.150Z||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-06-27T06:51:58.150Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:51:58.175Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:51:58.176Z||pool-36-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:51:59.051Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "d6b71b6e-bc37-4349-9913-8421fcb678d2", "serviceDescription": "service", "serviceInvariantUUID": "d6235134-640f-46d5-a261-b0e15c680ba7", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "d6ca86e3-2b26-4413-9550-c6a31829aeb8", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "eed5aa45-2982-45de-8613-5c991408b972", "resourceInvariantUUID": "551be913-2d0c-41fe-bfdf-5385abe7427b", "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": "YmEwYmUxNmY3NzBhMTA4ODc1Mjk0M2M0ZDM5OTdhMWY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8d3d294d-f433-4d6e-a163-34b22c4dc73e" } ], "workloadContext": "Production" } 2022-06-27T06:51:59.051Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-27T06:51:59.051Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d6b71b6e-bc37-4349-9913-8421fcb678d2 ASDC 2022-06-27T06:51:59.052Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:16c12a35-e253-4673-a591-655f2fcd85e6 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:d6b71b6e-bc37-4349-9913-8421fcb678d2 ServiceInvariantUUID:d6235134-640f-46d5-a261-b0e15c680ba7 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:8d3d294d-f433-4d6e-a163-34b22c4dc73e ArtifactChecksum:YmEwYmUxNmY3NzBhMTA4ODc1Mjk0M2M0ZDM5OTdhMWY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:d6ca86e3-2b26-4413-9550-c6a31829aeb8 ResourceInvariantUUID:551be913-2d0c-41fe-bfdf-5385abe7427b ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:eed5aa45-2982-45de-8613-5c991408b972 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-06-27T06:51:59.052Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d6b71b6e-bc37-4349-9913-8421fcb678d2 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-06-27T06:51:59.094Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-27T06:51:59.096Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-27T06:51:59.096Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-27T06:51:59.097Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8d3d294d-f433-4d6e-a163-34b22c4dc73e from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-27T06:51:59.097Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-27T06:51:59.097Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-27T06:51:59.182Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-27T06:51:59.185Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8d3d294d-f433-4d6e-a163-34b22c4dc73e 52508 2022-06-27T06:51:59.185Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-06-27T06:51:59.186Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-27T06:51:59.186Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T06:51:59.186Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:51:59.188Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:51:59.189Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312719185, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:51:59.289Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:51:59.290Z||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-06-27T06:51:59.290Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:51:59.302Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:51:59.303Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:52:00.189Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-27T06:52:00.190Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-27T06:52:00.191Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 8d3d294d-f433-4d6e-a163-34b22c4dc73e, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-27T06:52:00.191Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-06-27T06:52:00.192Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-27T06:52:00.192Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-27T06:52:00.439Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14640077911204898370/Definitions/service-BasicNetwork-template.yml 2022-06-27T06:52:01.480Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-27T06:52:01.481Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-06-27T06:52:01.481Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-27T06:52:01.482Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-06-27T06:52:01.482Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-27T06:52:01.483Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-27T06:52:01.483Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-27T06:52:01.484Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-27T06:52:01.484Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-27T06:52:01.485Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-27T06:52:01.485Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-27T06:52:01.486Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-27T06:52:01.486Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-06-27T06:52:01.487Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:52:01.487Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:52:01.488Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-06-27T06:52:01.489Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-06-27T06:52:01.489Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-27T06:52:01.490Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:52:01.490Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:52:01.491Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-06-27T06:52:01.491Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-06-27T06:52:01.492Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-27T06:52:01.493Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:52:01.493Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:52:01.494Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:52:01.494Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:52:01.495Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:52:01.496Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:52:01.496Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:52:01.497Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:52:01.497Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:52:01.498Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:52:01.498Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:d6b71b6e-bc37-4349-9913-8421fcb678d2 Model Version:NULL Model InvariantUuid:d6235134-640f-46d5-a261-b0e15c680ba7 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:551be913-2d0c-41fe-bfdf-5385abe7427b Model UUID:c4c95e81-b018-4c18-831a-ae2e7e4c6be0 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:d6ca86e3-2b26-4413-9550-c6a31829aeb8 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-06-27T06:52:01.511Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: eed5aa45-2982-45de-8613-5c991408b972 2022-06-27T06:52:01.512Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||No resources found for Service: d6b71b6e-bc37-4349-9913-8421fcb678d2 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-06-27T06:52:01.520Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500|| 2022-06-27T06:52:01.521Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-06-27T06:52:01.522Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||No resources found for Service: d6b71b6e-bc37-4349-9913-8421fcb678d2 2022-06-27T06:52:01.523Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: d6b71b6e-bc37-4349-9913-8421fcb678d2 2022-06-27T06:52:01.523Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-06-27T06:52:01.524Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-27T06:52:01.545Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@a1e2cc1, org.onap.sdc.toscaparser.api.parameters.Input@54902d3a, org.onap.sdc.toscaparser.api.parameters.Input@307c6502, org.onap.sdc.toscaparser.api.parameters.Input@5da8bf4c, org.onap.sdc.toscaparser.api.parameters.Input@26abf81c] 2022-06-27T06:52:01.548Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:52:01.549Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:52:01.550Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:52:01.550Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:52:01.550Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid d6b71b6e-bc37-4349-9913-8421fcb678d2: Generic NeutronNet 2022-06-27T06:52:01.551Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:52:01.551Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:52:01.551Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:52:01.551Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-06-27T06:52:01.621Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:52:01.622Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:52:01.623Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:52:01.623Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:52:01.623Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:52:01.624Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:52:01.624Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-06-27T06:52:01.734Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-06-27T06:52:01.735Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-06-27T06:52:01.735Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-27T06:52:01.736Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-27T06:52:01.736Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:52:01.739Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:52:01.739Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312721735, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:52:01.839Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-27T06:52:01.841Z||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-06-27T06:52:01.841Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:52:01.865Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:52:01.866Z||pool-38-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:52:02.741Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16c12a35-e253-4673-a591-655f2fcd85e6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T06:52:02.761Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16c12a35-e253-4673-a591-655f2fcd85e6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-27T06:52:02.770Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T06:52:02.770Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-27T06:52:02.770Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-27T06:52:02.770Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-27T06:52:02.770Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:52:02.771Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:52:02.771Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:52:02.771Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:52:02.771Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:52:02.771Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:52:02.771Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-27T06:52:02.805Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-27T06:52:32.805Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 16c12a35-e253-4673-a591-655f2fcd85e6 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-06-27T06:52:32.814Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 16c12a35-e253-4673-a591-655f2fcd85e6 and serviceModelVersionId: d6b71b6e-bc37-4349-9913-8421fcb678d2 2022-06-27T06:52:32.815Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d6235134-640f-46d5-a261-b0e15c680ba7 2022-06-27T06:52:32.824Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d6235134-640f-46d5-a261-b0e15c680ba7/model-vers/model-ver/d6b71b6e-bc37-4349-9913-8421fcb678d2?depth=0 2022-06-27T06:52:32.839Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-06-27T06:52:32.946Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6235134-640f-46d5-a261-b0e15c680ba7/model-vers/model-ver/d6b71b6e-bc37-4349-9913-8421fcb678d2?depth=0|INFO|500||Invoke 2022-06-27T06:52:32.946Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6235134-640f-46d5-a261-b0e15c680ba7/model-vers/model-ver/d6b71b6e-bc37-4349-9913-8421fcb678d2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6235134-640f-46d5-a261-b0e15c680ba7/model-vers/model-ver/d6b71b6e-bc37-4349-9913-8421fcb678d2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[16c12a35-e253-4673-a591-655f2fcd85e6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[78608d37-562f-4f78-97af-5c68b6c12741], X-ECOMP-RequestID=[16c12a35-e253-4673-a591-655f2fcd85e6], X-TransactionId=[], X-ONAP-RequestID=[16c12a35-e253-4673-a591-655f2fcd85e6], Content-Type=[application/merge-patch+json]} 2022-06-27T06:52:32.984Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6235134-640f-46d5-a261-b0e15c680ba7/model-vers/model-ver/d6b71b6e-bc37-4349-9913-8421fcb678d2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-27T06:52:33.313Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6235134-640f-46d5-a261-b0e15c680ba7/model-vers/model-ver/d6b71b6e-bc37-4349-9913-8421fcb678d2?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/d6235134-640f-46d5-a261-b0e15c680ba7/model-vers/model-ver/d6b71b6e-bc37-4349-9913-8421fcb678d2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220627-06:52:33:010-16585], vertex-id=[180472], Content-Length=[0], Date=[Mon, 27 Jun 2022 06:52:33 GMT], Content-Type=[application/json]} 2022-06-27T06:52:33.313Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6235134-640f-46d5-a261-b0e15c680ba7/model-vers/model-ver/d6b71b6e-bc37-4349-9913-8421fcb678d2?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-27T06:52:33.314Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6235134-640f-46d5-a261-b0e15c680ba7/model-vers/model-ver/d6b71b6e-bc37-4349-9913-8421fcb678d2?depth=0|INFO|500||InvokeReturn 2022-06-27T06:52:33.315Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-27T06:52:33.315Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-27T06:52:33.322Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-27T06:52:33.322Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 16c12a35-e253-4673-a591-655f2fcd85e6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-27T06:52:33.324Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-27T06:52:33.324Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:52:33.332Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:52:33.332Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312753323, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-27T06:52:33.435Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-27T06:52:33.436Z||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-06-27T06:52:33.436Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:52:33.456Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:52:33.457Z||pool-39-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-27T06:52:34.349Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-27T06:52:34.350Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"4fb1ee66-b50d-480d-9595-0707d79d5be9","serviceName":"Demo_pNF_tW5c1hlqfKNJUvpdYLJj","serviceVersion":"1.0","serviceUUID":"132fa797-4b96-4567-abb6-662fc3cddb0a","serviceDescription":"catalog service description","serviceInvariantUUID":"a7c310df-1000-4345-8192-3153ff332145","resources":[{"resourceInstanceName":"pNF 10b73f97-e97a 0","resourceName":"pNF 10b73f97-e97a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ad062972-1cf6-483d-8000-12ce958805f0","resourceInvariantUUID":"38d57f1f-bdf1-47b3-ac97-05fecd35b404","resourceCustomizationUUID":"f024a4ce-093a-4e71-a3b1-57524a63a4fd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/vf-license-model.xml","artifactChecksum":"MGU4MDA1NGUxNDYyNDY2NjRjNDQ1NzlhMTBjYmQwZTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ad4f32b1-6f31-44be-8ab9-f1bcddb80b0e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/pNF.csar","artifactChecksum":"ZDFmNjliMjkzOTJiMmZjOWI1ZjcwZjEwODQ2ZjkwZjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a351d63d-b02a-46b2-9016-2fd6045a8c07","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b068a324-5cd7-476b-a6b2-307dbda929c0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/vendor-license-model.xml","artifactChecksum":"MzVkM2Q3M2U4MzUwODNmNmFmZDhkZDRkYzA1MTVkMzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fd7e17b4-7b9a-4a39-b265-47fa2166b4e4","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"054a7877-c924-4946-839e-01baa20aefe5","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dc769ac0-49c3-46cd-a847-ab14733e8b30","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTw5c1hlqfknjuvpdyljj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-template.yml","artifactChecksum":"NWZkNmY5MGE0MzFkZWZhNWRlZTc4MzNjY2M0YjU1N2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"875706f6-cf82-48c2-b4da-5e7516a535b7","artifactVersion":"1"},{"artifactName":"service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar","artifactChecksum":"MzliYzdmMjdjMWQ2YjNjNGMzYWM5M2RhNzg3OWRlYjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c8eaaf21-bd40-4082-9b21-1f75eec0a069","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-27T06:52:34.351Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:52:34.351Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:52:34.354Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:52:34.354Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312716391, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:52:34.454Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:52:34.455Z||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-06-27T06:52:34.457Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:52:34.470Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:52:34.470Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:52:35.355Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:52:35.356Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:52:35.359Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:52:35.359Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312716391, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-27T06:52:35.459Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:52:35.461Z||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-06-27T06:52:35.461Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:52:35.478Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:52:35.479Z||pool-41-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:52:36.360Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:52:36.361Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:52:36.364Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:52:36.364Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312716391, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-27T06:52:36.464Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:52:36.466Z||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-06-27T06:52:36.466Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:52:36.480Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:52:36.480Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:52:37.365Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:52:37.366Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:52:37.368Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:52:37.369Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312716391, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:52:37.469Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:52:37.470Z||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-06-27T06:52:37.470Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:52:37.484Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:52:37.484Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:52:38.369Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:52:38.371Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:52:38.374Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:52:38.374Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312716391, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:52:38.474Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:52:38.476Z||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-06-27T06:52:38.477Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:52:38.491Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:52:38.492Z||pool-44-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-06-27T06:52:39.375Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:52:39.375Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:52:39.378Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:52:39.379Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312716391, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:52:39.487Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms 2022-06-27T06:52:39.488Z||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-06-27T06:52:39.488Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:52:39.500Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:52:39.501Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:52:40.383Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:52:40.384Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:52:40.387Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:52:40.387Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312716391, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:52:40.489Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:52:40.490Z||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-06-27T06:52:40.490Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:52:40.518Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:52:40.519Z||pool-46-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:52:41.391Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:52:41.392Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:52:41.400Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:52:41.401Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312716391, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:52:41.499Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-27T06:52:41.500Z||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-06-27T06:52:41.501Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:52:41.515Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:52:41.516Z||pool-47-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:52:42.402Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "serviceName": "Demo_pNF_tW5c1hlqfKNJUvpdYLJj", "serviceVersion": "1.0", "serviceUUID": "132fa797-4b96-4567-abb6-662fc3cddb0a", "serviceDescription": "catalog service description", "serviceInvariantUUID": "a7c310df-1000-4345-8192-3153ff332145", "resources": [ { "resourceInstanceName": "pNF 10b73f97-e97a 0", "resourceCustomizationUUID": "f024a4ce-093a-4e71-a3b1-57524a63a4fd", "resourceName": "pNF 10b73f97-e97a", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "ad062972-1cf6-483d-8000-12ce958805f0", "resourceInvariantUUID": "38d57f1f-bdf1-47b3-ac97-05fecd35b404", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar", "artifactChecksum": "MzliYzdmMjdjMWQ2YjNjNGMzYWM5M2RhNzg3OWRlYjk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c8eaaf21-bd40-4082-9b21-1f75eec0a069" } ], "workloadContext": "Production" } 2022-06-27T06:52:42.402Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-27T06:52:42.403Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 132fa797-4b96-4567-abb6-662fc3cddb0a ASDC 2022-06-27T06:52:42.404Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:4fb1ee66-b50d-480d-9595-0707d79d5be9 ServiceName:Demo_pNF_tW5c1hlqfKNJUvpdYLJj ServiceVersion:1.0 ServiceUUID:132fa797-4b96-4567-abb6-662fc3cddb0a ServiceInvariantUUID:a7c310df-1000-4345-8192-3153ff332145 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar ArtifactUUID:c8eaaf21-bd40-4082-9b21-1f75eec0a069 ArtifactChecksum:MzliYzdmMjdjMWQ2YjNjNGMzYWM5M2RhNzg3OWRlYjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 10b73f97-e97a 0 ResourceCustomizationUUID:f024a4ce-093a-4e71-a3b1-57524a63a4fd ResourceInvariantUUID:38d57f1f-bdf1-47b3-ac97-05fecd35b404 ResourceName:pNF 10b73f97-e97a ResourceType:PNF ResourceUUID:ad062972-1cf6-483d-8000-12ce958805f0 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-27T06:52:42.404Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 132fa797-4b96-4567-abb6-662fc3cddb0a 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-06-27T06:52:42.474Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-27T06:52:42.475Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-27T06:52:42.476Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-27T06:52:42.476Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c8eaaf21-bd40-4082-9b21-1f75eec0a069 from URL: /sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar 2022-06-27T06:52:42.476Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-27T06:52:42.476Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar 2022-06-27T06:52:42.620Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-27T06:52:42.625Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar c8eaaf21-bd40-4082-9b21-1f75eec0a069 82651 2022-06-27T06:52:42.626Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar ASDC sendASDCNotification 2022-06-27T06:52:42.626Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar 2022-06-27T06:52:42.626Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T06:52:42.626Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:52:42.629Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:52:42.629Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312762626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:52:42.732Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-06-27T06:52:42.733Z||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-06-27T06:52:42.733Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:52:42.746Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:52:42.747Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:52:43.633Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-27T06:52:43.635Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-27T06:52:43.636Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: c8eaaf21-bd40-4082-9b21-1f75eec0a069, URL: /sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar to file: /app/ASDC/1/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar 2022-06-27T06:52:43.636Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar 2022-06-27T06:52:43.637Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar 2022-06-27T06:52:43.637Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar 2022-06-27T06:52:43.852Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17544726059024119547/Definitions/service-DemoPnfTw5c1hlqfknjuvpdyljj-template.yml 2022-06-27T06:52:45.432Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-27T06:52:45.433Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-06-27T06:52:45.433Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar 2022-06-27T06:52:45.433Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-27T06:52:45.433Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar 2022-06-27T06:52:45.434Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar 2022-06-27T06:52:45.434Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar 2022-06-27T06:52:45.434Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar 2022-06-27T06:52:45.434Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar 2022-06-27T06:52:45.434Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar 2022-06-27T06:52:45.434Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 10b73f97-e97a 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-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar 2022-06-27T06:52:45.434Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-06-27T06:52:45.434Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:52:45.435Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_tW5c1hlqfKNJUvpdYLJj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:52:45.435Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Node template pNF 10b73f97-e97a 0 is matching search criteria 2022-06-27T06:52:45.435Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-06-27T06:52:45.436Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 10b73f97-e97a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-27T06:52:45.436Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:52:45.436Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_tW5c1hlqfKNJUvpdYLJj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:52:45.436Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Node template pNF 10b73f97-e97a 0 is matching search criteria 2022-06-27T06:52:45.436Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-06-27T06:52:45.436Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 10b73f97-e97a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-27T06:52:45.436Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:52:45.437Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_tW5c1hlqfKNJUvpdYLJj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:52:45.437Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:52:45.437Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_tW5c1hlqfKNJUvpdYLJj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:52:45.437Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:52:45.437Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_tW5c1hlqfKNJUvpdYLJj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:52:45.437Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:52:45.437Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_tW5c1hlqfKNJUvpdYLJj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:52:45.437Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:52:45.438Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_tW5c1hlqfKNJUvpdYLJj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:52:45.438Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_tW5c1hlqfKNJUvpdYLJj Description:catalog service description Model UUID:132fa797-4b96-4567-abb6-662fc3cddb0a Model Version:NULL Model InvariantUuid:a7c310df-1000-4345-8192-3153ff332145 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-06-27T06:52:45.451Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: ad062972-1cf6-483d-8000-12ce958805f0 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-06-27T06:52:45.455Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||pNF 10b73f97-e97a 0 2022-06-27T06:52:45.456Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ad062972-1cf6-483d-8000-12ce958805f0 2022-06-27T06:52:45.456Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 132fa797-4b96-4567-abb6-662fc3cddb0a 2022-06-27T06:52:45.456Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 132fa797-4b96-4567-abb6-662fc3cddb0a 2022-06-27T06:52:45.456Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 10b73f97-e97a 0 ad062972-1cf6-483d-8000-12ce958805f0 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-06-27T06:52:45.464Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@428e8a18, org.onap.sdc.toscaparser.api.parameters.Input@29e027b4, org.onap.sdc.toscaparser.api.parameters.Input@68378da5, org.onap.sdc.toscaparser.api.parameters.Input@9e2c449, org.onap.sdc.toscaparser.api.parameters.Input@3f8a5127] 2022-06-27T06:52:45.464Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:52:45.465Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_tW5c1hlqfKNJUvpdYLJj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:52:45.465Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 132fa797-4b96-4567-abb6-662fc3cddb0a: pNF 10b73f97-e97a 2022-06-27T06:52:45.465Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||Processing PNF resource: ad062972-1cf6-483d-8000-12ce958805f0 2022-06-27T06:52:45.465Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:52:45.466Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_tW5c1hlqfKNJUvpdYLJj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:52:45.466Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||Resource customization UUID: f024a4ce-093a-4e71-a3b1-57524a63a4fd is the same as notified resource customizationUUID: f024a4ce-093a-4e71-a3b1-57524a63a4fd 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-06-27T06:52:45.556Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 10b73f97-e97a ad062972-1cf6-483d-8000-12ce958805f0 0 ASDC deployResourceStructure 2022-06-27T06:52:45.557Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar ASDC sendASDCNotification 2022-06-27T06:52:45.557Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar 2022-06-27T06:52:45.557Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-27T06:52:45.557Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:52:45.560Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:52:45.560Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312765556, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:52:45.661Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-27T06:52:45.663Z||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-06-27T06:52:45.663Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:52:45.673Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:52:45.674Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:52:46.561Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fb1ee66-b50d-480d-9595-0707d79d5be9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T06:52:46.579Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fb1ee66-b50d-480d-9595-0707d79d5be9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-27T06:52:46.588Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T06:52:46.589Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-27T06:52:46.589Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-27T06:52:56.406Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:52:56.406Z||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-06-27T06:52:56.407Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:52:56.433Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:52:56.433Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T06:52:56.434Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "clamp", "timestamp": 1656312713076, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:52:56.435Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T06:53:16.590Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fb1ee66-b50d-480d-9595-0707d79d5be9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T06:53:16.608Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fb1ee66-b50d-480d-9595-0707d79d5be9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-27T06:53:16.618Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T06:53:16.619Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-27T06:53:16.620Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-27T06:53:46.620Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fb1ee66-b50d-480d-9595-0707d79d5be9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T06:53:46.637Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fb1ee66-b50d-480d-9595-0707d79d5be9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-27T06:53:46.643Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T06:53:46.643Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-27T06:53:46.643Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-27T06:53:56.405Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:53:56.406Z||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-06-27T06:53:56.406Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:53:56.440Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:53:56.441Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:53:56.441Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312716391, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:53:56.442Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:16.644Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fb1ee66-b50d-480d-9595-0707d79d5be9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T06:54:16.660Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fb1ee66-b50d-480d-9595-0707d79d5be9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-27T06:54:16.681Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T06:54:16.681Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-27T06:54:16.682Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-27T06:54:46.682Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fb1ee66-b50d-480d-9595-0707d79d5be9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T06:54:46.708Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fb1ee66-b50d-480d-9595-0707d79d5be9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-27T06:54:46.716Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T06:54:46.720Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-27T06:54:46.720Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-27T06:54:56.406Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:54:56.407Z||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-06-27T06:54:56.407Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:54:56.439Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:54:56.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "clamp", "timestamp": 1656312713076, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.457Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312716391, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:54:56.457Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "clamp", "timestamp": 1656312713076, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.457Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.458Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.458Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312719185, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:54:56.458Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:54:56.458Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.458Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "aai-ml", "timestamp": 1656312718423, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.460Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.460Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "clamp", "timestamp": 1656312713076, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.461Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.461Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "cds", "timestamp": 1656312716687, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.463Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.467Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.468Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "policy-id", "timestamp": 1656312718106, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.468Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.468Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.468Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "aai-ml", "timestamp": 1656312718423, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.469Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.469Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.475Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "clamp", "timestamp": 1656312713076, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:54:56.476Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.478Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "cds", "timestamp": 1656312716687, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.478Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.478Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.478Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "policy-id", "timestamp": 1656312718106, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.478Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.479Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "aai-ml", "timestamp": 1656312718423, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.480Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.480Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.480Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312721735, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:54:56.480Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:54:56.480Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.480Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "cds", "timestamp": 1656312716687, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.480Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.480Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.480Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "policy-id", "timestamp": 1656312718106, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-27T06:54:56.481Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.481Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.481Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "aai-ml", "timestamp": 1656312718423, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.481Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.481Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.481Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "cds", "timestamp": 1656312716687, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.482Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "policy-id", "timestamp": 1656312718106, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.482Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "ves-openapi-manager", "timestamp": 1656312722012, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.482Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "aai-ml", "timestamp": 1656312718423, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.483Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.484Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.484Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "cds", "timestamp": 1656312716687, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.484Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.484Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.484Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "policy-id", "timestamp": 1656312718106, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.484Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.484Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.485Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "ves-openapi-manager", "timestamp": 1656312722012, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.485Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.485Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.486Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "aai-ml", "timestamp": 1656312718423, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.487Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.487Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.487Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "cds", "timestamp": 1656312716687, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.487Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.487Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.487Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "policy-id", "timestamp": 1656312718106, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.487Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.487Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.487Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "ves-openapi-manager", "timestamp": 1656312722012, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.488Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.488Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.488Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "aai-ml", "timestamp": 1656312718423, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.488Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.488Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.488Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "cds", "timestamp": 1656312716687, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:54:56.489Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.489Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.489Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "policy-id", "timestamp": 1656312718106, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:54:56.489Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.489Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.489Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "ves-openapi-manager", "timestamp": 1656312722012, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.490Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.490Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.490Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "aai-ml", "timestamp": 1656312718423, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:54:56.490Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.492Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.492Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "cds", "timestamp": 1656312727573, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:54:56.492Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:54:56.492Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.492Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "policy-id", "timestamp": 1656312727430, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:54:56.493Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:54:56.493Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.493Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "clamp", "timestamp": 1656312727397, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:54:56.493Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:54:56.493Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.494Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656312726001, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.494Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.495Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.495Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "ves-openapi-manager", "timestamp": 1656312722012, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.495Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.495Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.495Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "aai-ml", "timestamp": 1656312727240, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:54:56.496Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:54:56.496Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.496Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "multicloud-k8s-id", "timestamp": 1656312727686, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.496Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.496Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.496Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "cds", "timestamp": 1656312728580, "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-06-27T06:54:56.543Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cde50052-f54c-4cf7-ac45-c6e3b4c619f0 2022-06-27T06:54:56.543Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cde50052-f54c-4cf7-ac45-c6e3b4c619f0 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-06-27T06:54:56.594Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.595Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "policy-id", "timestamp": 1656312728433, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:54:56.595Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:54:56.595Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.595Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "clamp", "timestamp": 1656312728433, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:54:56.595Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:54:56.595Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.596Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656312726001, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.596Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.596Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.596Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "ves-openapi-manager", "timestamp": 1656312722012, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.596Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.596Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.596Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "multicloud-k8s-id", "timestamp": 1656312727686, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-27T06:54:56.596Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.597Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.597Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "policy-id", "timestamp": 1656312729436, "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-06-27T06:54:56.609Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cde50052-f54c-4cf7-ac45-c6e3b4c619f0 2022-06-27T06:54:56.609Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cde50052-f54c-4cf7-ac45-c6e3b4c619f0 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-06-27T06:54:56.643Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.643Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "clamp", "timestamp": 1656312729439, "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-06-27T06:54:56.659Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4fb1ee66-b50d-480d-9595-0707d79d5be9 2022-06-27T06:54:56.659Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fb1ee66-b50d-480d-9595-0707d79d5be9 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-06-27T06:54:56.703Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.705Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656312726001, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.705Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.706Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.706Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "ves-openapi-manager", "timestamp": 1656312722012, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.706Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.706Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "multicloud-k8s-id", "timestamp": 1656312727686, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-27T06:54:56.707Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.707Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656312726001, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.707Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "multicloud-k8s-id", "timestamp": 1656312727686, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.711Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656312726001, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.712Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.712Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "multicloud-k8s-id", "timestamp": 1656312727686, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-27T06:54:56.712Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.712Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656312726001, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.713Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "multicloud-k8s-id", "timestamp": 1656312727686, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.713Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656312726001, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:54:56.714Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "multicloud-k8s-id", "timestamp": 1656312727686, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:54:56.714Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.716Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656312733743, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:54:56.716Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:54:56.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.717Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "multicloud-k8s-id", "timestamp": 1656312735466, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-27T06:54:56.717Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:54:56.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.717Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "aai-ml", "timestamp": 1656312735201, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:54:56.717Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:54:56.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "multicloud-k8s-id", "timestamp": 1656312736518, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-27T06:54:56.718Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:54:56.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "aai-ml", "timestamp": 1656312736207, "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-06-27T06:54:56.729Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4fb1ee66-b50d-480d-9595-0707d79d5be9 2022-06-27T06:54:56.729Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fb1ee66-b50d-480d-9595-0707d79d5be9 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-06-27T06:54:56.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656312736018, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:54:56.751Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:54:56.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "multicloud-k8s-id", "timestamp": 1656312737572, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-27T06:54:56.752Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:54:56.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656312737022, "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-06-27T06:54:56.786Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cde50052-f54c-4cf7-ac45-c6e3b4c619f0 2022-06-27T06:54:56.786Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cde50052-f54c-4cf7-ac45-c6e3b4c619f0 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-06-27T06:54:56.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.819Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "multicloud-k8s-id", "timestamp": 1656312738594, "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-06-27T06:54:56.856Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cde50052-f54c-4cf7-ac45-c6e3b4c619f0 2022-06-27T06:54:56.856Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cde50052-f54c-4cf7-ac45-c6e3b4c619f0 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-06-27T06:54:56.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "multicloud-k8s-id", "timestamp": 1656312739597, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-27T06:54:56.912Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:54:56.912Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "clamp", "timestamp": 1656312743076, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.912Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.913Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.913Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "clamp", "timestamp": 1656312743076, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-27T06:54:56.913Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.913Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.913Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "clamp", "timestamp": 1656312743076, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.913Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.913Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.913Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "clamp", "timestamp": 1656312743076, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.913Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.913Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.913Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "clamp", "timestamp": 1656312743076, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.914Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.914Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.914Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "clamp", "timestamp": 1656312743076, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.914Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.914Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.914Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "aai-ml", "timestamp": 1656312748423, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.914Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.914Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.914Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "clamp", "timestamp": 1656312743076, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:54:56.914Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.914Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.914Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "aai-ml", "timestamp": 1656312748423, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.915Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.915Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.915Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "aai-ml", "timestamp": 1656312748423, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.915Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.915Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.915Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "aai-ml", "timestamp": 1656312748423, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.915Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.915Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.915Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312753323, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-27T06:54:56.915Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:54:56.916Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.916Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "aai-ml", "timestamp": 1656312748423, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.916Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.916Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.916Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312716391, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.916Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.916Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.916Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "aai-ml", "timestamp": 1656312748423, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.916Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.916Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.916Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312716391, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.916Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.917Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.917Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "aai-ml", "timestamp": 1656312748423, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:54:56.917Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.917Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.917Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312716391, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.920Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.920Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "aai-ml", "timestamp": 1656312756079, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:54:56.920Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:54:56.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.921Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312716391, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.921Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.921Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312716391, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.922Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.922Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312716391, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.922Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.922Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656312756000, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.923Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.923Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "policy-id", "timestamp": 1656312758106, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.923Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.923Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312716391, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.923Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "clamp", "timestamp": 1656312760406, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:54:56.924Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:54:56.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656312756000, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.924Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "policy-id", "timestamp": 1656312758106, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.924Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.925Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312716391, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:54:56.925Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.925Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656312756000, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.926Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.926Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "policy-id", "timestamp": 1656312758106, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.926Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.926Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "cds", "timestamp": 1656312761687, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.926Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.926Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "clamp", "timestamp": 1656312762419, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:54:56.927Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:54:56.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.927Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656312756000, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.927Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.927Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "policy-id", "timestamp": 1656312758106, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.927Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.928Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312762626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:54:56.928Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:54:56.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.928Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "cds", "timestamp": 1656312761687, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:56.928Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:56.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:56.928Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "clamp", "timestamp": 1656312763423, "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-06-27T06:54:56.959Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cde50052-f54c-4cf7-ac45-c6e3b4c619f0 2022-06-27T06:54:56.960Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cde50052-f54c-4cf7-ac45-c6e3b4c619f0 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-06-27T06:54:57.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:57.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656312756000, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:57.008Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:57.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:57.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "ves-openapi-manager", "timestamp": 1656312762012, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:57.008Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:57.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:57.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "policy-id", "timestamp": 1656312758106, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-27T06:54:57.008Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:57.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:57.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "cds", "timestamp": 1656312761687, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:57.009Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:57.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:57.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656312756000, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:57.009Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:57.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:57.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "ves-openapi-manager", "timestamp": 1656312762012, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:57.010Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:57.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:57.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "policy-id", "timestamp": 1656312758106, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:57.011Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:57.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:57.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "cds", "timestamp": 1656312761687, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:57.011Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:57.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:57.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "ves-openapi-manager", "timestamp": 1656312762012, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:57.011Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:57.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:57.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656312756000, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:57.012Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:57.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:57.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "policy-id", "timestamp": 1656312758106, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:57.012Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:57.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:57.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312765556, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:54:57.012Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:54:57.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:57.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "cds", "timestamp": 1656312761687, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:57.012Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:57.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:57.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "ves-openapi-manager", "timestamp": 1656312762012, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:57.013Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:57.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:57.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656312756000, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:57.014Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:57.015Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:57.015Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "policy-id", "timestamp": 1656312758106, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:57.015Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:57.015Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:57.015Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "cds", "timestamp": 1656312761687, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:57.015Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:57.016Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:57.016Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "ves-openapi-manager", "timestamp": 1656312762012, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:57.016Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:57.016Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:57.016Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656312756000, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:54:57.016Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:57.016Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:57.016Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "policy-id", "timestamp": 1656312758106, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:54:57.016Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:57.016Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:57.016Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "cds", "timestamp": 1656312761687, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:57.016Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:57.016Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:57.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "multicloud-k8s-id", "timestamp": 1656312767686, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:57.017Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:57.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:57.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "ves-openapi-manager", "timestamp": 1656312762012, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:57.017Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:57.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:57.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "aai-ml", "timestamp": 1656312768207, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:54:57.017Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:54:57.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:57.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656312767972, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:54:57.017Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:54:57.018Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:57.018Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "policy-id", "timestamp": 1656312768827, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:54:57.018Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:54:57.018Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:57.018Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "cds", "timestamp": 1656312761687, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:57.018Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:57.018Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:57.018Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "multicloud-k8s-id", "timestamp": 1656312767686, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-27T06:54:57.018Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:57.018Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:57.018Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "ves-openapi-manager", "timestamp": 1656312762012, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:57.018Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:57.018Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:57.018Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "aai-ml", "timestamp": 1656312769215, "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-06-27T06:54:57.045Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cde50052-f54c-4cf7-ac45-c6e3b4c619f0 2022-06-27T06:54:57.046Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cde50052-f54c-4cf7-ac45-c6e3b4c619f0 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-06-27T06:54:57.074Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:57.074Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "policy-id", "timestamp": 1656312769831, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:54:57.075Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:54:57.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:57.075Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "cds", "timestamp": 1656312761687, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:54:57.075Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:57.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:57.075Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "multicloud-k8s-id", "timestamp": 1656312767686, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-27T06:54:57.075Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:57.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:57.075Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "ves-openapi-manager", "timestamp": 1656312762012, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:57.075Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:57.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:57.076Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "policy-id", "timestamp": 1656312770834, "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-06-27T06:54:57.099Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of af99e699-cbea-4a6e-96ae-e3f81fec998a 2022-06-27T06:54:57.100Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId af99e699-cbea-4a6e-96ae-e3f81fec998a 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-06-27T06:54:57.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:57.115Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656312770198, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:54:57.115Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:54:57.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:57.116Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "cds", "timestamp": 1656312771446, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:54:57.116Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:54:57.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:57.116Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "multicloud-k8s-id", "timestamp": 1656312767686, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-27T06:54:57.116Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:57.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:57.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "ves-openapi-manager", "timestamp": 1656312762012, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:57.117Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:57.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:57.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656312771203, "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-06-27T06:54:57.135Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of af99e699-cbea-4a6e-96ae-e3f81fec998a 2022-06-27T06:54:57.135Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId af99e699-cbea-4a6e-96ae-e3f81fec998a 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-06-27T06:54:57.151Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:57.151Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "cds", "timestamp": 1656312772473, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-27T06:54:57.167Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of af99e699-cbea-4a6e-96ae-e3f81fec998a 2022-06-27T06:54:57.167Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId af99e699-cbea-4a6e-96ae-e3f81fec998a 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-06-27T06:54:57.199Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:57.199Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "multicloud-k8s-id", "timestamp": 1656312767686, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-27T06:54:57.200Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:57.200Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:57.200Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "multicloud-k8s-id", "timestamp": 1656312767686, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:57.200Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:57.200Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:57.200Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "clamp", "timestamp": 1656312773076, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:57.200Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:57.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:57.201Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "multicloud-k8s-id", "timestamp": 1656312767686, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-27T06:54:57.201Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:57.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:57.201Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "clamp", "timestamp": 1656312773076, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:57.202Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:57.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:57.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "multicloud-k8s-id", "timestamp": 1656312767686, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:57.202Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:54:57.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:54:57.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "clamp", "timestamp": 1656312773076, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-27T06:54:57.202Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:55:16.721Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fb1ee66-b50d-480d-9595-0707d79d5be9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T06:55:16.739Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fb1ee66-b50d-480d-9595-0707d79d5be9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-27T06:55:16.745Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T06:55:16.746Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-27T06:55:16.746Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-27T06:55:16.746Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-27T06:55:16.746Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:55:16.746Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:55:16.746Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:55:16.747Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:55:16.747Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:55:16.747Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:55:16.747Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:55:16.747Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-27T06:55:16.754Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-27T06:55:46.754Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4fb1ee66-b50d-480d-9595-0707d79d5be9 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-06-27T06:55:46.771Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4fb1ee66-b50d-480d-9595-0707d79d5be9 and serviceModelVersionId: 132fa797-4b96-4567-abb6-662fc3cddb0a 2022-06-27T06:55:46.771Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a7c310df-1000-4345-8192-3153ff332145 2022-06-27T06:55:46.772Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a7c310df-1000-4345-8192-3153ff332145/model-vers/model-ver/132fa797-4b96-4567-abb6-662fc3cddb0a?depth=0 2022-06-27T06:55:46.777Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-06-27T06:55:46.865Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c310df-1000-4345-8192-3153ff332145/model-vers/model-ver/132fa797-4b96-4567-abb6-662fc3cddb0a?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-06-27T06:55:46.867Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c310df-1000-4345-8192-3153ff332145/model-vers/model-ver/132fa797-4b96-4567-abb6-662fc3cddb0a?depth=0|INFO|500||Invoke 2022-06-27T06:55:46.909Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c310df-1000-4345-8192-3153ff332145/model-vers/model-ver/132fa797-4b96-4567-abb6-662fc3cddb0a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-27T06:55:47.075Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c310df-1000-4345-8192-3153ff332145/model-vers/model-ver/132fa797-4b96-4567-abb6-662fc3cddb0a?depth=0|INFO|500||InvokeReturn 2022-06-27T06:55:47.076Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c310df-1000-4345-8192-3153ff332145/model-vers/model-ver/132fa797-4b96-4567-abb6-662fc3cddb0a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220627-06:55:46:925-47777], vertex-id=[184568], Content-Length=[0], Date=[Mon, 27 Jun 2022 06:55:46 GMT], Content-Type=[application/json]} 2022-06-27T06:55:47.076Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2022-06-27T06:55:47.077Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-27T06:55:47.077Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-27T06:55:47.086Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-27T06:55:47.087Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4fb1ee66-b50d-480d-9595-0707d79d5be9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-27T06:55:47.088Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-27T06:55:47.088Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:55:47.091Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:55:47.091Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312947087, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-27T06:55:47.191Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:55:47.192Z||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-06-27T06:55:47.192Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:55:47.210Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:55:47.211Z||pool-50-thread-1|||||INFO|500||cambria reply ok (20 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-06-27T06:55:48.129Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:55:48.130Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|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-06-27T06:55:48.130Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:55:52.666Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:55:52.669Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-27T06:55:52.669Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"cde50052-f54c-4cf7-ac45-c6e3b4c619f0","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"3a79826d-a33f-47af-ae7b-d6499c8b5f1b","serviceDescription":"service","serviceInvariantUUID":"1b13c585-6a89-49da-9da4-afd3079db5ba","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"70e929b2-5a56-4cec-91ed-ec16d71f301b","resourceInvariantUUID":"b2f36382-db27-4229-8b47-14ff1ea4f00c","resourceCustomizationUUID":"c28dfa1a-56d8-445e-b7ee-0e07b6d18886","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":"ODhkZDU5MzI1YjU1ZTQ4YTUzNGZlNWE2NmUyNTgxN2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ebef1055-3529-4670-befc-bdabbc1e8bdd","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":"MDE5YzkwNGVjM2Y5MDhjOGRjN2FiYWQ2ODg2MDViNjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"412c0747-2d1d-46f8-b5db-81e4340cb684","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":"e459068e-88cb-4fc4-a8fd-912050392bc5","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":"e581fc6d-9146-4cdd-99f0-6897b051d3f8","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":"26b9a86b-e49c-454c-91d5-b8e7e2a9e7f7","artifactVersion":"2","generatedFromUUID":"e459068e-88cb-4fc4-a8fd-912050392bc5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NjcyOGM2OGU3OWUyNzA5MDYzOTg1NTBhY2E4OGM3Zjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"08b5d6c5-8dee-4bff-8f4f-76f76c6c6aee","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YmUwNTIxMzFlZTkxNzMwZjk5Yjg5M2FhZWMxNzMxYjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0e7d03a3-8aa3-4069-b7f6-4ac956141337","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-27T06:55:52.672Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:55:52.673Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:55:52.675Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:55:52.675Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312948129, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:55:52.778Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-27T06:55:52.781Z||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-06-27T06:55:52.782Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:55:52.816Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:55:52.817Z||pool-51-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1} 2022-06-27T06:55:53.676Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:55:53.677Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:55:53.679Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:55:53.680Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312948129, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-27T06:55:53.780Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:55:53.781Z||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-06-27T06:55:53.781Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:55:53.800Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:55:53.800Z||pool-52-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:55:54.680Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:55:54.681Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:55:54.683Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:55:54.683Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312948129, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-27T06:55:54.784Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-27T06:55:54.785Z||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-06-27T06:55:54.786Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:55:54.798Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:55:54.799Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:55:55.684Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:55:55.685Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:55:55.688Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:55:55.688Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312948129, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:55:55.788Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-27T06:55:55.788Z||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-06-27T06:55:55.789Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:55:55.800Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:55:55.801Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:55:56.406Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:55:56.407Z||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-06-27T06:55:56.407Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:55:56.460Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:55:56.462Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:55:56.462Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "multicloud-k8s-id", "timestamp": 1656312767686, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:55:56.463Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:55:56.463Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:55:56.464Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "clamp", "timestamp": 1656312773076, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-27T06:55:56.464Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:55:56.464Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:55:56.464Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "multicloud-k8s-id", "timestamp": 1656312777452, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-27T06:55:56.464Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:55:56.464Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:55:56.464Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "clamp", "timestamp": 1656312773076, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:55:56.465Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:55:56.465Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:55:56.465Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "multicloud-k8s-id", "timestamp": 1656312778511, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-27T06:55:56.465Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:55:56.465Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:55:56.465Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "clamp", "timestamp": 1656312773076, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:55:56.465Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:55:56.466Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:55:56.466Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "multicloud-k8s-id", "timestamp": 1656312779615, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-27T06:55:56.466Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:55:56.466Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:55:56.466Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "aai-ml", "timestamp": 1656312778428, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:55:56.466Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:55:56.467Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:55:56.467Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "clamp", "timestamp": 1656312773076, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:55:56.467Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:55:56.467Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:55:56.467Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "multicloud-k8s-id", "timestamp": 1656312780669, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-27T06:55:56.467Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:55:56.467Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:55:56.467Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "aai-ml", "timestamp": 1656312778428, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:55:56.468Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:55:56.468Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:55:56.468Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "clamp", "timestamp": 1656312773076, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:55:56.468Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:55:56.468Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:55:56.468Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "multicloud-k8s-id", "timestamp": 1656312781712, "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-06-27T06:55:56.481Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of af99e699-cbea-4a6e-96ae-e3f81fec998a 2022-06-27T06:55:56.482Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId af99e699-cbea-4a6e-96ae-e3f81fec998a 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-06-27T06:55:56.500Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:55:56.500Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "aai-ml", "timestamp": 1656312778428, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-27T06:55:56.500Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:55:56.500Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:55:56.501Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "clamp", "timestamp": 1656312773076, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:55:56.501Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:55:56.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:55:56.501Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "multicloud-k8s-id", "timestamp": 1656312782717, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-27T06:55:56.501Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:55:56.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:55:56.501Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "aai-ml", "timestamp": 1656312778428, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T06:55:56.502Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:55:56.502Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:55:56.502Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "aai-ml", "timestamp": 1656312778428, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:55:56.502Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:55:56.502Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:55:56.502Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "aai-ml", "timestamp": 1656312778428, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:55:56.503Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:55:56.503Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:55:56.504Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "aai-ml", "timestamp": 1656312778428, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:55:56.504Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:55:56.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:55:56.504Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "aai-ml", "timestamp": 1656312778428, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:55:56.504Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:55:56.505Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:55:56.505Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "aai-ml", "timestamp": 1656312778428, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:55:56.505Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:55:56.505Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:55:56.505Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "aai-ml", "timestamp": 1656312788265, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:55:56.505Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:55:56.506Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:55:56.506Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "clamp", "timestamp": 1656312792415, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:55:56.506Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:55:56.506Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:55:56.506Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "clamp", "timestamp": 1656312794451, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:55:56.506Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:55:56.507Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:55:56.507Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "clamp", "timestamp": 1656312795455, "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-06-27T06:55:56.525Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of af99e699-cbea-4a6e-96ae-e3f81fec998a 2022-06-27T06:55:56.526Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId af99e699-cbea-4a6e-96ae-e3f81fec998a 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-06-27T06:55:56.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:55:56.542Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "aai-ml", "timestamp": 1656312800205, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:55:56.542Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:55:56.543Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:55:56.543Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "aai-ml", "timestamp": 1656312801232, "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-06-27T06:55:56.552Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of af99e699-cbea-4a6e-96ae-e3f81fec998a 2022-06-27T06:55:56.552Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId af99e699-cbea-4a6e-96ae-e3f81fec998a 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-06-27T06:55:56.689Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:55:56.689Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:55:56.691Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:55:56.692Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312948129, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-27T06:55:56.800Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms 2022-06-27T06:55:56.801Z||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-06-27T06:55:56.801Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:55:56.818Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:55:56.819Z||pool-55-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:55:57.692Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:55:57.693Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:55:57.695Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:55:57.695Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312948129, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:55:57.795Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:55:57.796Z||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-06-27T06:55:57.796Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:55:57.817Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:55:57.818Z||pool-56-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:55:58.695Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:55:58.696Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:55:58.719Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:55:58.719Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312948129, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:55:58.801Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms 2022-06-27T06:55:58.802Z||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-06-27T06:55:58.802Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:55:58.827Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:55:58.828Z||pool-57-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:55:59.721Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "3a79826d-a33f-47af-ae7b-d6499c8b5f1b", "serviceDescription": "service", "serviceInvariantUUID": "1b13c585-6a89-49da-9da4-afd3079db5ba", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "c28dfa1a-56d8-445e-b7ee-0e07b6d18886", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "70e929b2-5a56-4cec-91ed-ec16d71f301b", "resourceInvariantUUID": "b2f36382-db27-4229-8b47-14ff1ea4f00c", "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": "MDE5YzkwNGVjM2Y5MDhjOGRjN2FiYWQ2ODg2MDViNjU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "412c0747-2d1d-46f8-b5db-81e4340cb684", "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": "e459068e-88cb-4fc4-a8fd-912050392bc5", "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": "26b9a86b-e49c-454c-91d5-b8e7e2a9e7f7", "generatedFromUUID": "e459068e-88cb-4fc4-a8fd-912050392bc5" }, "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": "26b9a86b-e49c-454c-91d5-b8e7e2a9e7f7", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "YmUwNTIxMzFlZTkxNzMwZjk5Yjg5M2FhZWMxNzMxYjA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0e7d03a3-8aa3-4069-b7f6-4ac956141337" } ], "workloadContext": "Production" } 2022-06-27T06:55:59.722Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-27T06:55:59.722Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3a79826d-a33f-47af-ae7b-d6499c8b5f1b ASDC 2022-06-27T06:55:59.725Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:cde50052-f54c-4cf7-ac45-c6e3b4c619f0 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:3a79826d-a33f-47af-ae7b-d6499c8b5f1b ServiceInvariantUUID:1b13c585-6a89-49da-9da4-afd3079db5ba 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:0e7d03a3-8aa3-4069-b7f6-4ac956141337 ArtifactChecksum:YmUwNTIxMzFlZTkxNzMwZjk5Yjg5M2FhZWMxNzMxYjA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:c28dfa1a-56d8-445e-b7ee-0e07b6d18886 ResourceInvariantUUID:b2f36382-db27-4229-8b47-14ff1ea4f00c ResourceName:basic_vm ResourceType:VF ResourceUUID:70e929b2-5a56-4cec-91ed-ec16d71f301b 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:412c0747-2d1d-46f8-b5db-81e4340cb684 ArtifactChecksum:MDE5YzkwNGVjM2Y5MDhjOGRjN2FiYWQ2ODg2MDViNjU= 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:e459068e-88cb-4fc4-a8fd-912050392bc5 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:26b9a86b-e49c-454c-91d5-b8e7e2a9e7f7 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:26b9a86b-e49c-454c-91d5-b8e7e2a9e7f7 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-27T06:55:59.725Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3a79826d-a33f-47af-ae7b-d6499c8b5f1b 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-06-27T06:55:59.787Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-27T06:55:59.788Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-27T06:55:59.788Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-27T06:55:59.788Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0e7d03a3-8aa3-4069-b7f6-4ac956141337 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-27T06:55:59.788Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-27T06:55:59.789Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-27T06:55:59.941Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-27T06:55:59.948Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 0e7d03a3-8aa3-4069-b7f6-4ac956141337 71061 2022-06-27T06:55:59.948Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-06-27T06:55:59.949Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-27T06:55:59.949Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T06:55:59.949Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:55:59.952Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:55:59.952Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312959948, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:56:00.052Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-27T06:56:00.053Z||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-06-27T06:56:00.054Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:56:00.069Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:56:00.069Z||pool-58-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:56:00.953Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-27T06:56:00.955Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-27T06:56:00.956Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 0e7d03a3-8aa3-4069-b7f6-4ac956141337, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-06-27T06:56:00.957Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-06-27T06:56:00.958Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-06-27T06:56:00.958Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-06-27T06:56:01.253Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2392397135793837532/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-06-27T06:56:03.451Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-27T06:56:03.453Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-06-27T06:56:03.453Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-27T06:56:03.453Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-27T06:56:03.453Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-27T06:56:03.453Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-27T06:56:03.453Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-27T06:56:03.454Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-27T06:56:03.454Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-27T06:56:03.454Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-27T06:56:03.454Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-27T06:56:03.454Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-27T06:56:03.455Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-27T06:56:03.455Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-06-27T06:56:03.455Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:56:03.455Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:56:03.456Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-27T06:56:03.456Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-06-27T06:56:03.456Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-27T06:56:03.457Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:56:03.457Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:56:03.457Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-27T06:56:03.457Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-06-27T06:56:03.458Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-27T06:56:03.458Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:56:03.458Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:56:03.458Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:56:03.459Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-27T06:56:03.459Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-06-27T06:56:03.459Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-06-27T06:56:03.459Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-06-27T06:56:03.460Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-27T06:56:03.460Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-27T06:56:03.460Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:56:03.460Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-27T06:56:03.461Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:56:03.461Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-27T06:56:03.461Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T06:56:03.462Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:56:03.462Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-27T06:56:03.462Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T06:56:03.462Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:56:03.463Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-27T06:56:03.463Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T06:56:03.463Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:56:03.464Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-27T06:56:03.464Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-27T06:56:03.464Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-27T06:56:03.464Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7bb53dd8-5030-48cc-9ac7-e1b4786653b8 2022-06-27T06:56:03.464Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:56:03.465Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:56:03.465Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:56:03.465Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:56:03.465Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:56:03.466Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:56:03.466Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:56:03.467Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:56:03.467Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:3a79826d-a33f-47af-ae7b-d6499c8b5f1b Model Version:NULL Model InvariantUuid:1b13c585-6a89-49da-9da4-afd3079db5ba Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:5db0e0b7-e59c-4b5b-b8c0-2e46fd0f6b01 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:b2f36382-db27-4229-8b47-14ff1ea4f00c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c28dfa1a-56d8-445e-b7ee-0e07b6d18886 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:dc49864a-b0a4-4996-a609-5ad5c46cef00 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:e8c27ebb-1a3c-4cf1-97a9-182d1d8ae9fc ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:7bb53dd8-5030-48cc-9ac7-e1b4786653b8 ModelInvariantUuid:dafbbb53-3a44-44ee-bad2-6785616704d1 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:f4c8b93a-604c-47c0-b8fb-c4076b2daa4a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:bc723751-c9b4-4f3a-baa7-0f3f770ff181 ModelInvariantUuid:1111e12d-e5b3-4a6a-94be-14b56c605076 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:0236bd07-4aee-49e9-960a-7b5366913ba6 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-06-27T06:56:03.491Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 70e929b2-5a56-4cec-91ed-ec16d71f301b 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-06-27T06:56:03.504Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||basic_vm 0 2022-06-27T06:56:03.504Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 70e929b2-5a56-4cec-91ed-ec16d71f301b 2022-06-27T06:56:03.504Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 412c0747-2d1d-46f8-b5db-81e4340cb684 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-27T06:56:03.505Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-27T06:56:03.505Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-27T06:56:03.587Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-27T06:56:03.588Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 412c0747-2d1d-46f8-b5db-81e4340cb684 787 2022-06-27T06:56:03.588Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-06-27T06:56:03.589Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-27T06:56:03.589Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T06:56:03.589Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:56:03.595Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:56:03.595Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312963588, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-27T06:56:03.692Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-06-27T06:56:03.693Z||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-06-27T06:56:03.693Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:56:03.731Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:56:03.732Z||pool-59-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:56:04.596Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "dc49864a-b0a4-4996-a609-5ad5c46cef00", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e8c27ebb-1a3c-4cf1-97a9-182d1d8ae9fc", "vfModuleModelCustomizationUUID": "19981d02-3c76-4ccc-889c-3d31528c912e", "isBase": true, "artifacts": [ "e459068e-88cb-4fc4-a8fd-912050392bc5", "26b9a86b-e49c-454c-91d5-b8e7e2a9e7f7" ], "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-06-27T06:56:04.614Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e8c27ebb-1a3c-4cf1-97a9-182d1d8ae9fc VfModuleModelInvariantUUID:dc49864a-b0a4-4996-a609-5ad5c46cef00 VfModuleModelDescription:NULL Artifacts UUID List:{ e459068e-88cb-4fc4-a8fd-912050392bc5 , 26b9a86b-e49c-454c-91d5-b8e7e2a9e7f7 } 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-06-27T06:56:04.618Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "dc49864a-b0a4-4996-a609-5ad5c46cef00", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e8c27ebb-1a3c-4cf1-97a9-182d1d8ae9fc", "vfModuleModelCustomizationUUID": "19981d02-3c76-4ccc-889c-3d31528c912e", "isBase": true, "artifacts": [ "e459068e-88cb-4fc4-a8fd-912050392bc5", "26b9a86b-e49c-454c-91d5-b8e7e2a9e7f7" ], "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-06-27T06:56:04.619Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e8c27ebb-1a3c-4cf1-97a9-182d1d8ae9fc VfModuleModelInvariantUUID:dc49864a-b0a4-4996-a609-5ad5c46cef00 VfModuleModelDescription:NULL Artifacts UUID List:{ e459068e-88cb-4fc4-a8fd-912050392bc5 , 26b9a86b-e49c-454c-91d5-b8e7e2a9e7f7 } 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-06-27T06:56:04.619Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e459068e-88cb-4fc4-a8fd-912050392bc5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-27T06:56:04.619Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-27T06:56:04.620Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-27T06:56:04.699Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-27T06:56:04.699Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml e459068e-88cb-4fc4-a8fd-912050392bc5 5033 2022-06-27T06:56:04.700Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-06-27T06:56:04.700Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-27T06:56:04.700Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T06:56:04.700Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:56:04.703Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:56:04.703Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312964700, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-27T06:56:04.803Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:56:04.804Z||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-06-27T06:56:04.804Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:56:04.825Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:56:04.825Z||pool-60-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:56:05.704Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 26b9a86b-e49c-454c-91d5-b8e7e2a9e7f7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-27T06:56:05.704Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-27T06:56:05.704Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-27T06:56:05.761Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-27T06:56:05.762Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 26b9a86b-e49c-454c-91d5-b8e7e2a9e7f7 903 2022-06-27T06:56:05.762Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-06-27T06:56:05.762Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-27T06:56:05.763Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T06:56:05.763Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:56:05.767Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:56:05.767Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312965762, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-27T06:56:05.866Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-27T06:56:05.867Z||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-06-27T06:56:05.867Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:56:05.880Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:56:05.881Z||pool-61-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:56:06.768Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 3a79826d-a33f-47af-ae7b-d6499c8b5f1b 2022-06-27T06:56:06.768Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 70e929b2-5a56-4cec-91ed-ec16d71f301b 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-06-27T06:56:06.786Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7c1c47c1, org.onap.sdc.toscaparser.api.parameters.Input@7fd1a6c0, org.onap.sdc.toscaparser.api.parameters.Input@4727a2b5, org.onap.sdc.toscaparser.api.parameters.Input@6798d876, org.onap.sdc.toscaparser.api.parameters.Input@7924a90b] 2022-06-27T06:56:06.789Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:56:06.789Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:56:06.789Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-06-27T06:56:06.790Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= c28dfa1a-56d8-445e-b7ee-0e07b6d18886 2022-06-27T06:56:06.790Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c28dfa1a-56d8-445e-b7ee-0e07b6d18886 matches Tosca VF Customization UUID: c28dfa1a-56d8-445e-b7ee-0e07b6d18886 2022-06-27T06:56:06.790Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: c28dfa1a-56d8-445e-b7ee-0e07b6d18886 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-06-27T06:56:06.799Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:56:06.799Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:56:06.800Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id c28dfa1a-56d8-445e-b7ee-0e07b6d18886: {\"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-06-27T06:56:06.800Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5083f3b1 2022-06-27T06:56:06.800Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:56:06.801Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-27T06:56:06.801Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 19981d02-3c76-4ccc-889c-3d31528c912e 2022-06-27T06:56:06.801Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 19981d02-3c76-4ccc-889c-3d31528c912e 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-06-27T06:56:06.805Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:56:06.806Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-27T06:56:06.806Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T06:56:06.806Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:56:06.806Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-27T06:56:06.807Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T06:56:06.807Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:56:06.807Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-27T06:56:06.807Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-27T06:56:06.807Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-27T06:56:06.807Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7bb53dd8-5030-48cc-9ac7-e1b4786653b8 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-06-27T06:56:06.812Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:56:06.812Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-27T06:56:06.812Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T06:56:06.813Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:56:06.813Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-27T06:56:06.813Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=c28dfa1a-56d8-445e-b7ee-0e07b6d18886 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-06-27T06:56:06.816Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:56:06.817Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:56:06.817Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 3a79826d-a33f-47af-ae7b-d6499c8b5f1b: basic_vm 2022-06-27T06:56:06.817Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:56:06.817Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:56:06.817Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:56:06.817Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:56:06.818Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:56:06.818Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:56:06.818Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:56:06.818Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:56:06.818Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:56:06.818Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:56:06.819Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-27T06:56:07.068Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 70e929b2-5a56-4cec-91ed-ec16d71f301b 1 ASDC deployResourceStructure 2022-06-27T06:56:07.069Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-06-27T06:56:07.069Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-27T06:56:07.069Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-27T06:56:07.069Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:56:07.071Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:56:07.072Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312967069, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-27T06:56:07.175Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-06-27T06:56:07.176Z||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-06-27T06:56:07.176Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:56:07.191Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:56:07.192Z||pool-62-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:56:08.072Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-06-27T06:56:08.073Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-27T06:56:08.073Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-27T06:56:08.073Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:56:08.075Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:56:08.075Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312968072, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-27T06:56:08.176Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-27T06:56:08.177Z||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-06-27T06:56:08.178Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:56:08.190Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:56:08.191Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:56:09.076Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-06-27T06:56:09.077Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-27T06:56:09.077Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-27T06:56:09.077Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:56:09.079Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:56:09.079Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312969076, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-27T06:56:09.180Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-27T06:56:09.180Z||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-06-27T06:56:09.181Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:56:09.193Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:56:09.193Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-06-27T06:56:10.080Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-06-27T06:56:10.080Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-27T06:56:10.081Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-27T06:56:10.081Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:56:10.083Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:56:10.084Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312970080, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:56:10.186Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-27T06:56:10.187Z||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-06-27T06:56:10.187Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:56:10.200Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:56:10.201Z||pool-65-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:56:11.085Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cde50052-f54c-4cf7-ac45-c6e3b4c619f0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T06:56:11.115Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cde50052-f54c-4cf7-ac45-c6e3b4c619f0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-27T06:56:11.123Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T06:56:11.123Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-27T06:56:11.123Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-27T06:56:11.123Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-27T06:56:11.123Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:56:11.124Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:56:11.124Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:56:11.124Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:56:11.128Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:56:11.128Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:56:11.129Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-27T06:56:11.139Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-27T06:56:41.141Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cde50052-f54c-4cf7-ac45-c6e3b4c619f0 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-06-27T06:56:41.149Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cde50052-f54c-4cf7-ac45-c6e3b4c619f0 and serviceModelVersionId: 3a79826d-a33f-47af-ae7b-d6499c8b5f1b 2022-06-27T06:56:41.150Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1b13c585-6a89-49da-9da4-afd3079db5ba 2022-06-27T06:56:41.151Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1b13c585-6a89-49da-9da4-afd3079db5ba/model-vers/model-ver/3a79826d-a33f-47af-ae7b-d6499c8b5f1b?depth=0 2022-06-27T06:56:41.157Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-06-27T06:56:41.236Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b13c585-6a89-49da-9da4-afd3079db5ba/model-vers/model-ver/3a79826d-a33f-47af-ae7b-d6499c8b5f1b?depth=0|INFO|500||Invoke 2022-06-27T06:56:41.236Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b13c585-6a89-49da-9da4-afd3079db5ba/model-vers/model-ver/3a79826d-a33f-47af-ae7b-d6499c8b5f1b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b13c585-6a89-49da-9da4-afd3079db5ba/model-vers/model-ver/3a79826d-a33f-47af-ae7b-d6499c8b5f1b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cde50052-f54c-4cf7-ac45-c6e3b4c619f0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ab23c980-bdee-4af3-93a0-5a5e70b0edac], X-ECOMP-RequestID=[cde50052-f54c-4cf7-ac45-c6e3b4c619f0], X-TransactionId=[], X-ONAP-RequestID=[cde50052-f54c-4cf7-ac45-c6e3b4c619f0], Content-Type=[application/merge-patch+json]} 2022-06-27T06:56:41.280Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b13c585-6a89-49da-9da4-afd3079db5ba/model-vers/model-ver/3a79826d-a33f-47af-ae7b-d6499c8b5f1b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-27T06:56:41.482Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b13c585-6a89-49da-9da4-afd3079db5ba/model-vers/model-ver/3a79826d-a33f-47af-ae7b-d6499c8b5f1b?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/1b13c585-6a89-49da-9da4-afd3079db5ba/model-vers/model-ver/3a79826d-a33f-47af-ae7b-d6499c8b5f1b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220627-06:56:41:295-75192], vertex-id=[192720], Content-Length=[0], Date=[Mon, 27 Jun 2022 06:56:41 GMT], Content-Type=[application/json]} 2022-06-27T06:56:41.482Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b13c585-6a89-49da-9da4-afd3079db5ba/model-vers/model-ver/3a79826d-a33f-47af-ae7b-d6499c8b5f1b?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-27T06:56:41.486Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b13c585-6a89-49da-9da4-afd3079db5ba/model-vers/model-ver/3a79826d-a33f-47af-ae7b-d6499c8b5f1b?depth=0|INFO|500||InvokeReturn 2022-06-27T06:56:41.487Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-27T06:56:41.488Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-27T06:56:41.502Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-27T06:56:41.502Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cde50052-f54c-4cf7-ac45-c6e3b4c619f0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-27T06:56:41.503Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-27T06:56:41.503Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:56:41.505Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:56:41.506Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313001503, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-27T06:56:41.605Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-27T06:56:41.607Z||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-06-27T06:56:41.607Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:56:41.627Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:56:41.628Z||pool-66-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-27T06:56:42.541Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-27T06:56:42.541Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"af99e699-cbea-4a6e-96ae-e3f81fec998a","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"0b8916b1-ef79-45c2-87f9-e1a2b1cc2b20","serviceDescription":"service","serviceInvariantUUID":"3a2d69ae-fb90-4f43-9e2b-4de3cc258595","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ef64feb8-bf67-455e-8663-41b9d8e1941a","resourceInvariantUUID":"2f21916e-5b88-4ccc-803d-d32fe74dc9fc","resourceCustomizationUUID":"40322d0b-86eb-415e-acf6-ba2ffe7f04b2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"NmFlMGM4ZDFjZTI0ZjdmZTdmYTExODA1MzBjMzQ0OGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b7ab441-855a-49da-90b7-a0fe4b4906a1","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d1990b6a-04b2-4d7d-9714-158e96f473aa","artifactVersion":"2","generatedFromUUID":"d82e9650-d59b-41b7-a21f-a345c4738677"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d82e9650-d59b-41b7-a21f-a345c4738677","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"MTZhZTAyN2Q0Mjg4ZmRiYWRmMmNmOTY1N2NmODA3Mjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f8c6c100-4f28-4803-82be-d2d6e977d3c8","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9d551a41-eb35-4b62-bff5-d92d0c6bf756","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d914305a-3d10-4d1b-bfc8-9239966dadd2","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ed8a6481-e989-4497-bc3b-e8590605bc8f","artifactVersion":"2","generatedFromUUID":"9d551a41-eb35-4b62-bff5-d92d0c6bf756"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NDY3NWZiMTZiOWY3YjU2MTMyZGQwMTFkYzVlNjYyNWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"305b104e-5d3b-47a9-b1f9-f892458fd8c9","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MjBmOWFmZDdmYjg2ODIyOGE4NjMxODIwZTE1ZWU1MTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ce117191-3d23-4440-8e57-7ac1cd68191c","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-27T06:56:42.542Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:56:42.542Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:56:42.544Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:56:42.545Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312948129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:56:42.647Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-27T06:56:42.648Z||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-06-27T06:56:42.648Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:56:42.662Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:56:42.663Z||pool-67-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:56:43.545Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:56:43.546Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:56:43.549Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:56:43.549Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312948129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-27T06:56:43.648Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-27T06:56:43.649Z||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-06-27T06:56:43.649Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:56:43.662Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:56:43.663Z||pool-68-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:56:44.549Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:56:44.550Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:56:44.553Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:56:44.553Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312948129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-27T06:56:44.653Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:56:44.654Z||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-06-27T06:56:44.654Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:56:44.667Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:56:44.668Z||pool-69-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:56:45.554Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:56:45.554Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:56:45.557Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:56:45.557Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312948129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-27T06:56:45.657Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-27T06:56:45.658Z||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-06-27T06:56:45.659Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:56:45.672Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:56:45.672Z||pool-70-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:56:46.558Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:56:46.560Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:56:46.564Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:56:46.564Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312948129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-27T06:56:46.664Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:56:46.665Z||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-06-27T06:56:46.665Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:56:46.681Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:56:46.682Z||pool-71-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:56:47.564Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:56:47.565Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:56:47.568Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:56:47.568Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312948129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:56:47.668Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:56:47.669Z||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-06-27T06:56:47.669Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:56:47.682Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:56:47.683Z||pool-72-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:56:48.569Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:56:48.569Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:56:48.579Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:56:48.580Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312948129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-27T06:56:48.687Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms 2022-06-27T06:56:48.688Z||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-06-27T06:56:48.688Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:56:48.712Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:56:48.712Z||pool-73-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:56:49.580Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:56:49.581Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:56:49.584Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:56:49.584Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312948129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:56:49.684Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-27T06:56:49.686Z||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-06-27T06:56:49.686Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:56:49.729Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:56:49.730Z||pool-74-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":1,"count":1} 2022-06-27T06:56:50.586Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:56:50.586Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:56:50.588Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:56:50.589Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312948129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:56:50.689Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:56:50.691Z||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-06-27T06:56:50.692Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:56:50.707Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:56:50.708Z||pool-75-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:56:51.590Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "0b8916b1-ef79-45c2-87f9-e1a2b1cc2b20", "serviceDescription": "service", "serviceInvariantUUID": "3a2d69ae-fb90-4f43-9e2b-4de3cc258595", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "40322d0b-86eb-415e-acf6-ba2ffe7f04b2", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ef64feb8-bf67-455e-8663-41b9d8e1941a", "resourceInvariantUUID": "2f21916e-5b88-4ccc-803d-d32fe74dc9fc", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "nginx_cloudtech_k8s_charts.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d1990b6a-04b2-4d7d-9714-158e96f473aa", "relatedArtifactsInfo": [] }, { "artifactName": "nginx_cloudtech_k8s_charts.tgz", "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "d82e9650-d59b-41b7-a21f-a345c4738677", "relatedArtifactsInfo": [] }, { "artifactName": "basic_cnf0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "artifactChecksum": "MTZhZTAyN2Q0Mjg4ZmRiYWRmMmNmOTY1N2NmODA3Mjk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f8c6c100-4f28-4803-82be-d2d6e977d3c8", "relatedArtifactsInfo": [] }, { "artifactName": "base_dummy.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "9d551a41-eb35-4b62-bff5-d92d0c6bf756", "generatedArtifact": { "artifactName": "base_dummy.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ed8a6481-e989-4497-bc3b-e8590605bc8f", "generatedFromUUID": "9d551a41-eb35-4b62-bff5-d92d0c6bf756" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_dummy.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ed8a6481-e989-4497-bc3b-e8590605bc8f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "MjBmOWFmZDdmYjg2ODIyOGE4NjMxODIwZTE1ZWU1MTU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ce117191-3d23-4440-8e57-7ac1cd68191c" } ], "workloadContext": "Production" } 2022-06-27T06:56:51.590Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-27T06:56:51.590Z|cde50052-f54c-4cf7-ac45-c6e3b4c619f0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 0b8916b1-ef79-45c2-87f9-e1a2b1cc2b20 ASDC 2022-06-27T06:56:51.591Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:af99e699-cbea-4a6e-96ae-e3f81fec998a ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:0b8916b1-ef79-45c2-87f9-e1a2b1cc2b20 ServiceInvariantUUID:3a2d69ae-fb90-4f43-9e2b-4de3cc258595 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnf-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ArtifactUUID:ce117191-3d23-4440-8e57-7ac1cd68191c ArtifactChecksum:MjBmOWFmZDdmYjg2ODIyOGE4NjMxODIwZTE1ZWU1MTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:40322d0b-86eb-415e-acf6-ba2ffe7f04b2 ResourceInvariantUUID:2f21916e-5b88-4ccc-803d-d32fe74dc9fc ResourceName:basic_cnf ResourceType:VF ResourceUUID:ef64feb8-bf67-455e-8663-41b9d8e1941a ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:nginx_cloudtech_k8s_charts.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ArtifactUUID:d1990b6a-04b2-4d7d-9714-158e96f473aa ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:nginx_cloudtech_k8s_charts.tgz ArtifactVersion:1 ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ArtifactUUID:d82e9650-d59b-41b7-a21f-a345c4738677 ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:basic_cnf0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ArtifactUUID:f8c6c100-4f28-4803-82be-d2d6e977d3c8 ArtifactChecksum:MTZhZTAyN2Q0Mjg4ZmRiYWRmMmNmOTY1N2NmODA3Mjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_dummy.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ArtifactUUID:9d551a41-eb35-4b62-bff5-d92d0c6bf756 ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_dummy.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ArtifactUUID:ed8a6481-e989-4497-bc3b-e8590605bc8f ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_dummy.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ArtifactUUID:ed8a6481-e989-4497-bc3b-e8590605bc8f ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-27T06:56:51.591Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0b8916b1-ef79-45c2-87f9-e1a2b1cc2b20 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-06-27T06:56:51.633Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-27T06:56:51.633Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-27T06:56:51.634Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-27T06:56:51.634Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ce117191-3d23-4440-8e57-7ac1cd68191c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-27T06:56:51.634Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-27T06:56:51.634Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-27T06:56:51.766Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-27T06:56:51.771Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ce117191-3d23-4440-8e57-7ac1cd68191c 68966 2022-06-27T06:56:51.772Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-06-27T06:56:51.772Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-27T06:56:51.773Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T06:56:51.773Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:56:51.775Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:56:51.775Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313011772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:56:51.875Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:56:51.877Z||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-06-27T06:56:51.878Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:56:51.895Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:56:51.897Z||pool-76-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:56:52.784Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-27T06:56:52.785Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-27T06:56:52.785Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: ce117191-3d23-4440-8e57-7ac1cd68191c, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-27T06:56:52.785Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-06-27T06:56:52.786Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-27T06:56:52.786Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-27T06:56:53.082Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4354508776899349/Definitions/service-BasicCnf-template.yml 2022-06-27T06:56:55.237Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-27T06:56:55.237Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-06-27T06:56:55.237Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-27T06:56:55.238Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-06-27T06:56:55.238Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-27T06:56:55.238Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-27T06:56:55.238Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-27T06:56:55.238Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-27T06:56:55.238Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-06-27T06:56:55.238Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:56:55.239Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:56:55.239Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-27T06:56:55.240Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-06-27T06:56:55.240Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-27T06:56:55.240Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:56:55.240Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:56:55.240Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-27T06:56:55.241Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-06-27T06:56:55.241Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-27T06:56:55.241Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:56:55.241Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:56:55.241Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:56:55.242Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-27T06:56:55.242Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-06-27T06:56:55.242Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Node template dummy is not matching search criteria 2022-06-27T06:56:55.242Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-27T06:56:55.242Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:56:55.243Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-27T06:56:55.243Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:56:55.244Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-27T06:56:55.244Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T06:56:55.244Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:56:55.244Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-27T06:56:55.245Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T06:56:55.245Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:56:55.245Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-27T06:56:55.245Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T06:56:55.246Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:56:55.246Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-27T06:56:55.246Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-06-27T06:56:55.246Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=b22809d3-b10a-4629-bc44-9eab2af5e870 2022-06-27T06:56:55.246Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:56:55.247Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:56:55.247Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:56:55.247Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:56:55.247Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:56:55.248Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:56:55.248Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:56:55.248Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:56:55.248Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:0b8916b1-ef79-45c2-87f9-e1a2b1cc2b20 Model Version:NULL Model InvariantUuid:3a2d69ae-fb90-4f43-9e2b-4de3cc258595 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:9518754d-c630-4fe5-bf87-7716c7dc3d24 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:2f21916e-5b88-4ccc-803d-d32fe74dc9fc Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:40322d0b-86eb-415e-acf6-ba2ffe7f04b2 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:d0a23dba-c6de-4d65-8ee7-fcf79d360b2b ModelName:BasicCnf..base_dummy..module-0 ModelUuid:12c4f4e6-67c5-41ce-a405-7349b0118fcc ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:b22809d3-b10a-4629-bc44-9eab2af5e870 ModelInvariantUuid:adc30732-e3fa-47b8-818d-51508ac97974 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:12a7550b-3597-4733-9b27-4d3685f6c283 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:f6290f9c-0439-47ca-9575-34e6379bd008 ModelInvariantUuid:78f359fe-c0a5-4c9a-ad0c-9623d7726b9c ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:8bb3fc66-981e-4235-8266-293f06b707c9 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-06-27T06:56:55.267Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: ef64feb8-bf67-455e-8663-41b9d8e1941a 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-06-27T06:56:55.274Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||basic_cnf 0 2022-06-27T06:56:55.274Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ef64feb8-bf67-455e-8663-41b9d8e1941a 2022-06-27T06:56:55.274Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d1990b6a-04b2-4d7d-9714-158e96f473aa from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-06-27T06:56:55.274Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-27T06:56:55.274Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-06-27T06:56:55.336Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-27T06:56:55.338Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env d1990b6a-04b2-4d7d-9714-158e96f473aa 12 2022-06-27T06:56:55.338Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-06-27T06:56:55.338Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-06-27T06:56:55.339Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T06:56:55.339Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:56:55.344Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:56:55.344Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313015338, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-06-27T06:56:55.441Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-06-27T06:56:55.442Z||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-06-27T06:56:55.442Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:56:55.471Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:56:55.472Z||pool-77-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:56:56.351Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d82e9650-d59b-41b7-a21f-a345c4738677 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-06-27T06:56:56.352Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-27T06:56:56.352Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-06-27T06:56:56.405Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:56:56.406Z||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-06-27T06:56:56.406Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:56:56.415Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-27T06:56:56.416Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz d82e9650-d59b-41b7-a21f-a345c4738677 2688 2022-06-27T06:56:56.416Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-06-27T06:56:56.416Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-06-27T06:56:56.416Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T06:56:56.417Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:56:56.446Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:56:56.446Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313016416, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-27T06:56:56.464Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:56:56.465Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:56:56.465Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312947087, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-27T06:56:56.467Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:56:56.467Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:56:56.468Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312948129, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:56:56.469Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:56:56.469Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:56:56.469Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312948129, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-27T06:56:56.469Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:56:56.470Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:56:56.470Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312948129, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-27T06:56:56.470Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:56:56.470Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:56:56.471Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312948129, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:56:56.471Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:56:56.520Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 74 ms 2022-06-27T06:56:56.521Z||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-06-27T06:56:56.522Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:56:56.541Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:56:56.542Z||pool-78-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:56:57.448Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f8c6c100-4f28-4803-82be-d2d6e977d3c8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-27T06:56:57.448Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-27T06:56:57.448Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-27T06:56:57.503Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-27T06:56:57.504Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json f8c6c100-4f28-4803-82be-d2d6e977d3c8 828 2022-06-27T06:56:57.504Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-06-27T06:56:57.504Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-27T06:56:57.504Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T06:56:57.505Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:56:57.508Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:56:57.508Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313017504, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-27T06:56:57.612Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-06-27T06:56:57.613Z||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-06-27T06:56:57.613Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:56:57.625Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:56:57.626Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:56:58.509Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "d0a23dba-c6de-4d65-8ee7-fcf79d360b2b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "12c4f4e6-67c5-41ce-a405-7349b0118fcc", "vfModuleModelCustomizationUUID": "c2d388c5-9f8d-4966-aad6-133c79f9d06c", "isBase": true, "artifacts": [ "9d551a41-eb35-4b62-bff5-d92d0c6bf756", "d82e9650-d59b-41b7-a21f-a345c4738677", "ed8a6481-e989-4497-bc3b-e8590605bc8f" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-27T06:56:58.514Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:12c4f4e6-67c5-41ce-a405-7349b0118fcc VfModuleModelInvariantUUID:d0a23dba-c6de-4d65-8ee7-fcf79d360b2b VfModuleModelDescription:NULL Artifacts UUID List:{ 9d551a41-eb35-4b62-bff5-d92d0c6bf756 , d82e9650-d59b-41b7-a21f-a345c4738677 , ed8a6481-e989-4497-bc3b-e8590605bc8f } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-27T06:56:58.523Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "d0a23dba-c6de-4d65-8ee7-fcf79d360b2b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "12c4f4e6-67c5-41ce-a405-7349b0118fcc", "vfModuleModelCustomizationUUID": "c2d388c5-9f8d-4966-aad6-133c79f9d06c", "isBase": true, "artifacts": [ "9d551a41-eb35-4b62-bff5-d92d0c6bf756", "d82e9650-d59b-41b7-a21f-a345c4738677", "ed8a6481-e989-4497-bc3b-e8590605bc8f" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-27T06:56:58.523Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:12c4f4e6-67c5-41ce-a405-7349b0118fcc VfModuleModelInvariantUUID:d0a23dba-c6de-4d65-8ee7-fcf79d360b2b VfModuleModelDescription:NULL Artifacts UUID List:{ 9d551a41-eb35-4b62-bff5-d92d0c6bf756 , d82e9650-d59b-41b7-a21f-a345c4738677 , ed8a6481-e989-4497-bc3b-e8590605bc8f } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-27T06:56:58.523Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9d551a41-eb35-4b62-bff5-d92d0c6bf756 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-27T06:56:58.524Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-27T06:56:58.524Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-27T06:56:58.581Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-27T06:56:58.582Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 9d551a41-eb35-4b62-bff5-d92d0c6bf756 1164 2022-06-27T06:56:58.582Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-06-27T06:56:58.582Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-27T06:56:58.582Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T06:56:58.582Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:56:58.586Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:56:58.586Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313018582, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-27T06:56:58.686Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:56:58.688Z||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-06-27T06:56:58.688Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:56:58.701Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:56:58.702Z||pool-80-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-06-27T06:56:59.587Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ed8a6481-e989-4497-bc3b-e8590605bc8f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-27T06:56:59.587Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-27T06:56:59.588Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-27T06:56:59.641Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-27T06:56:59.641Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ed8a6481-e989-4497-bc3b-e8590605bc8f 200 2022-06-27T06:56:59.642Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-06-27T06:56:59.642Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-27T06:56:59.642Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T06:56:59.642Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:56:59.647Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:56:59.647Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313019642, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-27T06:56:59.745Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-27T06:56:59.746Z||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-06-27T06:56:59.747Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:56:59.760Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:56:59.761Z||pool-81-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:57:00.648Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 0b8916b1-ef79-45c2-87f9-e1a2b1cc2b20 2022-06-27T06:57:00.648Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 ef64feb8-bf67-455e-8663-41b9d8e1941a ASDC 2022-06-27T06:57:00.666Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select 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 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-06-27T06:57:00.683Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6edfab24, org.onap.sdc.toscaparser.api.parameters.Input@e7a8eeb, org.onap.sdc.toscaparser.api.parameters.Input@465578f7, org.onap.sdc.toscaparser.api.parameters.Input@1a6fd56e, org.onap.sdc.toscaparser.api.parameters.Input@97acb8c] 2022-06-27T06:57:00.686Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:57:00.687Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:57:00.688Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-06-27T06:57:00.692Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 40322d0b-86eb-415e-acf6-ba2ffe7f04b2 2022-06-27T06:57:00.692Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 40322d0b-86eb-415e-acf6-ba2ffe7f04b2 matches Tosca VF Customization UUID: 40322d0b-86eb-415e-acf6-ba2ffe7f04b2 2022-06-27T06:57:00.693Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 40322d0b-86eb-415e-acf6-ba2ffe7f04b2 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-06-27T06:57:00.704Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:57:00.705Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:57:00.707Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 40322d0b-86eb-415e-acf6-ba2ffe7f04b2: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2022-06-27T06:57:00.707Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5a722fdd 2022-06-27T06:57:00.708Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:57:00.708Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-27T06:57:00.709Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c2d388c5-9f8d-4966-aad6-133c79f9d06c 2022-06-27T06:57:00.709Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c2d388c5-9f8d-4966-aad6-133c79f9d06c 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-06-27T06:57:00.712Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:57:00.713Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-27T06:57:00.713Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T06:57:00.715Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:57:00.716Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-27T06:57:00.716Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T06:57:00.716Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:57:00.717Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-27T06:57:00.717Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-06-27T06:57:00.718Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=b22809d3-b10a-4629-bc44-9eab2af5e870 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-06-27T06:57:00.725Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:57:00.726Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-27T06:57:00.726Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T06:57:00.726Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:57:00.727Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-27T06:57:00.727Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=40322d0b-86eb-415e-acf6-ba2ffe7f04b2 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-06-27T06:57:00.731Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:57:00.731Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:57:00.731Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 0b8916b1-ef79-45c2-87f9-e1a2b1cc2b20: basic_cnf 2022-06-27T06:57:00.732Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:57:00.732Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:57:00.732Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:57:00.732Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:57:00.733Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:57:00.733Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:57:00.733Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:57:00.733Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:57:00.734Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:57:00.734Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:57:00.734Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-27T06:57:00.868Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf ef64feb8-bf67-455e-8663-41b9d8e1941a 1 ASDC deployResourceStructure 2022-06-27T06:57:00.870Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-06-27T06:57:00.870Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-06-27T06:57:00.870Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-27T06:57:00.871Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:57:00.883Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:57:00.884Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313020869, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-27T06:57:00.974Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms 2022-06-27T06:57:00.975Z||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-06-27T06:57:00.975Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:57:00.988Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:57:00.989Z||pool-82-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-06-27T06:57:01.885Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-06-27T06:57:01.885Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-06-27T06:57:01.886Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-27T06:57:01.886Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:57:01.888Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:57:01.888Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313021885, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-27T06:57:01.988Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:57:01.990Z||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-06-27T06:57:01.990Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:57:02.003Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:57:02.004Z||pool-83-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:57:02.889Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-06-27T06:57:02.889Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-27T06:57:02.889Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-27T06:57:02.889Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:57:02.892Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:57:02.892Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313022889, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-27T06:57:02.995Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-06-27T06:57:02.996Z||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-06-27T06:57:02.997Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:57:03.012Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:57:03.013Z||pool-84-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:57:03.893Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-06-27T06:57:03.893Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-27T06:57:03.894Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-27T06:57:03.894Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:57:03.897Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:57:03.897Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313023893, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-06-27T06:57:04.000Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-27T06:57:04.001Z||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-06-27T06:57:04.001Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:57:04.014Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:57:04.015Z||pool-85-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-06-27T06:57:04.910Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-06-27T06:57:04.910Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-27T06:57:04.910Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-27T06:57:04.911Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:57:04.914Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:57:04.914Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313024909, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-06-27T06:57:05.014Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:57:05.015Z||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-06-27T06:57:05.015Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:57:05.030Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:57:05.030Z||pool-86-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:57:05.915Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-06-27T06:57:05.915Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-27T06:57:05.915Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-27T06:57:05.916Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:57:05.918Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:57:05.919Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313025915, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:57:06.019Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-27T06:57:06.020Z||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-06-27T06:57:06.020Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:57:06.068Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:57:06.069Z||pool-87-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:57:06.919Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af99e699-cbea-4a6e-96ae-e3f81fec998a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T06:57:06.938Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af99e699-cbea-4a6e-96ae-e3f81fec998a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-27T06:57:06.946Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T06:57:06.946Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-27T06:57:06.946Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-27T06:57:06.946Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-27T06:57:06.947Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:57:06.947Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:57:06.947Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:57:06.948Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:57:06.948Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:57:06.948Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:57:06.949Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-27T06:57:06.962Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-27T06:57:36.963Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: af99e699-cbea-4a6e-96ae-e3f81fec998a 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-06-27T06:57:36.982Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: af99e699-cbea-4a6e-96ae-e3f81fec998a and serviceModelVersionId: 0b8916b1-ef79-45c2-87f9-e1a2b1cc2b20 2022-06-27T06:57:36.982Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3a2d69ae-fb90-4f43-9e2b-4de3cc258595 2022-06-27T06:57:36.983Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3a2d69ae-fb90-4f43-9e2b-4de3cc258595/model-vers/model-ver/0b8916b1-ef79-45c2-87f9-e1a2b1cc2b20?depth=0 2022-06-27T06:57:36.993Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-06-27T06:57:37.059Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a2d69ae-fb90-4f43-9e2b-4de3cc258595/model-vers/model-ver/0b8916b1-ef79-45c2-87f9-e1a2b1cc2b20?depth=0|INFO|500||Invoke 2022-06-27T06:57:37.060Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a2d69ae-fb90-4f43-9e2b-4de3cc258595/model-vers/model-ver/0b8916b1-ef79-45c2-87f9-e1a2b1cc2b20?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a2d69ae-fb90-4f43-9e2b-4de3cc258595/model-vers/model-ver/0b8916b1-ef79-45c2-87f9-e1a2b1cc2b20?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[af99e699-cbea-4a6e-96ae-e3f81fec998a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a9070483-d332-4fb7-be0d-459179a12b11], X-ECOMP-RequestID=[af99e699-cbea-4a6e-96ae-e3f81fec998a], X-TransactionId=[], X-ONAP-RequestID=[af99e699-cbea-4a6e-96ae-e3f81fec998a], Content-Type=[application/merge-patch+json]} 2022-06-27T06:57:37.102Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a2d69ae-fb90-4f43-9e2b-4de3cc258595/model-vers/model-ver/0b8916b1-ef79-45c2-87f9-e1a2b1cc2b20?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-27T06:57:37.281Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a2d69ae-fb90-4f43-9e2b-4de3cc258595/model-vers/model-ver/0b8916b1-ef79-45c2-87f9-e1a2b1cc2b20?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/3a2d69ae-fb90-4f43-9e2b-4de3cc258595/model-vers/model-ver/0b8916b1-ef79-45c2-87f9-e1a2b1cc2b20?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220627-06:57:37:111-87480], vertex-id=[221216], Content-Length=[0], Date=[Mon, 27 Jun 2022 06:57:37 GMT], Content-Type=[application/json]} 2022-06-27T06:57:37.281Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a2d69ae-fb90-4f43-9e2b-4de3cc258595/model-vers/model-ver/0b8916b1-ef79-45c2-87f9-e1a2b1cc2b20?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-27T06:57:37.282Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a2d69ae-fb90-4f43-9e2b-4de3cc258595/model-vers/model-ver/0b8916b1-ef79-45c2-87f9-e1a2b1cc2b20?depth=0|INFO|500||InvokeReturn 2022-06-27T06:57:37.283Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-27T06:57:37.285Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-27T06:57:37.294Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-27T06:57:37.295Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID af99e699-cbea-4a6e-96ae-e3f81fec998a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-27T06:57:37.296Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-27T06:57:37.296Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:57:37.300Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:57:37.301Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313057295, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-27T06:57:37.399Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-27T06:57:37.400Z||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-06-27T06:57:37.400Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T06:57:37.451Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:57:37.452Z||pool-88-thread-1|||||INFO|500||cambria reply ok (53 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-06-27T06:57:38.345Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:57:38.346Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|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-06-27T06:57:38.346Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:57:47.921Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:57:47.922Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:57:47.923Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|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-06-27T06:57:47.923Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:57:56.405Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:57:56.406Z||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-06-27T06:57:56.407Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:57:56.441Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:57:56.442Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-27T06:57:56.442Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312948129, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-27T06:57:56.443Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-27T06:57:57.535Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:57:57.536Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:57:57.537Z||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-06-27T06:57:57.537Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:58:07.111Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:58:07.113Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:58:07.114Z||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-06-27T06:58:07.114Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:58:16.686Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:58:16.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:58:16.689Z||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-06-27T06:58:16.689Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:58:26.249Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:58:56.391Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:58:56.394Z||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-06-27T06:58:56.394Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:58:56.405Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:58:56.406Z||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-06-27T06:58:56.406Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:58:56.450Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:58:56.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-27T06:58:56.451Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312948129, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:58:56.454Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-27T06:58:56.455Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-27T06:58:56.455Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312948129, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:58:56.455Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-27T06:58:56.455Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-27T06:58:56.455Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312959948, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:58:56.455Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:58:56.455Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-27T06:58:56.456Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312963588, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-27T06:58:56.456Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:58:56.456Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-27T06:58:56.456Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312964700, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-27T06:58:56.456Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:58:56.456Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-27T06:58:56.456Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312965762, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-27T06:58:56.456Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:58:56.456Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-27T06:58:56.456Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312967069, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-27T06:58:56.456Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:58:56.456Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-27T06:58:56.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312968072, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-27T06:58:56.457Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:58:56.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-27T06:58:56.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312969076, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-27T06:58:56.457Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:58:56.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-27T06:58:56.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312970080, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:58:56.457Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:58:56.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-27T06:58:56.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cde50052-f54c-4cf7-ac45-c6e3b4c619f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313001503, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-27T06:58:56.458Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:58:56.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-27T06:58:56.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312948129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:58:56.458Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-27T06:58:56.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-27T06:58:56.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312948129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-27T06:58:56.458Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-27T06:58:56.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-27T06:58:56.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312948129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-27T06:58:56.458Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-27T06:58:56.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-27T06:58:56.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312948129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-27T06:58:56.459Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-27T06:58:56.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-27T06:58:56.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312948129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-27T06:58:56.459Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-27T06:58:56.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-27T06:58:56.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312948129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:58:56.459Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-27T06:58:56.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-27T06:58:56.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312948129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-27T06:58:56.460Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-27T06:58:56.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-27T06:58:56.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312948129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:58:56.460Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-27T06:58:56.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-27T06:58:56.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656312948129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:58:56.460Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-27T06:58:56.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-27T06:58:56.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313011772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:58:56.461Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:58:56.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-27T06:58:56.461Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313015338, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-06-27T06:58:56.461Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:59:05.944Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:59:56.391Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:59:56.392Z||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-06-27T06:59:56.392Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:59:56.405Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:59:56.406Z||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-06-27T06:59:56.406Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T06:59:56.933Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:59:56.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-27T06:59:56.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313016416, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-27T06:59:56.935Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:59:56.935Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-27T06:59:56.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313017504, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-27T06:59:56.935Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:59:56.935Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-27T06:59:56.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313018582, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-27T06:59:56.936Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:59:56.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-27T06:59:56.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313019642, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-27T06:59:56.936Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:59:56.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-27T06:59:56.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313020869, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-27T06:59:56.936Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:59:56.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-27T06:59:56.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313021885, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-27T06:59:56.937Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:59:56.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-27T06:59:56.937Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313022889, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-27T06:59:56.937Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:59:56.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-27T06:59:56.937Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313023893, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-06-27T06:59:56.937Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:59:56.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-27T06:59:56.938Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313024909, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-06-27T06:59:56.938Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:59:56.938Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-27T06:59:56.938Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313025915, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:59:56.938Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:59:56.938Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-27T06:59:56.938Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af99e699-cbea-4a6e-96ae-e3f81fec998a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313057295, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-27T06:59:56.939Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:00:05.952Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:00:56.392Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:00:56.393Z||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-06-27T07:00:56.393Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:00:56.405Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:00:56.406Z||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-06-27T07:00:56.406Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:01:05.962Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:01:05.976Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:01:56.391Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:01:56.392Z||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-06-27T07:01:56.392Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:01:56.410Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:01:56.411Z||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-06-27T07:01:56.411Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:02:05.967Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:02:05.968Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:02:56.391Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:02:56.392Z||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-06-27T07:02:56.392Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:02:56.405Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:02:56.407Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|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-06-27T07:02:56.408Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:03:05.987Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:03:05.989Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:03:56.391Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:03:56.392Z||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-06-27T07:03:56.392Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:03:56.405Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:03:56.406Z||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-06-27T07:03:56.406Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:04:05.988Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:04:05.992Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:04:56.393Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:04:56.394Z||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-06-27T07:04:56.394Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:04:56.405Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:04:56.406Z||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-06-27T07:04:56.406Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:05:05.963Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:05:05.967Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:05:56.391Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:05:56.392Z||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-06-27T07:05:56.392Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:05:56.405Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:05:56.406Z||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-06-27T07:05:56.406Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:06:05.975Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:06:05.979Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:06:56.392Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:06:56.393Z||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-06-27T07:06:56.393Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:06:56.405Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:06:56.406Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|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-06-27T07:06:56.406Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:07:05.972Z|af99e699-cbea-4a6e-96ae-e3f81fec998a|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:07:05.974Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:07:56.391Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:07:56.393Z||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-06-27T07:07:56.393Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:07:56.405Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:07:56.406Z||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-06-27T07:07:56.406Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:08:05.958Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:08:05.961Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:08:56.391Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:08:56.392Z||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-06-27T07:08:56.392Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:08:56.405Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:08:56.406Z||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-06-27T07:08:56.406Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:08:56.542Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:08:56.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656313716001, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T07:08:56.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:08:56.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "policy-id", "timestamp": 1656313718106, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T07:08:56.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:08:56.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "cds", "timestamp": 1656313721687, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T07:08:56.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:08:56.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "ves-openapi-manager", "timestamp": 1656313722013, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T07:08:56.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:08:56.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656313716001, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T07:08:56.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:08:56.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "policy-id", "timestamp": 1656313718106, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T07:08:56.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:08:56.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "cds", "timestamp": 1656313721687, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T07:08:56.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:08:56.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "ves-openapi-manager", "timestamp": 1656313722013, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T07:08:56.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:08:56.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656313716001, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T07:08:56.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:08:56.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "policy-id", "timestamp": 1656313718106, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-27T07:08:56.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:08:56.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "cds", "timestamp": 1656313721687, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T07:08:56.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:08:56.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "ves-openapi-manager", "timestamp": 1656313722013, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T07:08:56.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:08:56.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656313716001, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T07:08:56.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:08:56.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "policy-id", "timestamp": 1656313718106, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T07:08:56.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:08:56.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "cds", "timestamp": 1656313721687, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T07:08:56.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:08:56.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "ves-openapi-manager", "timestamp": 1656313722013, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T07:08:56.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:08:56.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656313716001, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-27T07:08:56.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:08:56.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "policy-id", "timestamp": 1656313718106, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-27T07:08:56.556Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:08:56.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "cds", "timestamp": 1656313721687, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-27T07:08:56.556Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:08:56.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "ves-openapi-manager", "timestamp": 1656313722013, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-27T07:08:56.556Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:08:56.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "multicloud-k8s-id", "timestamp": 1656313727686, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T07:08:56.556Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:08:56.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656313716001, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-27T07:08:56.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:08:56.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "policy-id", "timestamp": 1656313718106, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-27T07:08:56.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:08:56.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "cds", "timestamp": 1656313721687, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-27T07:08:56.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:08:56.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "ves-openapi-manager", "timestamp": 1656313722013, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-27T07:08:56.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:08:56.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "multicloud-k8s-id", "timestamp": 1656313727686, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-27T07:08:56.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:08:56.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "policy-id", "timestamp": 1656313718106, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-27T07:08:56.567Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:08:56.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.567Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656313716001, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-27T07:08:56.568Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:08:56.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "cds", "timestamp": 1656313721687, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-27T07:08:56.568Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:08:56.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "ves-openapi-manager", "timestamp": 1656313722013, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-27T07:08:56.568Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:08:56.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "multicloud-k8s-id", "timestamp": 1656313727686, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-27T07:08:56.569Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:08:56.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656313716001, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-27T07:08:56.569Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:08:56.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "policy-id", "timestamp": 1656313718106, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-27T07:08:56.569Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:08:56.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "cds", "timestamp": 1656313721687, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-27T07:08:56.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:08:56.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "ves-openapi-manager", "timestamp": 1656313722013, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-27T07:08:56.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:08:56.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "multicloud-k8s-id", "timestamp": 1656313727686, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T07:08:56.571Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:08:56.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656313716001, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T07:08:56.571Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:08:56.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "policy-id", "timestamp": 1656313718106, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T07:08:56.599Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:08:56.599Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.599Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "cds", "timestamp": 1656313721687, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T07:08:56.600Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:08:56.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.600Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "ves-openapi-manager", "timestamp": 1656313722013, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T07:08:56.600Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:08:56.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.600Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "multicloud-k8s-id", "timestamp": 1656313727686, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-27T07:08:56.600Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:08:56.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.601Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "policy-id", "timestamp": 1656313718106, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-27T07:08:56.601Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:08:56.601Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.601Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656313716001, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-27T07:08:56.601Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:08:56.601Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.601Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "cds", "timestamp": 1656313721687, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-27T07:08:56.601Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:08:56.601Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.601Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "ves-openapi-manager", "timestamp": 1656313722013, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-27T07:08:56.602Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:08:56.602Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.602Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "multicloud-k8s-id", "timestamp": 1656313727686, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-27T07:08:56.602Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:08:56.602Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.602Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656313732636, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T07:08:56.602Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:08:56.602Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.602Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "cds", "timestamp": 1656313733687, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T07:08:56.603Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:08:56.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.603Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "policy-id", "timestamp": 1656313733511, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T07:08:56.603Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:08:56.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "clamp", "timestamp": 1656313733076, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T07:08:56.604Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:08:56.604Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "multicloud-k8s-id", "timestamp": 1656313727686, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-27T07:08:56.604Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:08:56.604Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "policy-id", "timestamp": 1656313734523, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T07:08:56.605Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:08:56.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "clamp", "timestamp": 1656313733076, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-27T07:08:56.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:08:56.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "multicloud-k8s-id", "timestamp": 1656313727686, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-27T07:08:56.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:08:56.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "policy-id", "timestamp": 1656313735525, "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-06-27T07:08:56.688Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d473853c-1c2a-4ae9-9e8f-f80c3363234a 2022-06-27T07:08:56.689Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d473853c-1c2a-4ae9-9e8f-f80c3363234a 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-06-27T07:08:56.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "clamp", "timestamp": 1656313733076, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T07:08:56.701Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:08:56.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:08:56.701Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656313734982, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T07:08:56.701Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:08:57.024Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:08:57.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-27T07:08:57.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"d473853c-1c2a-4ae9-9e8f-f80c3363234a","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"edd63b38-f32a-47b0-85c5-8802768e0e6a","serviceDescription":"service","serviceInvariantUUID":"7eea92c0-620d-409d-b4fb-99d477163751","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"60283923-027d-4d4c-aa8e-380207e652cd","resourceInvariantUUID":"d4fffd0b-2dc0-4ca1-94c1-ff3e1c7c8ada","resourceCustomizationUUID":"657bfd5a-6f79-4b89-8368-840e61763339","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":"OGIxMzVjODI5NTZmMTI0MDFjYmFiMDU1NDE1NjAwOGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a809a3da-a255-4496-a44f-b56fdc81af9c","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":"YzhmNzgxNjRmYmNjYjRiMjFmZjVjM2U1YjgxNDFjODQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8c67859c-64bd-4fa7-a687-84f39a34f5b0","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":"edcaaeed-dcf8-469d-bf8e-24493ca7e734","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":"685d73f1-9147-4eb2-a0b2-31a335dfa997","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":"e47734f6-3b79-47f0-a843-addd535cf44d","artifactVersion":"2","generatedFromUUID":"fb4e727f-ae19-4df5-b4fc-5738acfa84ae"},{"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":"a72fbef5-0121-4261-9a7b-27e223bd8692","artifactVersion":"2","generatedFromUUID":"edcaaeed-dcf8-469d-bf8e-24493ca7e734"},{"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":"fb4e727f-ae19-4df5-b4fc-5738acfa84ae","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":"abc654e2-a2df-4d09-9c4d-10f0c449cbfa","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":"NzM0MGU0NGI1ZWYzNDFhZDZhZDI4ZmYwMDI3NzhhZWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"96206b1e-b070-48e6-9fe4-b74f33e53142","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YzkzYmZmMzk2MmI1ODQ4NTM3MGRlMDU5OTc3MDk0NjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cc4a486f-31e4-4212-8322-044218c54e7e","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-27T07:08:57.029Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T07:08:57.030Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-27T07:08:57.035Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T07:08:57.036Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313736391, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T07:08:57.134Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-27T07:08:57.135Z||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-06-27T07:08:57.136Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T07:08:57.163Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:08:57.164Z||pool-89-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-06-27T07:08:58.036Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T07:08:58.037Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-27T07:08:58.041Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T07:08:58.041Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313736391, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-27T07:08:58.141Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-27T07:08:58.142Z||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-06-27T07:08:58.143Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T07:08:58.156Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:08:58.157Z||pool-90-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-06-27T07:08:59.043Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T07:08:59.044Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-27T07:08:59.046Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T07:08:59.047Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313736391, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-27T07:08:59.151Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-06-27T07:08:59.152Z||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-06-27T07:08:59.152Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T07:08:59.168Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:08:59.169Z||pool-91-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-27T07:09:00.051Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T07:09:00.051Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-27T07:09:00.055Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T07:09:00.055Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313736391, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T07:09:00.159Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-06-27T07:09:00.160Z||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-06-27T07:09:00.160Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T07:09:00.183Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:09:00.184Z||pool-92-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-27T07:09:01.056Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T07:09:01.056Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-27T07:09:01.059Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T07:09:01.059Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313736391, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-27T07:09:01.159Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-27T07:09:01.160Z||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-06-27T07:09:01.160Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T07:09:01.214Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:09:01.215Z||pool-93-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":2,"count":1} 2022-06-27T07:09:02.062Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T07:09:02.063Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-27T07:09:02.067Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T07:09:02.067Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313736391, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-27T07:09:02.166Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-27T07:09:02.168Z||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-06-27T07:09:02.168Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T07:09:02.183Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:09:02.184Z||pool-94-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-27T07:09:03.068Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T07:09:03.068Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-27T07:09:03.071Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T07:09:03.072Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313736391, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-27T07:09:03.171Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-27T07:09:03.172Z||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-06-27T07:09:03.172Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T07:09:03.201Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:09:03.202Z||pool-95-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} 2022-06-27T07:09:04.072Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T07:09:04.073Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-27T07:09:04.077Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T07:09:04.077Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313736391, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-27T07:09:04.178Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-27T07:09:04.179Z||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-06-27T07:09:04.179Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T07:09:04.197Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:09:04.198Z||pool-96-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-27T07:09:05.077Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T07:09:05.083Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-27T07:09:05.087Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T07:09:05.091Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313736391, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T07:09:05.187Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-06-27T07:09:05.190Z||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-06-27T07:09:05.191Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T07:09:05.208Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:09:05.209Z||pool-97-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-27T07:09:06.092Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T07:09:06.093Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-27T07:09:06.096Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T07:09:06.096Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313736391, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-27T07:09:06.196Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T07:09:06.197Z||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-06-27T07:09:06.197Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T07:09:06.281Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:09:06.282Z||pool-98-thread-1|||||INFO|500||cambria reply ok (85 ms):{"serverTimeMs":0,"count":1} 2022-06-27T07:09:07.097Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "edd63b38-f32a-47b0-85c5-8802768e0e6a", "serviceDescription": "service", "serviceInvariantUUID": "7eea92c0-620d-409d-b4fb-99d477163751", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "657bfd5a-6f79-4b89-8368-840e61763339", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "60283923-027d-4d4c-aa8e-380207e652cd", "resourceInvariantUUID": "d4fffd0b-2dc0-4ca1-94c1-ff3e1c7c8ada", "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": "YzhmNzgxNjRmYmNjYjRiMjFmZjVjM2U1YjgxNDFjODQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8c67859c-64bd-4fa7-a687-84f39a34f5b0", "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": "edcaaeed-dcf8-469d-bf8e-24493ca7e734", "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": "a72fbef5-0121-4261-9a7b-27e223bd8692", "generatedFromUUID": "edcaaeed-dcf8-469d-bf8e-24493ca7e734" }, "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": "e47734f6-3b79-47f0-a843-addd535cf44d", "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": "a72fbef5-0121-4261-9a7b-27e223bd8692", "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": "fb4e727f-ae19-4df5-b4fc-5738acfa84ae", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "YzkzYmZmMzk2MmI1ODQ4NTM3MGRlMDU5OTc3MDk0NjU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cc4a486f-31e4-4212-8322-044218c54e7e" } ], "workloadContext": "Production" } 2022-06-27T07:09:07.098Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-27T07:09:07.098Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 edd63b38-f32a-47b0-85c5-8802768e0e6a ASDC 2022-06-27T07:09:07.099Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:d473853c-1c2a-4ae9-9e8f-f80c3363234a ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:edd63b38-f32a-47b0-85c5-8802768e0e6a ServiceInvariantUUID:7eea92c0-620d-409d-b4fb-99d477163751 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:cc4a486f-31e4-4212-8322-044218c54e7e ArtifactChecksum:YzkzYmZmMzk2MmI1ODQ4NTM3MGRlMDU5OTc3MDk0NjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:657bfd5a-6f79-4b89-8368-840e61763339 ResourceInvariantUUID:d4fffd0b-2dc0-4ca1-94c1-ff3e1c7c8ada ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:60283923-027d-4d4c-aa8e-380207e652cd 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:8c67859c-64bd-4fa7-a687-84f39a34f5b0 ArtifactChecksum:YzhmNzgxNjRmYmNjYjRiMjFmZjVjM2U1YjgxNDFjODQ= 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:edcaaeed-dcf8-469d-bf8e-24493ca7e734 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:a72fbef5-0121-4261-9a7b-27e223bd8692 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:e47734f6-3b79-47f0-a843-addd535cf44d 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:a72fbef5-0121-4261-9a7b-27e223bd8692 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:fb4e727f-ae19-4df5-b4fc-5738acfa84ae ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-27T07:09:07.099Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF edd63b38-f32a-47b0-85c5-8802768e0e6a 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-06-27T07:09:07.160Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-27T07:09:07.162Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-06-27T07:09:07.164Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-06-27T07:09:07.164Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: cc4a486f-31e4-4212-8322-044218c54e7e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-27T07:09:07.164Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-06-27T07:09:07.164Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-27T07:09:07.273Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-06-27T07:09:07.307Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar cc4a486f-31e4-4212-8322-044218c54e7e 158200 2022-06-27T07:09:07.308Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-06-27T07:09:07.308Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-27T07:09:07.308Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T07:09:07.310Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-27T07:09:07.313Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T07:09:07.314Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313747308, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T07:09:07.414Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T07:09:07.415Z||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-06-27T07:09:07.415Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T07:09:07.463Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:09:07.464Z||pool-99-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":1,"count":1} 2022-06-27T07:09:08.314Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-27T07:09:08.315Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-06-27T07:09:08.316Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: cc4a486f-31e4-4212-8322-044218c54e7e, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-27T07:09:08.323Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-06-27T07:09:08.324Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-27T07:09:08.324Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-27T07:09:08.627Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5253044142582885821/Definitions/service-BasicCnfMacro-template.yml 2022-06-27T07:09:11.161Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-27T07:09:11.161Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-06-27T07:09:11.162Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-27T07:09:11.162Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-06-27T07:09:11.162Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|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-BasicCnfMacro-csar.csar 2022-06-27T07:09:11.162Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||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-06-27T07:09:11.163Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||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-06-27T07:09:11.163Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||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-06-27T07:09:11.163Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-06-27T07:09:11.164Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:09:11.164Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T07:09:11.165Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-27T07:09:11.165Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-06-27T07:09:11.166Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-27T07:09:11.167Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:09:11.167Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T07:09:11.168Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-27T07:09:11.168Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-06-27T07:09:11.169Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-27T07:09:11.169Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:09:11.170Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T07:09:11.170Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:09:11.171Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-06-27T07:09:11.172Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-06-27T07:09:11.173Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-06-27T07:09:11.174Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-27T07:09:11.174Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:09:11.175Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-27T07:09:11.176Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:09:11.177Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-27T07:09:11.178Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T07:09:11.179Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:09:11.179Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-27T07:09:11.179Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T07:09:11.180Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:09:11.181Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-27T07:09:11.181Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T07:09:11.181Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:09:11.182Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-27T07:09:11.182Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T07:09:11.183Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:09:11.183Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-06-27T07:09:11.194Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-06-27T07:09:11.194Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=827f84e0-a415-4f89-8a55-678537cf074d 2022-06-27T07:09:11.195Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:09:11.195Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T07:09:11.195Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:09:11.195Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T07:09:11.195Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:09:11.196Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T07:09:11.196Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:09:11.196Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T07:09:11.196Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:edd63b38-f32a-47b0-85c5-8802768e0e6a Model Version:NULL Model InvariantUuid:7eea92c0-620d-409d-b4fb-99d477163751 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:b470746d-c4ce-43bc-9888-6c12bfa8ae20 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:d4fffd0b-2dc0-4ca1-94c1-ff3e1c7c8ada Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:657bfd5a-6f79-4b89-8368-840e61763339 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:37ec0f18-fddd-4e24-967b-79eeaabba0f6 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:cecaea58-29a9-4ba2-95ed-a95d9f5aab3f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:847f6c2f-98ed-4f52-9b23-56f1256c08b9 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:b79b6d26-7f10-4e66-99de-c27565a13cee ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:827f84e0-a415-4f89-8a55-678537cf074d ModelInvariantUuid:482da259-cd54-4fad-9152-a51f837a916f ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:516631ec-7a8b-49e0-bc52-ec5916116621 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:3d61a6e8-3022-4fa8-8608-ae9cbf1a95cf ModelInvariantUuid:f363f3f4-9cd1-4667-a0d0-8f9c62cfe163 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:5a8c2c04-6e71-43aa-82b1-723933f29af1 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-06-27T07:09:11.227Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 60283923-027d-4d4c-aa8e-380207e652cd 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-06-27T07:09:11.240Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||basic_cnf_macro 0 2022-06-27T07:09:11.241Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 60283923-027d-4d4c-aa8e-380207e652cd 2022-06-27T07:09:11.241Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8c67859c-64bd-4fa7-a687-84f39a34f5b0 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-27T07:09:11.241Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-06-27T07:09:11.242Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||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-06-27T07:09:11.295Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-06-27T07:09:11.296Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 8c67859c-64bd-4fa7-a687-84f39a34f5b0 1565 2022-06-27T07:09:11.296Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||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-06-27T07:09:11.297Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||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-06-27T07:09:11.297Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T07:09:11.297Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-27T07:09:11.303Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T07:09:11.303Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313751296, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-27T07:09:11.423Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 120 ms 2022-06-27T07:09:11.425Z||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-06-27T07:09:11.426Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T07:09:11.447Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:09:11.448Z||pool-100-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-27T07:09:12.319Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "847f6c2f-98ed-4f52-9b23-56f1256c08b9", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b79b6d26-7f10-4e66-99de-c27565a13cee", "vfModuleModelCustomizationUUID": "b0055396-007f-4cc6-a6bb-59e593ddb804", "isBase": true, "artifacts": [ "edcaaeed-dcf8-469d-bf8e-24493ca7e734", "a72fbef5-0121-4261-9a7b-27e223bd8692" ], "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": "37ec0f18-fddd-4e24-967b-79eeaabba0f6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cecaea58-29a9-4ba2-95ed-a95d9f5aab3f", "vfModuleModelCustomizationUUID": "f9bfd27f-0b10-4e92-b998-4b97f29f8916", "isBase": false, "artifacts": [ "fb4e727f-ae19-4df5-b4fc-5738acfa84ae" ], "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-06-27T07:09:12.361Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b79b6d26-7f10-4e66-99de-c27565a13cee VfModuleModelInvariantUUID:847f6c2f-98ed-4f52-9b23-56f1256c08b9 VfModuleModelDescription:NULL Artifacts UUID List:{ edcaaeed-dcf8-469d-bf8e-24493ca7e734 , a72fbef5-0121-4261-9a7b-27e223bd8692 } 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:cecaea58-29a9-4ba2-95ed-a95d9f5aab3f VfModuleModelInvariantUUID:37ec0f18-fddd-4e24-967b-79eeaabba0f6 VfModuleModelDescription:NULL Artifacts UUID List:{ fb4e727f-ae19-4df5-b4fc-5738acfa84ae } 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-06-27T07:09:12.367Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "847f6c2f-98ed-4f52-9b23-56f1256c08b9", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b79b6d26-7f10-4e66-99de-c27565a13cee", "vfModuleModelCustomizationUUID": "b0055396-007f-4cc6-a6bb-59e593ddb804", "isBase": true, "artifacts": [ "edcaaeed-dcf8-469d-bf8e-24493ca7e734", "a72fbef5-0121-4261-9a7b-27e223bd8692" ], "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": "37ec0f18-fddd-4e24-967b-79eeaabba0f6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cecaea58-29a9-4ba2-95ed-a95d9f5aab3f", "vfModuleModelCustomizationUUID": "f9bfd27f-0b10-4e92-b998-4b97f29f8916", "isBase": false, "artifacts": [ "fb4e727f-ae19-4df5-b4fc-5738acfa84ae" ], "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-06-27T07:09:12.367Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b79b6d26-7f10-4e66-99de-c27565a13cee VfModuleModelInvariantUUID:847f6c2f-98ed-4f52-9b23-56f1256c08b9 VfModuleModelDescription:NULL Artifacts UUID List:{ edcaaeed-dcf8-469d-bf8e-24493ca7e734 , a72fbef5-0121-4261-9a7b-27e223bd8692 } 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:cecaea58-29a9-4ba2-95ed-a95d9f5aab3f VfModuleModelInvariantUUID:37ec0f18-fddd-4e24-967b-79eeaabba0f6 VfModuleModelDescription:NULL Artifacts UUID List:{ fb4e727f-ae19-4df5-b4fc-5738acfa84ae } 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-06-27T07:09:12.368Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: edcaaeed-dcf8-469d-bf8e-24493ca7e734 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-27T07:09:12.368Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-06-27T07:09:12.368Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||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-06-27T07:09:12.426Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-06-27T07:09:12.426Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml edcaaeed-dcf8-469d-bf8e-24493ca7e734 914 2022-06-27T07:09:12.427Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||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-06-27T07:09:12.427Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||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-06-27T07:09:12.427Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T07:09:12.431Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-27T07:09:12.439Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T07:09:12.439Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313752427, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-27T07:09:12.535Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-06-27T07:09:12.536Z||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-06-27T07:09:12.536Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T07:09:12.550Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:09:12.550Z||pool-101-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-27T07:09:13.447Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e47734f6-3b79-47f0-a843-addd535cf44d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-06-27T07:09:13.447Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-06-27T07:09:13.448Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||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-06-27T07:09:13.496Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-06-27T07:09:13.498Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env e47734f6-3b79-47f0-a843-addd535cf44d 12 2022-06-27T07:09:13.504Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||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-06-27T07:09:13.504Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||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-06-27T07:09:13.504Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T07:09:13.506Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-27T07:09:13.519Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T07:09:13.520Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313753503, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-06-27T07:09:13.610Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms 2022-06-27T07:09:13.613Z||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-06-27T07:09:13.613Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T07:09:13.637Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:09:13.638Z||pool-102-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-27T07:09:14.528Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a72fbef5-0121-4261-9a7b-27e223bd8692 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-27T07:09:14.535Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-06-27T07:09:14.536Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||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-06-27T07:09:14.587Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-06-27T07:09:14.588Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env a72fbef5-0121-4261-9a7b-27e223bd8692 96 2022-06-27T07:09:14.589Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||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-06-27T07:09:14.589Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||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-06-27T07:09:14.589Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T07:09:14.590Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-27T07:09:14.593Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T07:09:14.594Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313754589, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-27T07:09:14.695Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-27T07:09:14.696Z||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-06-27T07:09:14.696Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T07:09:14.720Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:09:14.720Z||pool-103-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-06-27T07:09:15.595Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fb4e727f-ae19-4df5-b4fc-5738acfa84ae from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-06-27T07:09:15.595Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-06-27T07:09:15.595Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||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-06-27T07:09:15.687Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-06-27T07:09:15.688Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz fb4e727f-ae19-4df5-b4fc-5738acfa84ae 20206 2022-06-27T07:09:15.689Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||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-06-27T07:09:15.689Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||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-06-27T07:09:15.689Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T07:09:15.689Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-27T07:09:15.694Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T07:09:15.694Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313755689, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-27T07:09:15.794Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T07:09:15.803Z||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-06-27T07:09:15.803Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T07:09:15.820Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:09:15.821Z||pool-104-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-06-27T07:09:16.700Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: edd63b38-f32a-47b0-85c5-8802768e0e6a 2022-06-27T07:09:16.700Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 60283923-027d-4d4c-aa8e-380207e652cd 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-06-27T07:09:16.724Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@74b0188e, org.onap.sdc.toscaparser.api.parameters.Input@2937efb, org.onap.sdc.toscaparser.api.parameters.Input@5bd1ddac, org.onap.sdc.toscaparser.api.parameters.Input@416b5b27, org.onap.sdc.toscaparser.api.parameters.Input@356b4fec] 2022-06-27T07:09:16.729Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:09:16.729Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T07:09:16.730Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-06-27T07:09:16.730Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 657bfd5a-6f79-4b89-8368-840e61763339 2022-06-27T07:09:16.730Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 657bfd5a-6f79-4b89-8368-840e61763339 matches Tosca VF Customization UUID: 657bfd5a-6f79-4b89-8368-840e61763339 2022-06-27T07:09:16.731Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 657bfd5a-6f79-4b89-8368-840e61763339 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-06-27T07:09:16.737Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:09:16.740Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T07:09:16.745Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 657bfd5a-6f79-4b89-8368-840e61763339: {\"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-06-27T07:09:16.747Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@62d6c1f4 2022-06-27T07:09:16.748Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:09:16.750Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-27T07:09:16.750Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f9bfd27f-0b10-4e92-b998-4b97f29f8916 2022-06-27T07:09:16.751Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f9bfd27f-0b10-4e92-b998-4b97f29f8916 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-06-27T07:09:16.763Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:09:16.765Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-27T07:09:16.766Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T07:09:16.767Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:09:16.767Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-27T07:09:16.768Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T07:09:16.768Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:09:16.769Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-27T07:09:16.769Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=657bfd5a-6f79-4b89-8368-840e61763339 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-06-27T07:09:16.773Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:09:16.774Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T07:09:16.774Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid edd63b38-f32a-47b0-85c5-8802768e0e6a: basic_cnf_macro 2022-06-27T07:09:16.775Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:09:16.777Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T07:09:16.780Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:09:16.781Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T07:09:16.781Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:09:16.781Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T07:09:16.782Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:09:16.782Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T07:09:16.783Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:09:16.783Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T07:09:16.783Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||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-06-27T07:09:16.913Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 60283923-027d-4d4c-aa8e-380207e652cd 2 ASDC deployResourceStructure 2022-06-27T07:09:16.914Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||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-06-27T07:09:16.914Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||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-06-27T07:09:16.915Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-27T07:09:16.915Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-27T07:09:16.919Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T07:09:16.919Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313756914, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-27T07:09:17.019Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T07:09:17.020Z||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-06-27T07:09:17.020Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T07:09:17.036Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:09:17.037Z||pool-105-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-27T07:09:17.920Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||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-06-27T07:09:17.921Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||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-06-27T07:09:17.921Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-27T07:09:17.922Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-27T07:09:17.925Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T07:09:17.925Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313757920, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-06-27T07:09:18.025Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T07:09:18.026Z||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-06-27T07:09:18.026Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T07:09:18.080Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:09:18.081Z||pool-106-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1} 2022-06-27T07:09:18.931Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||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-06-27T07:09:18.932Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||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-06-27T07:09:18.932Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-27T07:09:18.932Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-27T07:09:18.935Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T07:09:18.935Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313758931, "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-06-27T07:09:19.036Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T07:09:19.043Z||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-06-27T07:09:19.047Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T07:09:19.099Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:09:19.100Z||pool-107-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1} 2022-06-27T07:09:19.937Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||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-06-27T07:09:19.937Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||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-06-27T07:09:19.938Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-27T07:09:19.938Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-27T07:09:19.941Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T07:09:19.942Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313759937, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-06-27T07:09:20.045Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-06-27T07:09:20.046Z||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-06-27T07:09:20.046Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T07:09:20.079Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:09:20.080Z||pool-108-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-06-27T07:09:20.945Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||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-06-27T07:09:20.946Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||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-06-27T07:09:20.946Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-27T07:09:20.946Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-27T07:09:20.956Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T07:09:20.956Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313760945, "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-06-27T07:09:21.060Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-06-27T07:09:21.061Z||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-06-27T07:09:21.062Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T07:09:21.076Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:09:21.078Z||pool-109-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-27T07:09:21.959Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-06-27T07:09:21.959Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-27T07:09:21.959Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-27T07:09:21.960Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-27T07:09:21.967Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T07:09:21.968Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313761959, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T07:09:22.063Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-06-27T07:09:22.073Z||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-06-27T07:09:22.073Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T07:09:22.093Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:09:22.093Z||pool-110-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-06-27T07:09:22.977Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d473853c-1c2a-4ae9-9e8f-f80c3363234a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T07:09:23.013Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d473853c-1c2a-4ae9-9e8f-f80c3363234a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-27T07:09:23.024Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T07:09:23.025Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-27T07:09:23.025Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-27T07:09:53.025Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d473853c-1c2a-4ae9-9e8f-f80c3363234a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T07:09:53.039Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d473853c-1c2a-4ae9-9e8f-f80c3363234a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-27T07:09:53.043Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T07:09:53.044Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-27T07:09:53.044Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-27T07:09:56.405Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:09:56.406Z||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-06-27T07:09:56.406Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:09:56.434Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:09:56.434Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:09:56.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "cds", "timestamp": 1656313736513, "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-06-27T07:09:56.446Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d473853c-1c2a-4ae9-9e8f-f80c3363234a 2022-06-27T07:09:56.447Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d473853c-1c2a-4ae9-9e8f-f80c3363234a 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-06-27T07:10:23.047Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d473853c-1c2a-4ae9-9e8f-f80c3363234a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T07:10:23.098Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d473853c-1c2a-4ae9-9e8f-f80c3363234a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-27T07:10:23.104Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T07:10:23.105Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-27T07:10:23.105Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-27T07:10:53.105Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d473853c-1c2a-4ae9-9e8f-f80c3363234a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T07:10:53.120Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d473853c-1c2a-4ae9-9e8f-f80c3363234a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-27T07:10:53.123Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T07:10:53.124Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-27T07:10:53.124Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-27T07:10:56.405Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:10:56.406Z||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-06-27T07:10:56.406Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:10:56.440Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:10:56.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:10:56.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "multicloud-k8s-id", "timestamp": 1656313727686, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T07:10:56.442Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:11:23.126Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d473853c-1c2a-4ae9-9e8f-f80c3363234a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T07:11:23.145Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d473853c-1c2a-4ae9-9e8f-f80c3363234a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-27T07:11:23.156Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T07:11:23.156Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-27T07:11:23.157Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-27T07:11:53.157Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d473853c-1c2a-4ae9-9e8f-f80c3363234a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T07:11:53.180Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d473853c-1c2a-4ae9-9e8f-f80c3363234a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-27T07:11:53.187Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T07:11:53.187Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-27T07:11:53.187Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-27T07:11:56.405Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:11:56.406Z||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-06-27T07:11:56.406Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:11:56.955Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:11:56.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:11:56.959Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "clamp", "timestamp": 1656313733076, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T07:11:56.960Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:11:56.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:11:56.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656313735986, "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-06-27T07:11:56.967Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d473853c-1c2a-4ae9-9e8f-f80c3363234a 2022-06-27T07:11:56.968Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d473853c-1c2a-4ae9-9e8f-f80c3363234a 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-06-27T07:11:56.977Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:11:56.978Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313736391, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T07:11:56.978Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:11:56.978Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:11:56.978Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "multicloud-k8s-id", "timestamp": 1656313727686, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-27T07:11:56.978Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:11:56.978Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:11:56.978Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "clamp", "timestamp": 1656313733076, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-27T07:11:56.979Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:11:56.979Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:11:56.979Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313736391, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-27T07:11:56.979Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:11:56.979Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:11:56.979Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "multicloud-k8s-id", "timestamp": 1656313738436, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-27T07:11:56.986Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:11:56.986Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:11:56.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "clamp", "timestamp": 1656313733076, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-27T07:11:56.987Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:11:56.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:11:56.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313736391, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-27T07:11:56.987Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:11:56.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:11:56.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "multicloud-k8s-id", "timestamp": 1656313739497, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-27T07:11:56.987Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:11:56.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:11:56.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "aai-ml", "timestamp": 1656313738423, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T07:11:56.988Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:11:56.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:11:56.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "clamp", "timestamp": 1656313733076, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-27T07:11:56.988Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:11:56.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:11:56.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313736391, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T07:11:56.988Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:11:56.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:11:56.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "multicloud-k8s-id", "timestamp": 1656313740557, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-27T07:11:56.989Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:11:56.989Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:11:56.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "aai-ml", "timestamp": 1656313738423, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T07:11:56.989Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:11:56.989Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:11:56.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "clamp", "timestamp": 1656313733076, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-27T07:11:56.989Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:11:56.989Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:11:56.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313736391, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-27T07:11:56.990Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:11:56.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:11:56.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "multicloud-k8s-id", "timestamp": 1656313741618, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-27T07:11:56.990Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:11:56.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:11:56.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "aai-ml", "timestamp": 1656313738423, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T07:11:56.991Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:11:56.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:11:56.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "clamp", "timestamp": 1656313733076, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T07:11:56.991Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:11:56.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:11:56.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313736391, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-27T07:11:56.991Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:11:56.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:11:56.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "multicloud-k8s-id", "timestamp": 1656313742663, "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-06-27T07:11:57.006Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d473853c-1c2a-4ae9-9e8f-f80c3363234a 2022-06-27T07:11:57.006Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d473853c-1c2a-4ae9-9e8f-f80c3363234a 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-06-27T07:11:57.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:11:57.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "aai-ml", "timestamp": 1656313738423, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T07:11:57.025Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:11:57.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:11:57.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "clamp", "timestamp": 1656313733076, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-27T07:11:57.026Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:11:57.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:11:57.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313736391, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-27T07:11:57.026Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:11:57.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:11:57.027Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "multicloud-k8s-id", "timestamp": 1656313743668, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-27T07:11:57.027Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:11:57.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:11:57.027Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "aai-ml", "timestamp": 1656313738423, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-27T07:11:57.027Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:11:57.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:11:57.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313736391, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-27T07:11:57.028Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:11:57.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:11:57.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "aai-ml", "timestamp": 1656313738423, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-27T07:11:57.029Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:11:57.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:11:57.029Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313736391, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T07:11:57.029Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:11:57.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:11:57.030Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "aai-ml", "timestamp": 1656313738423, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-27T07:11:57.030Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:11:57.030Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:11:57.030Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313736391, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-27T07:11:57.031Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:11:57.031Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:11:57.031Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "aai-ml", "timestamp": 1656313738423, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-27T07:11:57.031Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:11:57.032Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:11:57.032Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313747308, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T07:11:57.032Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:11:57.032Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:11:57.033Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "aai-ml", "timestamp": 1656313738423, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T07:11:57.033Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:11:57.033Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:11:57.033Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "aai-ml", "timestamp": 1656313738423, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-27T07:11:57.033Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-27T07:11:57.033Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:11:57.033Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "aai-ml", "timestamp": 1656313749342, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T07:11:57.034Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:11:57.034Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:11:57.034Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313751296, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-27T07:11:57.034Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:11:57.034Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:11:57.034Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313752427, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-27T07:11:57.035Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:11:57.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:11:57.035Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "clamp", "timestamp": 1656313752604, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T07:11:57.035Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:11:57.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:11:57.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313753503, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-06-27T07:11:57.036Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:11:57.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:11:57.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313754589, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-27T07:11:57.036Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:11:57.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:11:57.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313755689, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-27T07:11:57.037Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:11:57.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:11:57.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313756914, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-27T07:11:57.038Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:11:57.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:11:57.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "clamp", "timestamp": 1656313757645, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T07:11:57.038Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:11:57.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:11:57.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313757920, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-06-27T07:11:57.039Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:11:57.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:11:57.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "clamp", "timestamp": 1656313758656, "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-06-27T07:11:57.046Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d473853c-1c2a-4ae9-9e8f-f80c3363234a 2022-06-27T07:11:57.046Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d473853c-1c2a-4ae9-9e8f-f80c3363234a 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-06-27T07:11:57.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:11:57.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313758931, "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-06-27T07:11:57.060Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:11:57.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:11:57.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313759937, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-06-27T07:11:57.061Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:11:57.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:11:57.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313760945, "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-06-27T07:11:57.062Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:11:57.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:11:57.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313761959, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T07:11:57.062Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:11:57.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:11:57.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "aai-ml", "timestamp": 1656313763742, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T07:11:57.063Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:11:57.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:11:57.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "aai-ml", "timestamp": 1656313764749, "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-06-27T07:11:57.070Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d473853c-1c2a-4ae9-9e8f-f80c3363234a 2022-06-27T07:11:57.070Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d473853c-1c2a-4ae9-9e8f-f80c3363234a 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-06-27T07:12:23.187Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d473853c-1c2a-4ae9-9e8f-f80c3363234a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T07:12:23.204Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d473853c-1c2a-4ae9-9e8f-f80c3363234a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-27T07:12:23.208Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T07:12:23.208Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-27T07:12:23.208Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-27T07:12:23.208Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-27T07:12:23.208Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T07:12:23.209Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T07:12:23.209Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T07:12:23.209Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T07:12:23.209Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T07:12:23.209Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T07:12:23.209Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|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-06-27T07:12:23.215Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-27T07:12:53.216Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d473853c-1c2a-4ae9-9e8f-f80c3363234a 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-06-27T07:12:53.225Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d473853c-1c2a-4ae9-9e8f-f80c3363234a and serviceModelVersionId: edd63b38-f32a-47b0-85c5-8802768e0e6a 2022-06-27T07:12:53.225Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7eea92c0-620d-409d-b4fb-99d477163751 2022-06-27T07:12:53.227Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7eea92c0-620d-409d-b4fb-99d477163751/model-vers/model-ver/edd63b38-f32a-47b0-85c5-8802768e0e6a?depth=0 2022-06-27T07:12:53.241Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-06-27T07:12:53.338Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|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/7eea92c0-620d-409d-b4fb-99d477163751/model-vers/model-ver/edd63b38-f32a-47b0-85c5-8802768e0e6a?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-06-27T07:12:53.340Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eea92c0-620d-409d-b4fb-99d477163751/model-vers/model-ver/edd63b38-f32a-47b0-85c5-8802768e0e6a?depth=0|INFO|500||Invoke 2022-06-27T07:12:53.419Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eea92c0-620d-409d-b4fb-99d477163751/model-vers/model-ver/edd63b38-f32a-47b0-85c5-8802768e0e6a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-27T07:12:53.796Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eea92c0-620d-409d-b4fb-99d477163751/model-vers/model-ver/edd63b38-f32a-47b0-85c5-8802768e0e6a?depth=0|INFO|500||InvokeReturn 2022-06-27T07:12:53.797Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|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/7eea92c0-620d-409d-b4fb-99d477163751/model-vers/model-ver/edd63b38-f32a-47b0-85c5-8802768e0e6a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220627-07:12:53:446-3776], vertex-id=[241696], Content-Length=[0], Date=[Mon, 27 Jun 2022 07:12:53 GMT], Content-Type=[application/json]} 2022-06-27T07:12:53.798Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2022-06-27T07:12:53.798Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-27T07:12:53.799Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|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-06-27T07:12:53.807Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|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-06-27T07:12:53.808Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d473853c-1c2a-4ae9-9e8f-f80c3363234a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-27T07:12:53.808Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-27T07:12:53.808Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-27T07:12:53.812Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T07:12:53.813Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313973808, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-27T07:12:53.910Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-06-27T07:12:53.911Z||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-06-27T07:12:53.911Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T07:12:53.936Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:12:53.937Z||pool-111-thread-1|||||INFO|500||cambria reply ok (26 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-06-27T07:12:54.827Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:12:54.827Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|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-06-27T07:12:54.828Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:12:56.405Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:12:56.406Z||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-06-27T07:12:56.406Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:12:57.041Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:12:57.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T07:12:57.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d473853c-1c2a-4ae9-9e8f-f80c3363234a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656313973808, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-27T07:12:57.043Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:13:05.308Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:13:05.309Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:13:05.310Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|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-06-27T07:13:05.310Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:13:14.862Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:13:14.863Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:13:14.864Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|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-06-27T07:13:14.864Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:13:24.464Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:13:24.464Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:13:24.465Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|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-06-27T07:13:24.465Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:13:34.056Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:13:56.396Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:13:56.397Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|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-06-27T07:13:56.397Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:13:56.405Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:13:56.406Z||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-06-27T07:13:56.406Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:14:05.955Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:14:05.989Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:14:56.403Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:14:56.405Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:14:56.406Z||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-06-27T07:14:56.406Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|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-06-27T07:14:56.406Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:14:56.406Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:14:57.093Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:14:57.093Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:14:57.094Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.095Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"dde60dcb-3542-48b1-ab3d-91afb651c3f7","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"034646b1-0373-41c4-9812-3bcb1b37c21b","serviceDescription":"service","serviceInvariantUUID":"2afdb472-44e9-46fb-b4f0-0f1cf3dbe3b9","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1a9d099c-1ea4-40e1-9370-c522c2123a7d","resourceInvariantUUID":"64e71101-6f63-4371-9bb1-41072676f86b","resourceCustomizationUUID":"4c0d611a-fa82-4ad8-8c6d-3969dfd2b0d7","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":"M2I2YWJkOTY3ZGZiYTRkNjA1YzAwZmUxNDcyNDg4YjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c4ed3f3c-577e-4b40-931e-1dabc89fa352","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":"11e704f6-2399-4e2c-b961-ca1f530d5a6b","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":"1488be40-7268-4b3c-baac-906fd9657a12","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":"NzM5YWQ4YjdjOTU2MGJkYjM4NWY4YjJlMWM2YmRhYzc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f45c8034-ed77-4501-9029-22b5b849c507","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":"240f9b34-f91c-49fe-8ccb-dc4f651f6aad","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":"2348bd92-26d6-447b-80e6-ad2e687d7018","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":"6093c1e4-5a5f-4b72-9e1b-65c69cfe4b74","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":"ZjYzMjU5MDQ4MDU0OTU5YTcwNzQzOGU1OWVjZWNiZjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fd870647-92a5-4f82-bdb6-96c2df2c229f","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZmUwZWJiODdhNmIyNWRjNThjNTZkZDhkZTYwMTRjNzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7feea638-bcd2-47fb-8f7c-a5d8dfc889b8","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-27T07:14:57.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "multicloud-k8s-id", "timestamp": 1656314047687, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "ves-openapi-manager", "timestamp": 1656314042012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.100Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T07:14:57.103Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-27T07:14:57.108Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T07:14:57.108Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314096403, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656314046001, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.110Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "multicloud-k8s-id", "timestamp": 1656314047687, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "ves-openapi-manager", "timestamp": 1656314042012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656314046001, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "multicloud-k8s-id", "timestamp": 1656314047687, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "ves-openapi-manager", "timestamp": 1656314042012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656314046001, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "cds", "timestamp": 1656314051687, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "multicloud-k8s-id", "timestamp": 1656314047687, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.117Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "ves-openapi-manager", "timestamp": 1656314042012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.118Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656314046001, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.119Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.120Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "cds", "timestamp": 1656314051687, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.120Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.120Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "multicloud-k8s-id", "timestamp": 1656314047687, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.121Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "ves-openapi-manager", "timestamp": 1656314042012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.121Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656314046001, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.122Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "cds", "timestamp": 1656314051687, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.123Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "multicloud-k8s-id", "timestamp": 1656314047687, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.125Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.126Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "ves-openapi-manager", "timestamp": 1656314042012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.127Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.128Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656314046001, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.130Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "cds", "timestamp": 1656314051687, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.132Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.132Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "multicloud-k8s-id", "timestamp": 1656314047687, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.133Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.134Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "ves-openapi-manager", "timestamp": 1656314042012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-06-27T07:14:57.135Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.135Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.135Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656314046001, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.138Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.139Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "cds", "timestamp": 1656314051687, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.140Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "multicloud-k8s-id", "timestamp": 1656314047687, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.144Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "ves-openapi-manager", "timestamp": 1656314042012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.147Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.147Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.148Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656314046001, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.149Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.152Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "cds", "timestamp": 1656314051687, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.153Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "multicloud-k8s-id", "timestamp": 1656314047687, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-27T07:14:57.154Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.155Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "ves-openapi-manager", "timestamp": 1656314042012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.156Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.157Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.158Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656314046001, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-27T07:14:57.159Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "cds", "timestamp": 1656314051687, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.160Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.161Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.161Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "ves-openapi-manager", "timestamp": 1656314057491, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-06-27T07:14:57.162Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:14:57.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.162Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656314057496, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T07:14:57.163Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:14:57.163Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.164Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "policy-id", "timestamp": 1656314058106, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.164Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.167Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "cds", "timestamp": 1656314051687, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.167Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "ves-openapi-manager", "timestamp": 1656314058515, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-06-27T07:14:57.169Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:14:57.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.169Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "policy-id", "timestamp": 1656314058106, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.170Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "cds", "timestamp": 1656314051687, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-27T07:14:57.171Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.171Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.172Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656314059375, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T07:14:57.173Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:14:57.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "ves-openapi-manager", "timestamp": 1656314059517, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-27T07:14:57.215Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-06-27T07:14:57.216Z||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-06-27T07:14:57.216Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-27T07:14:57.245Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:14:57.246Z||pool-112-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-06-27T07:14:57.247Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of dde60dcb-3542-48b1-ab3d-91afb651c3f7 2022-06-27T07:14:57.248Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dde60dcb-3542-48b1-ab3d-91afb651c3f7 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-06-27T07:14:57.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "policy-id", "timestamp": 1656314058106, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656314060380, "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-06-27T07:14:57.313Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dde60dcb-3542-48b1-ab3d-91afb651c3f7 2022-06-27T07:14:57.313Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dde60dcb-3542-48b1-ab3d-91afb651c3f7 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-06-27T07:14:57.351Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.351Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "cds", "timestamp": 1656314061499, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T07:14:57.352Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:14:57.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "policy-id", "timestamp": 1656314058106, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.353Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "cds", "timestamp": 1656314062773, "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-06-27T07:14:57.374Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dde60dcb-3542-48b1-ab3d-91afb651c3f7 2022-06-27T07:14:57.375Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dde60dcb-3542-48b1-ab3d-91afb651c3f7 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-06-27T07:14:57.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "policy-id", "timestamp": 1656314058106, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.409Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.409Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.409Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "clamp", "timestamp": 1656314063076, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.409Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.410Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.410Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "policy-id", "timestamp": 1656314058106, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.410Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.410Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.411Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "clamp", "timestamp": 1656314063076, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.412Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.412Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.412Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "policy-id", "timestamp": 1656314058106, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.412Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.413Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.413Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "clamp", "timestamp": 1656314063076, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.414Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.414Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.414Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "policy-id", "timestamp": 1656314058106, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.415Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.415Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.415Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "clamp", "timestamp": 1656314063076, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.416Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.416Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.417Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "policy-id", "timestamp": 1656314058106, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-27T07:14:57.417Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.417Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.418Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "clamp", "timestamp": 1656314063076, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.418Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.418Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.419Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "policy-id", "timestamp": 1656314067863, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T07:14:57.419Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:14:57.420Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.420Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "clamp", "timestamp": 1656314063076, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.420Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.421Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.421Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "policy-id", "timestamp": 1656314068867, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T07:14:57.421Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:14:57.422Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.422Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "aai-ml", "timestamp": 1656314068424, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.422Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.423Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.423Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "clamp", "timestamp": 1656314063076, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.423Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.423Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.424Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "policy-id", "timestamp": 1656314069870, "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-06-27T07:14:57.464Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dde60dcb-3542-48b1-ab3d-91afb651c3f7 2022-06-27T07:14:57.465Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dde60dcb-3542-48b1-ab3d-91afb651c3f7 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-06-27T07:14:57.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.496Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "aai-ml", "timestamp": 1656314068424, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.496Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.497Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.497Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "clamp", "timestamp": 1656314063076, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.497Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "aai-ml", "timestamp": 1656314068424, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.498Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "clamp", "timestamp": 1656314063076, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-27T07:14:57.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "aai-ml", "timestamp": 1656314068424, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "aai-ml", "timestamp": 1656314068424, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "aai-ml", "timestamp": 1656314068424, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "aai-ml", "timestamp": 1656314068424, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "aai-ml", "timestamp": 1656314068424, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:57.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "aai-ml", "timestamp": 1656314068424, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-27T07:14:57.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:14:57.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "aai-ml", "timestamp": 1656314078200, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T07:14:57.505Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:14:57.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "clamp", "timestamp": 1656314080685, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T07:14:57.506Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:14:57.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "clamp", "timestamp": 1656314083687, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T07:14:57.507Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:14:57.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "clamp", "timestamp": 1656314084704, "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-06-27T07:14:57.517Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dde60dcb-3542-48b1-ab3d-91afb651c3f7 2022-06-27T07:14:57.518Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dde60dcb-3542-48b1-ab3d-91afb651c3f7 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-06-27T07:14:57.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "aai-ml", "timestamp": 1656314086938, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T07:14:57.541Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:14:57.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:14:57.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "aai-ml", "timestamp": 1656314087945, "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-06-27T07:14:57.561Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dde60dcb-3542-48b1-ab3d-91afb651c3f7 2022-06-27T07:14:57.561Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dde60dcb-3542-48b1-ab3d-91afb651c3f7 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-06-27T07:14:58.109Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T07:14:58.110Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-27T07:14:58.119Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T07:14:58.119Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314096403, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:58.219Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T07:14:58.220Z||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-06-27T07:14:58.220Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T07:14:58.235Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:14:58.235Z||pool-113-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-27T07:14:59.119Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T07:14:59.120Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-27T07:14:59.123Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T07:14:59.123Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314096403, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-27T07:14:59.224Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T07:14:59.226Z||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-06-27T07:14:59.226Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T07:14:59.239Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:14:59.240Z||pool-114-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-06-27T07:15:00.124Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T07:15:00.125Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-27T07:15:00.140Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T07:15:00.140Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314096403, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-27T07:15:00.231Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms 2022-06-27T07:15:00.232Z||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-06-27T07:15:00.232Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T07:15:00.249Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:15:00.250Z||pool-115-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-27T07:15:01.141Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T07:15:01.141Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-27T07:15:01.144Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T07:15:01.144Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314096403, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T07:15:01.244Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T07:15:01.245Z||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-06-27T07:15:01.245Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T07:15:01.258Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:15:01.259Z||pool-116-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-27T07:15:02.149Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T07:15:02.149Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-27T07:15:02.152Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T07:15:02.152Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314096403, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T07:15:02.261Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms 2022-06-27T07:15:02.263Z||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-06-27T07:15:02.263Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T07:15:02.275Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:15:02.276Z||pool-117-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-27T07:15:03.157Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T07:15:03.158Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-27T07:15:03.167Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T07:15:03.168Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314096403, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T07:15:03.267Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-27T07:15:03.268Z||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-06-27T07:15:03.269Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T07:15:03.280Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:15:03.281Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-27T07:15:04.169Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T07:15:04.169Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-27T07:15:04.171Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T07:15:04.172Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314096403, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T07:15:04.272Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T07:15:04.273Z||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-06-27T07:15:04.273Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T07:15:04.286Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:15:04.286Z||pool-119-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-06-27T07:15:05.173Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T07:15:05.173Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-27T07:15:05.182Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T07:15:05.182Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314096403, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-27T07:15:05.277Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-06-27T07:15:05.278Z||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-06-27T07:15:05.278Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T07:15:05.301Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:15:05.302Z||pool-120-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-27T07:15:06.187Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "034646b1-0373-41c4-9812-3bcb1b37c21b", "serviceDescription": "service", "serviceInvariantUUID": "2afdb472-44e9-46fb-b4f0-0f1cf3dbe3b9", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "4c0d611a-fa82-4ad8-8c6d-3969dfd2b0d7", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "1a9d099c-1ea4-40e1-9370-c522c2123a7d", "resourceInvariantUUID": "64e71101-6f63-4371-9bb1-41072676f86b", "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": "ZmUwZWJiODdhNmIyNWRjNThjNTZkZDhkZTYwMTRjNzE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7feea638-bcd2-47fb-8f7c-a5d8dfc889b8" } ], "workloadContext": "Production" } 2022-06-27T07:15:06.191Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-27T07:15:06.191Z|d473853c-1c2a-4ae9-9e8f-f80c3363234a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 034646b1-0373-41c4-9812-3bcb1b37c21b ASDC 2022-06-27T07:15:06.192Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:dde60dcb-3542-48b1-ab3d-91afb651c3f7 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:034646b1-0373-41c4-9812-3bcb1b37c21b ServiceInvariantUUID:2afdb472-44e9-46fb-b4f0-0f1cf3dbe3b9 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:7feea638-bcd2-47fb-8f7c-a5d8dfc889b8 ArtifactChecksum:ZmUwZWJiODdhNmIyNWRjNThjNTZkZDhkZTYwMTRjNzE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:4c0d611a-fa82-4ad8-8c6d-3969dfd2b0d7 ResourceInvariantUUID:64e71101-6f63-4371-9bb1-41072676f86b ResourceName:test-pnf ResourceType:PNF ResourceUUID:1a9d099c-1ea4-40e1-9370-c522c2123a7d ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-27T07:15:06.193Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 034646b1-0373-41c4-9812-3bcb1b37c21b 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-06-27T07:15:06.249Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-27T07:15:06.250Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-06-27T07:15:06.251Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-06-27T07:15:06.251Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 7feea638-bcd2-47fb-8f7c-a5d8dfc889b8 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-27T07:15:06.251Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-06-27T07:15:06.251Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-27T07:15:06.329Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-06-27T07:15:06.340Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 7feea638-bcd2-47fb-8f7c-a5d8dfc889b8 105670 2022-06-27T07:15:06.340Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-06-27T07:15:06.341Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-27T07:15:06.341Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T07:15:06.342Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-27T07:15:06.344Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T07:15:06.345Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314106340, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T07:15:06.451Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-06-27T07:15:06.452Z||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-06-27T07:15:06.452Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T07:15:06.473Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:15:06.474Z||pool-121-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-06-27T07:15:07.346Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-27T07:15:07.348Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-06-27T07:15:07.348Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 7feea638-bcd2-47fb-8f7c-a5d8dfc889b8, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-27T07:15:07.349Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-06-27T07:15:07.350Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-27T07:15:07.350Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-27T07:15:07.628Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9004097569714903186/Definitions/service-TestPnfMacro-template.yml 2022-06-27T07:15:09.439Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-27T07:15:09.441Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-06-27T07:15:09.441Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-27T07:15:09.441Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-27T07:15:09.441Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|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-TestPnfMacro-csar.csar 2022-06-27T07:15:09.442Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|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-TestPnfMacro-csar.csar 2022-06-27T07:15:09.442Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||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-06-27T07:15:09.442Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|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-TestPnfMacro-csar.csar 2022-06-27T07:15:09.442Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|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-TestPnfMacro-csar.csar 2022-06-27T07:15:09.443Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|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-TestPnfMacro-csar.csar 2022-06-27T07:15:09.443Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|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-TestPnfMacro-csar.csar 2022-06-27T07:15:09.443Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-06-27T07:15:09.443Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:15:09.444Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T07:15:09.444Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-06-27T07:15:09.445Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-06-27T07:15:09.448Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-27T07:15:09.448Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:15:09.448Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T07:15:09.449Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-06-27T07:15:09.449Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-06-27T07:15:09.449Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-27T07:15:09.450Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:15:09.454Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T07:15:09.454Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:15:09.455Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T07:15:09.455Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:15:09.455Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T07:15:09.455Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:15:09.456Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T07:15:09.456Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:15:09.456Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T07:15:09.456Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:034646b1-0373-41c4-9812-3bcb1b37c21b Model Version:NULL Model InvariantUuid:2afdb472-44e9-46fb-b4f0-0f1cf3dbe3b9 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-06-27T07:15:09.467Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 1a9d099c-1ea4-40e1-9370-c522c2123a7d 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-06-27T07:15:09.478Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||INFO|500||test-pnf 0 2022-06-27T07:15:09.478Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 1a9d099c-1ea4-40e1-9370-c522c2123a7d 2022-06-27T07:15:09.479Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 034646b1-0373-41c4-9812-3bcb1b37c21b 2022-06-27T07:15:09.479Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 034646b1-0373-41c4-9812-3bcb1b37c21b 2022-06-27T07:15:09.480Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 1a9d099c-1ea4-40e1-9370-c522c2123a7d 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-06-27T07:15:09.493Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@ca4d360, org.onap.sdc.toscaparser.api.parameters.Input@3181d06d, org.onap.sdc.toscaparser.api.parameters.Input@3cc4635e, org.onap.sdc.toscaparser.api.parameters.Input@cff1521, org.onap.sdc.toscaparser.api.parameters.Input@26eaf80d] 2022-06-27T07:15:09.494Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:15:09.494Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T07:15:09.495Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 034646b1-0373-41c4-9812-3bcb1b37c21b: test-pnf 2022-06-27T07:15:09.495Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||INFO|500||Processing PNF resource: 1a9d099c-1ea4-40e1-9370-c522c2123a7d 2022-06-27T07:15:09.496Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:15:09.496Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T07:15:09.497Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||INFO|500||Resource customization UUID: 4c0d611a-fa82-4ad8-8c6d-3969dfd2b0d7 is the same as notified resource customizationUUID: 4c0d611a-fa82-4ad8-8c6d-3969dfd2b0d7 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-06-27T07:15:09.560Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 1a9d099c-1ea4-40e1-9370-c522c2123a7d 0 ASDC deployResourceStructure 2022-06-27T07:15:09.561Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-06-27T07:15:09.561Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-27T07:15:09.561Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-27T07:15:09.562Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-27T07:15:09.568Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T07:15:09.568Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314109561, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T07:15:09.667Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-27T07:15:09.668Z||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-06-27T07:15:09.668Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T07:15:09.682Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:15:09.682Z||pool-122-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-27T07:15:10.569Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dde60dcb-3542-48b1-ab3d-91afb651c3f7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T07:15:10.585Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dde60dcb-3542-48b1-ab3d-91afb651c3f7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-27T07:15:10.590Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T07:15:10.591Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-27T07:15:10.591Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-27T07:15:10.591Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-27T07:15:10.591Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T07:15:10.592Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T07:15:10.592Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T07:15:10.592Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T07:15:10.592Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T07:15:10.593Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T07:15:10.593Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T07:15:10.593Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|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-06-27T07:15:10.603Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-27T07:15:40.603Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dde60dcb-3542-48b1-ab3d-91afb651c3f7 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-06-27T07:15:40.617Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dde60dcb-3542-48b1-ab3d-91afb651c3f7 and serviceModelVersionId: 034646b1-0373-41c4-9812-3bcb1b37c21b 2022-06-27T07:15:40.617Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2afdb472-44e9-46fb-b4f0-0f1cf3dbe3b9 2022-06-27T07:15:40.620Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2afdb472-44e9-46fb-b4f0-0f1cf3dbe3b9/model-vers/model-ver/034646b1-0373-41c4-9812-3bcb1b37c21b?depth=0 2022-06-27T07:15:40.634Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-06-27T07:15:40.723Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2afdb472-44e9-46fb-b4f0-0f1cf3dbe3b9/model-vers/model-ver/034646b1-0373-41c4-9812-3bcb1b37c21b?depth=0|INFO|500||Invoke 2022-06-27T07:15:40.724Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2afdb472-44e9-46fb-b4f0-0f1cf3dbe3b9/model-vers/model-ver/034646b1-0373-41c4-9812-3bcb1b37c21b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2afdb472-44e9-46fb-b4f0-0f1cf3dbe3b9/model-vers/model-ver/034646b1-0373-41c4-9812-3bcb1b37c21b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dde60dcb-3542-48b1-ab3d-91afb651c3f7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[75a45bed-64b0-488e-869d-2f79ca9d353f], X-ECOMP-RequestID=[dde60dcb-3542-48b1-ab3d-91afb651c3f7], X-TransactionId=[], X-ONAP-RequestID=[dde60dcb-3542-48b1-ab3d-91afb651c3f7], Content-Type=[application/merge-patch+json]} 2022-06-27T07:15:40.756Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2afdb472-44e9-46fb-b4f0-0f1cf3dbe3b9/model-vers/model-ver/034646b1-0373-41c4-9812-3bcb1b37c21b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-27T07:15:40.941Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2afdb472-44e9-46fb-b4f0-0f1cf3dbe3b9/model-vers/model-ver/034646b1-0373-41c4-9812-3bcb1b37c21b?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/2afdb472-44e9-46fb-b4f0-0f1cf3dbe3b9/model-vers/model-ver/034646b1-0373-41c4-9812-3bcb1b37c21b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220627-07:15:40:768-51828], vertex-id=[233680], Content-Length=[0], Date=[Mon, 27 Jun 2022 07:15:40 GMT], Content-Type=[application/json]} 2022-06-27T07:15:40.941Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2afdb472-44e9-46fb-b4f0-0f1cf3dbe3b9/model-vers/model-ver/034646b1-0373-41c4-9812-3bcb1b37c21b?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-27T07:15:40.942Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2afdb472-44e9-46fb-b4f0-0f1cf3dbe3b9/model-vers/model-ver/034646b1-0373-41c4-9812-3bcb1b37c21b?depth=0|INFO|500||InvokeReturn 2022-06-27T07:15:40.942Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-27T07:15:40.942Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|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-06-27T07:15:40.963Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|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-06-27T07:15:40.966Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dde60dcb-3542-48b1-ab3d-91afb651c3f7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-27T07:15:40.966Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-27T07:15:40.967Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-27T07:15:40.971Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T07:15:40.971Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314140966, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-27T07:15:41.070Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-27T07:15:41.071Z||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-06-27T07:15:41.071Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T07:15:41.090Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:15:41.091Z||pool-123-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-27T07:15:56.391Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:15:56.392Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|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-06-27T07:15:56.392Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:15:56.405Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:15:56.406Z||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-06-27T07:15:56.406Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:15:56.532Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:15:56.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-27T07:15:56.532Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314096403, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T07:15:56.533Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-27T07:16:05.951Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:16:56.391Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:16:56.392Z||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-06-27T07:16:56.392Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:16:56.405Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:16:56.406Z||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-06-27T07:16:56.406Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:16:56.982Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:16:56.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T07:16:56.982Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314096403, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-27T07:16:56.983Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T07:16:56.983Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T07:16:56.984Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314096403, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-27T07:16:56.984Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T07:16:56.984Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T07:16:56.984Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314096403, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-27T07:16:56.984Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T07:16:56.984Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T07:16:56.984Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314096403, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T07:16:56.985Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T07:16:56.985Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T07:16:56.987Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314096403, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T07:16:56.987Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T07:16:56.988Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T07:16:56.988Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314096403, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T07:16:56.988Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T07:16:56.988Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T07:16:56.988Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314096403, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T07:16:56.988Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T07:16:56.989Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T07:16:56.989Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314096403, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-27T07:16:56.989Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T07:16:56.989Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T07:16:56.989Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314106340, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T07:16:56.989Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:16:56.989Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T07:16:56.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314109561, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T07:16:56.990Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:16:56.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T07:16:56.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dde60dcb-3542-48b1-ab3d-91afb651c3f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314140966, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-27T07:16:56.991Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:17:05.973Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:17:56.391Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:17:56.392Z||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-06-27T07:17:56.392Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:17:56.405Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:17:56.412Z||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-06-27T07:17:56.412Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:17:56.542Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:17:56.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:17:56.545Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656314256001, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T07:17:56.545Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:17:56.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:17:56.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "policy-id", "timestamp": 1656314258106, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T07:17:56.546Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:17:56.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:17:56.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656314256001, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T07:17:56.546Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:17:56.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:17:56.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "policy-id", "timestamp": 1656314258106, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T07:17:56.546Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:17:56.547Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:17:56.547Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "cds", "timestamp": 1656314261687, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T07:17:56.547Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:17:56.547Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:17:56.547Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656314256001, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T07:17:56.547Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:17:56.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:17:56.548Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "policy-id", "timestamp": 1656314258106, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-27T07:17:56.548Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:17:56.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:17:56.548Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "cds", "timestamp": 1656314261687, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T07:17:56.548Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:17:56.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:17:56.548Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "ves-openapi-manager", "timestamp": 1656314262012, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T07:17:56.548Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:17:56.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:17:56.548Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656314256001, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T07:17:56.549Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:17:56.549Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:17:56.549Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "policy-id", "timestamp": 1656314258106, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T07:17:56.549Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:17:56.549Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:17:56.549Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "cds", "timestamp": 1656314261687, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T07:17:56.549Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:17:56.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:17:56.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "ves-openapi-manager", "timestamp": 1656314262012, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T07:17:56.550Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:17:56.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:17:56.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656314256001, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-27T07:17:56.550Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:17:56.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:17:56.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "policy-id", "timestamp": 1656314258106, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-27T07:17:56.550Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:17:56.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:17:56.551Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "cds", "timestamp": 1656314261687, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T07:17:56.551Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:17:56.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:17:56.551Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "ves-openapi-manager", "timestamp": 1656314262012, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T07:17:56.551Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:17:56.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:17:56.551Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656314256001, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-27T07:17:56.552Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:17:56.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:17:56.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "policy-id", "timestamp": 1656314258106, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-27T07:17:56.552Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:17:56.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:17:56.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "cds", "timestamp": 1656314261687, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-27T07:17:56.553Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:17:56.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:17:56.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "ves-openapi-manager", "timestamp": 1656314262012, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T07:17:56.553Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:17:56.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:17:56.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656314256001, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T07:17:56.553Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:17:56.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:17:56.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "policy-id", "timestamp": 1656314258106, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T07:17:56.554Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:17:56.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:17:56.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "cds", "timestamp": 1656314261687, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-27T07:17:56.554Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:17:56.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:17:56.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "ves-openapi-manager", "timestamp": 1656314262012, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-27T07:17:56.554Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:17:56.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:17:56.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656314256001, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-27T07:17:56.554Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:17:56.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:17:56.555Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "policy-id", "timestamp": 1656314258106, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-27T07:17:56.555Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:17:56.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:17:56.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "cds", "timestamp": 1656314261687, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T07:17:56.556Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:17:56.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:17:56.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "multicloud-k8s-id", "timestamp": 1656314267686, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T07:17:56.556Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:17:56.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:17:56.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "ves-openapi-manager", "timestamp": 1656314262012, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-27T07:17:56.556Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:17:56.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:17:56.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656314268171, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T07:17:56.557Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:17:56.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:17:56.557Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "policy-id", "timestamp": 1656314269063, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T07:17:56.557Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:17:56.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:17:56.557Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "cds", "timestamp": 1656314261687, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-27T07:17:56.557Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:17:56.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:17:56.557Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "multicloud-k8s-id", "timestamp": 1656314267686, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-27T07:17:56.557Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:17:56.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:17:56.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "ves-openapi-manager", "timestamp": 1656314262012, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T07:17:56.558Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:17:56.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:17:56.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "policy-id", "timestamp": 1656314270067, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T07:17:56.559Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:17:56.559Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:17:56.559Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "cds", "timestamp": 1656314270450, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T07:17:56.559Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:17:56.559Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:17:56.559Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "multicloud-k8s-id", "timestamp": 1656314267686, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-27T07:17:56.560Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:17:56.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:17:56.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "ves-openapi-manager", "timestamp": 1656314262012, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-27T07:17:56.560Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:17:56.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:17:56.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "policy-id", "timestamp": 1656314271070, "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-06-27T07:17:56.612Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b7d57c6a-adb0-4308-adaa-fb15230ea8f4 2022-06-27T07:17:56.613Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b7d57c6a-adb0-4308-adaa-fb15230ea8f4 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-06-27T07:17:56.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:17:56.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "multicloud-k8s-id", "timestamp": 1656314267686, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T07:17:56.648Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:17:56.648Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:17:56.648Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656314270575, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T07:17:56.649Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:17:56.649Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:17:56.649Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "cds", "timestamp": 1656314271717, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-27T07:17:56.667Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b7d57c6a-adb0-4308-adaa-fb15230ea8f4 2022-06-27T07:17:56.668Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b7d57c6a-adb0-4308-adaa-fb15230ea8f4 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-06-27T07:17:56.705Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:17:56.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "multicloud-k8s-id", "timestamp": 1656314267686, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-27T07:17:56.706Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:17:56.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:17:56.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656314271580, "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-06-27T07:17:56.724Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b7d57c6a-adb0-4308-adaa-fb15230ea8f4 2022-06-27T07:17:56.725Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b7d57c6a-adb0-4308-adaa-fb15230ea8f4 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-06-27T07:17:56.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:17:56.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "multicloud-k8s-id", "timestamp": 1656314267686, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-27T07:17:56.737Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:17:56.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:17:56.738Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "clamp", "timestamp": 1656314273076, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T07:17:56.738Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:17:56.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:17:56.738Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "multicloud-k8s-id", "timestamp": 1656314267686, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T07:17:56.739Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:17:56.739Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:17:56.739Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "clamp", "timestamp": 1656314273076, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-27T07:17:56.739Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:17:56.739Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:17:56.739Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "multicloud-k8s-id", "timestamp": 1656314267686, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-27T07:17:56.739Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:17:56.740Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:17:56.740Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "clamp", "timestamp": 1656314273076, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T07:17:56.740Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:17:57.029Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:17:57.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T07:17:57.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"b7d57c6a-adb0-4308-adaa-fb15230ea8f4","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"20422030-dd13-49bc-903e-3cc257a9a1d4","serviceDescription":"service","serviceInvariantUUID":"a946cf83-5145-4239-816b-16c8290498d3","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2ac235cd-61de-475e-a0ee-63e663beedb3","resourceInvariantUUID":"d04de5cc-6dd3-4b49-a1c1-524ce896c599","resourceCustomizationUUID":"6272b102-8eb2-4442-9c91-3df39716a7d3","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":"N2U4YjhhNWRiMDIxYWMxOTMwZGFkMGJjMTBmOWUwMTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8a092601-6942-4393-bfa8-80afc0899980","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":"NTVkZDE2YjUwMGQ1YTA0MTkwYjhkMjYxMmJhMGJmODE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cc74192e-7971-485a-a46a-4ff638ade9a0","artifactVersion":"2"},{"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":"2a8ecca0-2323-44bc-af36-415b06305a53","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":"296ef1fa-7044-43ce-9427-165081bfc48c","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":"eda1dbe7-ec06-4e61-9363-067c0f7826f0","artifactVersion":"3","generatedFromUUID":"2a8ecca0-2323-44bc-af36-415b06305a53"},{"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":"YjA5ZjMxZmJkOTRiOTE0ZWFhZTk0M2JlYWU1NTdlOWU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"89e06595-3320-4f77-b840-c43b5f637d55","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":"NTI4ZTAzOGY0NzI1YzU5NGE1MGM5MDFkYTUzY2I2NGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ae449b54-0506-4a3d-a20d-f06777adad40","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"Y2E1MDJhN2ZhZmYxYWNlZTdlNmMwOTY5ODYwNjczNzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a01cb8ea-1b6e-4046-a721-99496bfa3a58","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-27T07:17:57.033Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T07:17:57.033Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-27T07:17:57.036Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T07:17:57.036Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314276391, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T07:17:57.136Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T07:17:57.137Z||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-06-27T07:17:57.138Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T07:17:57.153Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:17:57.154Z||pool-124-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-27T07:17:58.037Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T07:17:58.037Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-27T07:17:58.040Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T07:17:58.040Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314276391, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-27T07:17:58.140Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-27T07:17:58.141Z||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-06-27T07:17:58.141Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T07:17:58.155Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:17:58.156Z||pool-125-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-27T07:17:59.041Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T07:17:59.042Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-27T07:17:59.044Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T07:17:59.045Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314276391, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-27T07:17:59.144Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-27T07:17:59.146Z||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-06-27T07:17:59.146Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T07:17:59.159Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:17:59.160Z||pool-126-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-27T07:18:00.048Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T07:18:00.050Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-27T07:18:00.055Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T07:18:00.056Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314276391, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T07:18:00.157Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-27T07:18:00.158Z||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-06-27T07:18:00.158Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T07:18:00.175Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:18:00.176Z||pool-127-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-27T07:18:01.057Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T07:18:01.058Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-27T07:18:01.061Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T07:18:01.062Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314276391, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-27T07:18:01.164Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T07:18:01.168Z||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-06-27T07:18:01.168Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T07:18:01.187Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:18:01.188Z||pool-128-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-27T07:18:02.063Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T07:18:02.064Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-27T07:18:02.066Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T07:18:02.067Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314276391, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-27T07:18:02.170Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-06-27T07:18:02.171Z||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-06-27T07:18:02.171Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T07:18:02.183Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:18:02.196Z||pool-129-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-06-27T07:18:03.068Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T07:18:03.068Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-27T07:18:03.071Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T07:18:03.071Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314276391, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T07:18:03.172Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T07:18:03.173Z||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-06-27T07:18:03.174Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T07:18:03.187Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:18:03.188Z||pool-130-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-27T07:18:04.075Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T07:18:04.076Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-27T07:18:04.078Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T07:18:04.078Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314276391, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-27T07:18:04.179Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-27T07:18:04.180Z||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-06-27T07:18:04.180Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T07:18:04.193Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:18:04.194Z||pool-131-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-27T07:18:05.079Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "20422030-dd13-49bc-903e-3cc257a9a1d4", "serviceDescription": "service", "serviceInvariantUUID": "a946cf83-5145-4239-816b-16c8290498d3", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "6272b102-8eb2-4442-9c91-3df39716a7d3", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "2ac235cd-61de-475e-a0ee-63e663beedb3", "resourceInvariantUUID": "d04de5cc-6dd3-4b49-a1c1-524ce896c599", "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": "NTVkZDE2YjUwMGQ1YTA0MTkwYjhkMjYxMmJhMGJmODE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "cc74192e-7971-485a-a46a-4ff638ade9a0", "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": "2a8ecca0-2323-44bc-af36-415b06305a53", "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": "3", "artifactUUID": "eda1dbe7-ec06-4e61-9363-067c0f7826f0", "generatedFromUUID": "2a8ecca0-2323-44bc-af36-415b06305a53" }, "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": "3", "artifactUUID": "eda1dbe7-ec06-4e61-9363-067c0f7826f0", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "Y2E1MDJhN2ZhZmYxYWNlZTdlNmMwOTY5ODYwNjczNzQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a01cb8ea-1b6e-4046-a721-99496bfa3a58" } ], "workloadContext": "Production" } 2022-06-27T07:18:05.080Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-27T07:18:05.080Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 20422030-dd13-49bc-903e-3cc257a9a1d4 ASDC 2022-06-27T07:18:05.080Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:b7d57c6a-adb0-4308-adaa-fb15230ea8f4 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:20422030-dd13-49bc-903e-3cc257a9a1d4 ServiceInvariantUUID:a946cf83-5145-4239-816b-16c8290498d3 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:a01cb8ea-1b6e-4046-a721-99496bfa3a58 ArtifactChecksum:Y2E1MDJhN2ZhZmYxYWNlZTdlNmMwOTY5ODYwNjczNzQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:6272b102-8eb2-4442-9c91-3df39716a7d3 ResourceInvariantUUID:d04de5cc-6dd3-4b49-a1c1-524ce896c599 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:2ac235cd-61de-475e-a0ee-63e663beedb3 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm_macro0_modules.json ArtifactVersion:2 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:cc74192e-7971-485a-a46a-4ff638ade9a0 ArtifactChecksum:NTVkZDE2YjUwMGQ1YTA0MTkwYjhkMjYxMmJhMGJmODE= 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:2a8ecca0-2323-44bc-af36-415b06305a53 ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:3 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:eda1dbe7-ec06-4e61-9363-067c0f7826f0 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:3 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:eda1dbe7-ec06-4e61-9363-067c0f7826f0 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-27T07:18:05.081Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 20422030-dd13-49bc-903e-3cc257a9a1d4 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-06-27T07:18:05.145Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-27T07:18:05.146Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-27T07:18:05.146Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-27T07:18:05.146Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a01cb8ea-1b6e-4046-a721-99496bfa3a58 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-06-27T07:18:05.146Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-27T07:18:05.146Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:18:05.224Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-27T07:18:05.233Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar a01cb8ea-1b6e-4046-a721-99496bfa3a58 78801 2022-06-27T07:18:05.233Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:18:05.233Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:18:05.234Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T07:18:05.234Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-27T07:18:05.237Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T07:18:05.237Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314285233, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T07:18:05.338Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-27T07:18:05.339Z||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-06-27T07:18:05.339Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T07:18:05.352Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:18:05.352Z||pool-132-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-27T07:18:06.245Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-27T07:18:06.246Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-27T07:18:06.248Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: a01cb8ea-1b6e-4046-a721-99496bfa3a58, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-27T07:18:06.248Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-06-27T07:18:06.249Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-27T07:18:06.249Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-27T07:18:06.533Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5815671826684919495/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-06-27T07:18:08.847Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-27T07:18:08.848Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-06-27T07:18:08.848Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-27T07:18:08.848Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-27T07:18:08.848Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:18:08.848Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:18:08.848Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:18:08.849Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:18:08.849Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:18:08.849Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:18:08.849Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:18:08.849Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:18:08.849Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:18:08.849Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-06-27T07:18:08.849Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:18:08.849Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:18:08.850Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-27T07:18:08.850Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-06-27T07:18:08.850Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-27T07:18:08.850Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:18:08.850Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:18:08.850Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-27T07:18:08.850Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-06-27T07:18:08.851Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-27T07:18:08.851Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:18:08.851Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:18:08.851Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:18:08.851Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-27T07:18:08.851Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-06-27T07:18:08.851Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-06-27T07:18:08.852Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-06-27T07:18:08.852Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-27T07:18:08.852Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-27T07:18:08.852Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:18:08.852Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:18:08.852Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:18:08.852Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-27T07:18:08.852Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T07:18:08.853Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:18:08.853Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-27T07:18:08.853Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T07:18:08.853Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:18:08.853Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-27T07:18:08.853Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T07:18:08.853Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:18:08.854Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-27T07:18:08.854Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-27T07:18:08.854Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-27T07:18:08.854Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f905192c-94c3-40c9-b32c-3d39bc58ecdb 2022-06-27T07:18:08.854Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:18:08.854Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:18:08.854Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:18:08.854Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:18:08.855Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:18:08.855Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:18:08.855Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:18:08.855Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:18:08.855Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:20422030-dd13-49bc-903e-3cc257a9a1d4 Model Version:NULL Model InvariantUuid:a946cf83-5145-4239-816b-16c8290498d3 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:e8161c16-0a06-40ad-a5e9-cab2775b10e1 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:d04de5cc-6dd3-4b49-a1c1-524ce896c599 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:6272b102-8eb2-4442-9c91-3df39716a7d3 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:d7d20921-7ac9-491f-85d6-d444c6baf14d ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:6bc572ea-0241-4a00-91be-775e4fa4b977 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f905192c-94c3-40c9-b32c-3d39bc58ecdb ModelInvariantUuid:d482894b-f081-4f33-8f07-7c4376cb7e93 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:18cb7120-83ac-4b8b-a020-74d3759ccadd ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:35ef85b8-f5a5-449f-a6b4-bbb3db8fc630 ModelInvariantUuid:1de4eecb-0dae-4455-80af-b223e9c4eb58 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:03db0f45-0dc3-445d-96d4-f2c884867acc 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-06-27T07:18:08.883Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 2ac235cd-61de-475e-a0ee-63e663beedb3 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-06-27T07:18:08.889Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||INFO|500||basic_vm_macro 0 2022-06-27T07:18:08.889Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2ac235cd-61de-475e-a0ee-63e663beedb3 2022-06-27T07:18:08.889Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: cc74192e-7971-485a-a46a-4ff638ade9a0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-06-27T07:18:08.889Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-27T07:18:08.889Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:18:08.947Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-27T07:18:08.948Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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 cc74192e-7971-485a-a46a-4ff638ade9a0 792 2022-06-27T07:18:08.948Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:18:08.948Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:18:08.949Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T07:18:08.949Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-27T07:18:08.952Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T07:18:08.952Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314288948, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-27T07:18:09.052Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T07:18:09.053Z||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-06-27T07:18:09.053Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T07:18:09.067Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:18:09.069Z||pool-133-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-27T07:18:09.953Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "d7d20921-7ac9-491f-85d6-d444c6baf14d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6bc572ea-0241-4a00-91be-775e4fa4b977", "vfModuleModelCustomizationUUID": "fc81584a-76ab-4c25-8e46-d59c012b5fc0", "isBase": true, "artifacts": [ "2a8ecca0-2323-44bc-af36-415b06305a53", "eda1dbe7-ec06-4e61-9363-067c0f7826f0" ], "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-06-27T07:18:09.959Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6bc572ea-0241-4a00-91be-775e4fa4b977 VfModuleModelInvariantUUID:d7d20921-7ac9-491f-85d6-d444c6baf14d VfModuleModelDescription:NULL Artifacts UUID List:{ 2a8ecca0-2323-44bc-af36-415b06305a53 , eda1dbe7-ec06-4e61-9363-067c0f7826f0 } 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-06-27T07:18:09.969Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "d7d20921-7ac9-491f-85d6-d444c6baf14d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6bc572ea-0241-4a00-91be-775e4fa4b977", "vfModuleModelCustomizationUUID": "fc81584a-76ab-4c25-8e46-d59c012b5fc0", "isBase": true, "artifacts": [ "2a8ecca0-2323-44bc-af36-415b06305a53", "eda1dbe7-ec06-4e61-9363-067c0f7826f0" ], "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-06-27T07:18:09.969Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6bc572ea-0241-4a00-91be-775e4fa4b977 VfModuleModelInvariantUUID:d7d20921-7ac9-491f-85d6-d444c6baf14d VfModuleModelDescription:NULL Artifacts UUID List:{ 2a8ecca0-2323-44bc-af36-415b06305a53 , eda1dbe7-ec06-4e61-9363-067c0f7826f0 } 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-06-27T07:18:09.969Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2a8ecca0-2323-44bc-af36-415b06305a53 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-06-27T07:18:09.969Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-27T07:18:09.970Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:18:10.049Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-27T07:18:10.050Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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 2a8ecca0-2323-44bc-af36-415b06305a53 5033 2022-06-27T07:18:10.050Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:18:10.051Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:18:10.051Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T07:18:10.053Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-27T07:18:10.056Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T07:18:10.056Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314290050, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-27T07:18:10.156Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-27T07:18:10.175Z||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-06-27T07:18:10.175Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T07:18:10.204Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:18:10.204Z||pool-134-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":1,"count":1} 2022-06-27T07:18:11.057Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: eda1dbe7-ec06-4e61-9363-067c0f7826f0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-06-27T07:18:11.058Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-27T07:18:11.058Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:18:11.108Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-27T07:18:11.108Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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 eda1dbe7-ec06-4e61-9363-067c0f7826f0 903 2022-06-27T07:18:11.109Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:18:11.109Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:18:11.110Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T07:18:11.110Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-27T07:18:11.113Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T07:18:11.113Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314291109, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-27T07:18:11.217Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-27T07:18:11.218Z||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-06-27T07:18:11.218Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T07:18:11.248Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:18:11.248Z||pool-135-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1} 2022-06-27T07:18:12.114Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 20422030-dd13-49bc-903e-3cc257a9a1d4 2022-06-27T07:18:12.115Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 2ac235cd-61de-475e-a0ee-63e663beedb3 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-06-27T07:18:12.160Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@56880646, org.onap.sdc.toscaparser.api.parameters.Input@186d225e, org.onap.sdc.toscaparser.api.parameters.Input@495936f6, org.onap.sdc.toscaparser.api.parameters.Input@2675ac27, org.onap.sdc.toscaparser.api.parameters.Input@30592499] 2022-06-27T07:18:12.162Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:18:12.162Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:18:12.163Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-06-27T07:18:12.163Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 6272b102-8eb2-4442-9c91-3df39716a7d3 2022-06-27T07:18:12.164Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6272b102-8eb2-4442-9c91-3df39716a7d3 matches Tosca VF Customization UUID: 6272b102-8eb2-4442-9c91-3df39716a7d3 2022-06-27T07:18:12.164Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 6272b102-8eb2-4442-9c91-3df39716a7d3 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-06-27T07:18:12.170Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:18:12.170Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:18:12.171Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 6272b102-8eb2-4442-9c91-3df39716a7d3: {\"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-06-27T07:18:12.172Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4aa677c0 2022-06-27T07:18:12.172Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:18:12.172Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:18:12.173Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fc81584a-76ab-4c25-8e46-d59c012b5fc0 2022-06-27T07:18:12.173Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fc81584a-76ab-4c25-8e46-d59c012b5fc0 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-06-27T07:18:12.177Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:18:12.177Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-27T07:18:12.178Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T07:18:12.178Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:18:12.178Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-27T07:18:12.179Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T07:18:12.179Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:18:12.179Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-27T07:18:12.180Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-27T07:18:12.180Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-27T07:18:12.181Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f905192c-94c3-40c9-b32c-3d39bc58ecdb 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-06-27T07:18:12.185Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:18:12.186Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-27T07:18:12.186Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T07:18:12.187Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:18:12.187Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-27T07:18:12.188Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=6272b102-8eb2-4442-9c91-3df39716a7d3 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-06-27T07:18:12.191Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:18:12.192Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:18:12.192Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 20422030-dd13-49bc-903e-3cc257a9a1d4: basic_vm_macro 2022-06-27T07:18:12.193Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:18:12.193Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:18:12.194Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:18:12.194Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:18:12.194Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:18:12.195Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:18:12.196Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:18:12.196Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:18:12.196Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T07:18:12.197Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:18:12.197Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:18:12.372Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 2ac235cd-61de-475e-a0ee-63e663beedb3 1 ASDC deployResourceStructure 2022-06-27T07:18:12.373Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:18:12.373Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:18:12.373Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-27T07:18:12.373Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-27T07:18:12.376Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T07:18:12.376Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314292373, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-27T07:18:12.487Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms 2022-06-27T07:18:12.489Z||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-06-27T07:18:12.490Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T07:18:12.519Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:18:12.520Z||pool-136-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-06-27T07:18:13.380Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:18:13.381Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:18:13.381Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-27T07:18:13.381Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-27T07:18:13.410Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T07:18:13.410Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314293380, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-27T07:18:13.484Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 74 ms 2022-06-27T07:18:13.485Z||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-06-27T07:18:13.485Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T07:18:13.533Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:18:13.534Z||pool-137-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1} 2022-06-27T07:18:14.419Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:18:14.419Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:18:14.419Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-27T07:18:14.420Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-27T07:18:14.458Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T07:18:14.458Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314294419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-27T07:18:14.523Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 65 ms 2022-06-27T07:18:14.524Z||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-06-27T07:18:14.524Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T07:18:14.536Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:18:14.537Z||pool-138-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-27T07:18:15.459Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:18:15.459Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:18:15.459Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-27T07:18:15.459Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-27T07:18:15.462Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T07:18:15.462Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314295459, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T07:18:15.562Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T07:18:15.563Z||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-06-27T07:18:15.563Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T07:18:15.577Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:18:15.577Z||pool-139-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-06-27T07:18:16.463Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b7d57c6a-adb0-4308-adaa-fb15230ea8f4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T07:18:16.476Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b7d57c6a-adb0-4308-adaa-fb15230ea8f4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-27T07:18:16.479Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T07:18:16.480Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-27T07:18:16.480Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-27T07:18:46.480Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b7d57c6a-adb0-4308-adaa-fb15230ea8f4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T07:18:46.492Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b7d57c6a-adb0-4308-adaa-fb15230ea8f4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-27T07:18:46.508Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T07:18:46.508Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-27T07:18:46.508Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-27T07:18:56.407Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:18:56.407Z||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-06-27T07:18:56.407Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:18:56.443Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:18:56.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:18:56.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "multicloud-k8s-id", "timestamp": 1656314276410, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-27T07:18:56.444Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:19:16.508Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b7d57c6a-adb0-4308-adaa-fb15230ea8f4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T07:19:16.547Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b7d57c6a-adb0-4308-adaa-fb15230ea8f4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-27T07:19:16.551Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T07:19:16.552Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-27T07:19:16.552Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-27T07:19:46.552Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b7d57c6a-adb0-4308-adaa-fb15230ea8f4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T07:19:46.567Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b7d57c6a-adb0-4308-adaa-fb15230ea8f4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-27T07:19:46.572Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T07:19:46.572Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-27T07:19:46.572Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-27T07:19:56.405Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:19:56.406Z||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-06-27T07:19:56.406Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:19:56.441Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:19:56.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:19:56.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "clamp", "timestamp": 1656314273076, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T07:19:56.443Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:20:16.572Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b7d57c6a-adb0-4308-adaa-fb15230ea8f4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T07:20:16.592Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b7d57c6a-adb0-4308-adaa-fb15230ea8f4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-27T07:20:16.608Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T07:20:16.618Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-27T07:20:16.618Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-27T07:20:46.619Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b7d57c6a-adb0-4308-adaa-fb15230ea8f4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T07:20:46.643Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b7d57c6a-adb0-4308-adaa-fb15230ea8f4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-27T07:20:46.647Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T07:20:46.647Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-27T07:20:46.647Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-27T07:20:56.405Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:20:56.408Z||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-06-27T07:20:56.409Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:20:56.945Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:20:56.946Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:20:56.946Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314276391, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T07:20:56.947Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:20:56.947Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:20:56.948Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "multicloud-k8s-id", "timestamp": 1656314277464, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-27T07:20:56.948Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:20:56.948Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:20:56.948Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "clamp", "timestamp": 1656314273076, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-27T07:20:56.948Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:20:56.948Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:20:56.948Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314276391, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-27T07:20:56.948Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:20:56.948Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:20:56.949Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "multicloud-k8s-id", "timestamp": 1656314278513, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-27T07:20:56.949Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:20:56.949Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:20:56.949Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "clamp", "timestamp": 1656314273076, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-27T07:20:56.949Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:20:56.949Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:20:56.949Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314276391, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-27T07:20:56.949Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:20:56.949Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:20:56.949Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "multicloud-k8s-id", "timestamp": 1656314279561, "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-06-27T07:20:56.964Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b7d57c6a-adb0-4308-adaa-fb15230ea8f4 2022-06-27T07:20:56.965Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b7d57c6a-adb0-4308-adaa-fb15230ea8f4 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-06-27T07:20:56.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:20:56.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "aai-ml", "timestamp": 1656314278423, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T07:20:56.987Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:20:56.987Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:20:56.987Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "clamp", "timestamp": 1656314273076, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T07:20:56.987Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:20:56.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:20:56.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314276391, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T07:20:56.989Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:20:56.989Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:20:56.989Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "multicloud-k8s-id", "timestamp": 1656314280566, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-27T07:20:56.989Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:20:56.989Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:20:56.989Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "aai-ml", "timestamp": 1656314278423, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T07:20:56.989Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:20:56.989Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:20:56.989Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "clamp", "timestamp": 1656314273076, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-27T07:20:56.989Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:20:56.989Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:20:56.990Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314276391, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-27T07:20:56.990Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:20:56.990Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:20:56.990Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "aai-ml", "timestamp": 1656314278423, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T07:20:56.990Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:20:56.990Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:20:56.990Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314276391, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-27T07:20:56.990Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:20:56.990Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:20:56.990Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "aai-ml", "timestamp": 1656314278423, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T07:20:56.990Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:20:56.990Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:20:56.990Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314276391, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T07:20:56.991Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:20:56.991Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:20:56.991Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "aai-ml", "timestamp": 1656314278423, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-27T07:20:56.991Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:20:56.991Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:20:56.991Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314276391, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-27T07:20:56.991Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:20:56.991Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:20:56.991Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "aai-ml", "timestamp": 1656314278423, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-27T07:20:56.991Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:20:56.991Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:20:56.992Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314285233, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T07:20:56.992Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:20:56.993Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:20:56.993Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "aai-ml", "timestamp": 1656314278423, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T07:20:56.993Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:20:56.993Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:20:56.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "aai-ml", "timestamp": 1656314278423, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-27T07:20:56.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T07:20:56.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:20:56.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "aai-ml", "timestamp": 1656314287265, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T07:20:56.996Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:20:56.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:20:56.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314288948, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-27T07:20:56.996Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:20:56.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:20:56.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314290050, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-27T07:20:56.997Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:20:56.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:20:56.998Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314291109, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-27T07:20:56.998Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:20:56.998Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:20:56.998Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314292373, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-27T07:20:56.999Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:20:56.999Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:20:56.999Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "clamp", "timestamp": 1656314292740, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T07:20:56.999Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:20:57.000Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:20:57.000Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314293380, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-27T07:20:57.000Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:20:57.001Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:20:57.001Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314294419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-27T07:20:57.001Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:20:57.001Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:20:57.001Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314295459, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T07:20:57.001Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:20:57.001Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:20:57.001Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "clamp", "timestamp": 1656314295725, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T07:20:57.002Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:20:57.002Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:20:57.002Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "clamp", "timestamp": 1656314296737, "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-06-27T07:20:57.017Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b7d57c6a-adb0-4308-adaa-fb15230ea8f4 2022-06-27T07:20:57.018Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b7d57c6a-adb0-4308-adaa-fb15230ea8f4 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-06-27T07:20:57.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:20:57.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "aai-ml", "timestamp": 1656314300009, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T07:20:57.044Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:20:57.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:20:57.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "aai-ml", "timestamp": 1656314301030, "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-06-27T07:20:57.061Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b7d57c6a-adb0-4308-adaa-fb15230ea8f4 2022-06-27T07:20:57.062Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b7d57c6a-adb0-4308-adaa-fb15230ea8f4 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-06-27T07:21:16.648Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b7d57c6a-adb0-4308-adaa-fb15230ea8f4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T07:21:16.666Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b7d57c6a-adb0-4308-adaa-fb15230ea8f4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-27T07:21:16.670Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T07:21:16.670Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-27T07:21:16.670Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-27T07:21:16.671Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-27T07:21:16.671Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T07:21:16.671Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T07:21:16.671Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T07:21:16.671Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T07:21:16.671Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T07:21:16.671Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T07:21:16.672Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:21:16.679Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-27T07:21:46.680Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b7d57c6a-adb0-4308-adaa-fb15230ea8f4 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-06-27T07:21:46.688Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b7d57c6a-adb0-4308-adaa-fb15230ea8f4 and serviceModelVersionId: 20422030-dd13-49bc-903e-3cc257a9a1d4 2022-06-27T07:21:46.689Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a946cf83-5145-4239-816b-16c8290498d3 2022-06-27T07:21:46.690Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a946cf83-5145-4239-816b-16c8290498d3/model-vers/model-ver/20422030-dd13-49bc-903e-3cc257a9a1d4?depth=0 2022-06-27T07:21:46.696Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-06-27T07:21:46.806Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a946cf83-5145-4239-816b-16c8290498d3/model-vers/model-ver/20422030-dd13-49bc-903e-3cc257a9a1d4?depth=0|INFO|500||Invoke 2022-06-27T07:21:46.807Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a946cf83-5145-4239-816b-16c8290498d3/model-vers/model-ver/20422030-dd13-49bc-903e-3cc257a9a1d4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a946cf83-5145-4239-816b-16c8290498d3/model-vers/model-ver/20422030-dd13-49bc-903e-3cc257a9a1d4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b7d57c6a-adb0-4308-adaa-fb15230ea8f4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f63808f3-b50e-4eb1-b5e5-269416c91bb3], X-ECOMP-RequestID=[b7d57c6a-adb0-4308-adaa-fb15230ea8f4], X-TransactionId=[], X-ONAP-RequestID=[b7d57c6a-adb0-4308-adaa-fb15230ea8f4], Content-Type=[application/merge-patch+json]} 2022-06-27T07:21:46.842Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a946cf83-5145-4239-816b-16c8290498d3/model-vers/model-ver/20422030-dd13-49bc-903e-3cc257a9a1d4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-27T07:21:47.016Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a946cf83-5145-4239-816b-16c8290498d3/model-vers/model-ver/20422030-dd13-49bc-903e-3cc257a9a1d4?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/a946cf83-5145-4239-816b-16c8290498d3/model-vers/model-ver/20422030-dd13-49bc-903e-3cc257a9a1d4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220627-07:21:46:853-8545], vertex-id=[266272], Content-Length=[0], Date=[Mon, 27 Jun 2022 07:21:46 GMT], Content-Type=[application/json]} 2022-06-27T07:21:47.016Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a946cf83-5145-4239-816b-16c8290498d3/model-vers/model-ver/20422030-dd13-49bc-903e-3cc257a9a1d4?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-27T07:21:47.017Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a946cf83-5145-4239-816b-16c8290498d3/model-vers/model-ver/20422030-dd13-49bc-903e-3cc257a9a1d4?depth=0|INFO|500||InvokeReturn 2022-06-27T07:21:47.018Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-27T07:21:47.018Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:21:47.026Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:21:47.027Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b7d57c6a-adb0-4308-adaa-fb15230ea8f4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-27T07:21:47.028Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-27T07:21:47.028Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-27T07:21:47.031Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T07:21:47.031Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314507027, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-27T07:21:47.131Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T07:21:47.132Z||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-06-27T07:21:47.133Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ... 2022-06-27T07:21:47.150Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:21:47.151Z||pool-140-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-27T07:21:48.048Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:21:48.049Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:21:48.049Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:21:56.405Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:21:56.406Z||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-06-27T07:21:56.406Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:21:57.033Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:21:57.034Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T07:21:57.034Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b7d57c6a-adb0-4308-adaa-fb15230ea8f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656314507027, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-27T07:21:57.035Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T07:21:58.464Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:21:58.464Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:21:58.465Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:21:58.465Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:22:08.016Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:22:08.016Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:22:08.017Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:22:08.017Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:22:17.578Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:22:17.580Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:22:17.581Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:22:17.581Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:22:27.136Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:22:56.391Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:22:56.392Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:22:56.392Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:22:56.405Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:22:56.406Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|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-06-27T07:22:56.406Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:23:05.945Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:23:05.967Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:23:56.394Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:23:56.396Z||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-06-27T07:23:56.397Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:23:56.406Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:23:56.407Z||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-06-27T07:23:56.407Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:24:05.963Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:24:05.977Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:24:56.391Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:24:56.392Z||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-06-27T07:24:56.393Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:24:56.406Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:24:56.408Z||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-06-27T07:24:56.409Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:25:05.957Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:25:05.957Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:25:56.394Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:25:56.395Z||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-06-27T07:25:56.395Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:25:56.405Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:25:56.406Z||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-06-27T07:25:56.406Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:26:05.964Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:26:06.000Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:26:56.391Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:26:56.392Z||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-06-27T07:26:56.392Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:26:56.405Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:26:56.406Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|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-06-27T07:26:56.406Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:27:05.969Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:27:05.972Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:27:56.393Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:27:56.394Z||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-06-27T07:27:56.394Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:27:56.407Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:27:56.407Z||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-06-27T07:27:56.408Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:28:05.966Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:28:05.967Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:28:56.391Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:28:56.393Z||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-06-27T07:28:56.393Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:28:56.407Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:28:56.408Z||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-06-27T07:28:56.408Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:29:05.951Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:29:05.954Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:29:56.394Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:29:56.396Z||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-06-27T07:29:56.396Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:29:56.405Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:29:56.406Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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-06-27T07:29:56.406Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:30:05.971Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:30:05.973Z|b7d57c6a-adb0-4308-adaa-fb15230ea8f4|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:30:56.391Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:30:56.392Z||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-06-27T07:30:56.392Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:30:56.405Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:30:56.406Z||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-06-27T07:30:56.406Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:31:05.947Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:31:05.948Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:31:56.391Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:31:56.394Z||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-06-27T07:31:56.394Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:31:56.405Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:31:56.406Z||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-06-27T07:31:56.406Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:32:05.973Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:32:05.975Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:32:56.391Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:32:56.392Z||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-06-27T07:32:56.393Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:32:56.405Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:32:56.406Z||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-06-27T07:32:56.406Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:33:05.971Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:33:05.971Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:33:56.392Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:33:56.394Z||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-06-27T07:33:56.395Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:33:56.405Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:33:56.406Z||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-06-27T07:33:56.406Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:34:05.982Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:34:05.982Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:34:56.391Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:34:56.392Z||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-06-27T07:34:56.393Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:34:56.406Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:34:56.406Z||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-06-27T07:34:56.406Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:35:05.958Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:35:05.958Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:35:56.391Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:35:56.393Z||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-06-27T07:35:56.393Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:35:56.405Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:35:56.406Z||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-06-27T07:35:56.406Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:36:05.971Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:36:05.995Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:36:56.394Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:36:56.395Z||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-06-27T07:36:56.395Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:36:56.405Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:36:56.406Z||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-06-27T07:36:56.406Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:37:05.968Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:37:05.972Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:37:56.391Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:37:56.392Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|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-06-27T07:37:56.392Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:37:56.405Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:37:56.406Z||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-06-27T07:37:56.406Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:38:05.970Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:38:05.971Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:38:56.391Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:38:56.392Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|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-06-27T07:38:56.392Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:38:56.405Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:38:56.406Z||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-06-27T07:38:56.406Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:39:05.965Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:39:05.966Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:39:56.391Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:39:56.392Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|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-06-27T07:39:56.392Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:39:56.405Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:39:56.406Z||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-06-27T07:39:56.406Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:40:05.949Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:40:05.954Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:40:56.391Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:40:56.392Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|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-06-27T07:40:56.392Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:40:56.405Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:40:56.406Z||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-06-27T07:40:56.406Z||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 dzJBW4MgHrFASy5U) ... 2022-06-27T07:41:05.985Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:41:05.986Z|dde60dcb-3542-48b1-ab3d-91afb651c3f7|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK