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-05-21T02:49:24.680Z||main|||||INFO|500||The following profiles are active: basic 2022-05-21T02:49:33.678Z||main|||||INFO|500||Starting service [Tomcat] 2022-05-21T02:49:33.679Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-05-21T02:49:33.744Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-05-21T02:49:35.941Z||main|||||INFO|500||catdb-pool - Starting... 2022-05-21T02:49:36.101Z||main|||||INFO|500||catdb-pool - Start completed. 2022-05-21T02:49:36.482Z||main|||||INFO|500||reqdb-pool - Starting... 2022-05-21T02:49:36.486Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-05-21T02:49:36.556Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-05-21T02:49:36.680Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-05-21T02:49:37.013Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-05-21T02:49:37.752Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-05-21T02:49:39.548Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-05-21T02:49:39.588Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-05-21T02:49:40.060Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-05-21T02:49:40.400Z||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-05-21T02:49:41.452Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-05-21T02:49:42.443Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-05-21T02:49:42.458Z||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$$d192f0e0.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-05-21T02:49:42.459Z||main|||||WARN|500||The sdc end point is not alive 2022-05-21T02:49:45.284Z||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-05-21T02:49:48.098Z||main|||||WARN|500||--- 2022-05-21T02:49:48.098Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-05-21T02:49:48.099Z||main|||||WARN|500||--- 2022-05-21T02:49:48.487Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-05-21T02:49:52.652Z||main|||||INFO|500||Started Application in 32.173 seconds (JVM running for 33.314) 2022-05-21T02:49:52.731Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-21T02:49:52.732Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-21T02:49:52.775Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-21T02:49:52.808Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-21T02:49:52.878Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d32ba12f-bcfe-4601-8b46-00d6f7b098a4 url= /sdc/v1/artifactTypes 2022-05-21T02:49:52.878Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-21T02:49:53.128Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-05-21T02:49:53.149Z||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-05-21T02:49:53.169Z||scheduling-1|||||DEBUG|500||create keys 2022-05-21T02:49:53.176Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-05-21T02:49:53.204Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T02:49:53.224Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 51ff49bf-d1d5-4095-8241-746a89138b32 url= /sdc/v1/registerForDistribution 2022-05-21T02:49:53.402Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 51ff49bf-d1d5-4095-8241-746a89138b32 url= /sdc/v1/registerForDistribution 2022-05-21T02:49:53.402Z||scheduling-1|||||INFO|500||start DistributionClient 2022-05-21T02:49:53.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T02:49:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T02:49:53.417Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-05-21T02:49:53.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-05-21T02:49:53.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 JvgWT6TStJwn1lgz) ... 2022-05-21T02:49:53.421Z||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-05-21T02:49:53.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 JvgWT6TStJwn1lgz) ... 2022-05-21T02:50:03.671Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T02:50:03.671Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T02:50:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T02:50:53.412Z||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-05-21T02:50:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T02:50:53.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T02:50:53.415Z||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-05-21T02:50:53.416Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T02:51:02.979Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T02:51:02.982Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T02:51:53.411Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T02:51:53.412Z||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-05-21T02:51:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T02:51:53.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T02:51:53.415Z||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-05-21T02:51:53.416Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T02:52:02.957Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T02:52:02.958Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T02:52:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T02:52:53.412Z||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-05-21T02:52:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T02:52:53.413Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T02:52:53.414Z||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-05-21T02:52:53.415Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T02:53:02.956Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T02:53:02.957Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T02:53:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T02:53:53.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T02:53:53.412Z||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-05-21T02:53:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T02:53:53.413Z||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-05-21T02:53:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T02:54:02.953Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T02:54:02.955Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T02:54:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T02:54:53.412Z||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-05-21T02:54:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T02:54:53.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T02:54:53.414Z||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-05-21T02:54:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T02:55:02.954Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T02:55:02.955Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T02:55:53.412Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T02:55:53.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T02:55:53.413Z||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-05-21T02:55:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T02:55:53.413Z||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-05-21T02:55:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T02:56:02.956Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T02:56:02.957Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T02:56:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T02:56:53.412Z||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-05-21T02:56:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T02:56:53.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T02:56:53.414Z||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-05-21T02:56:53.415Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T02:57:02.952Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T02:57:02.952Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T02:57:53.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T02:57:53.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T02:57:53.421Z||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-05-21T02:57:53.422Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T02:57:53.424Z||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-05-21T02:57:53.424Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T02:58:02.962Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T02:58:02.965Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T02:58:53.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T02:58:53.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T02:58:53.417Z||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-05-21T02:58:53.417Z||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-05-21T02:58:53.417Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T02:58:53.417Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T02:59:02.968Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T02:59:02.974Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T02:59:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T02:59:53.412Z||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-05-21T02:59:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T02:59:53.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T02:59:53.414Z||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-05-21T02:59:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:00:02.952Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:00:02.958Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:00:11.531Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-05-21T03:00:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:00:53.412Z||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-05-21T03:00:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:00:53.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:00:53.413Z||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-05-21T03:00:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:01:02.952Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:01:02.954Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:01:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:01:53.412Z||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-05-21T03:01:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:01:53.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:01:53.414Z||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-05-21T03:01:53.415Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:02:02.952Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:02:02.954Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:02:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:02:53.412Z||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-05-21T03:02:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:02:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:02:53.413Z||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-05-21T03:02:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:03:02.957Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:03:02.957Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:03:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:03:53.412Z||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-05-21T03:03:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:03:53.413Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:03:53.414Z||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-05-21T03:03:53.415Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:04:02.953Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:04:02.954Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:04:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:04:53.412Z||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-05-21T03:04:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:04:53.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:04:53.414Z||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-05-21T03:04:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:05:02.985Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:05:02.985Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:05:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:05:53.412Z||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-05-21T03:05:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:05:53.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:05:53.413Z||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-05-21T03:05:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:06:02.953Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:06:02.954Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:06:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:06:53.412Z||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-05-21T03:06:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:06:53.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:06:53.413Z||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-05-21T03:06:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:07:02.951Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:07:02.952Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:07:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:07:53.412Z||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-05-21T03:07:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:07:53.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:07:53.413Z||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-05-21T03:07:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:08:02.955Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:08:02.955Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:08:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:08:53.412Z||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-05-21T03:08:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:08:53.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:08:53.413Z||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-05-21T03:08:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:09:02.955Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:09:02.955Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:09:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:09:53.412Z||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-05-21T03:09:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:09:53.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:09:53.413Z||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-05-21T03:09:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:10:02.954Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:10:02.954Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:10:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:10:53.412Z||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-05-21T03:10:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:10:53.413Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:10:53.414Z||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-05-21T03:10:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:11:02.954Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:11:02.955Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:11:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:11:53.412Z||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-05-21T03:11:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:11:53.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:11:53.413Z||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-05-21T03:11:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:12:02.950Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:12:02.951Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:12:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:12:53.412Z||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-05-21T03:12:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:12:53.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:12:53.413Z||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-05-21T03:12:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:13:02.951Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:13:02.952Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:13:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:13:53.412Z||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-05-21T03:13:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:13:53.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:13:53.413Z||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-05-21T03:13:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:14:02.951Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:14:02.953Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:14:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:14:53.412Z||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-05-21T03:14:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:14:53.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:14:53.413Z||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-05-21T03:14:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:15:02.949Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:15:02.950Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:15:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:15:53.412Z||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-05-21T03:15:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:15:53.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:15:53.413Z||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-05-21T03:15:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:16:02.952Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:16:02.964Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:16:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:16:53.412Z||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-05-21T03:16:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:16:53.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:16:53.413Z||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-05-21T03:16:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:17:02.953Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:17:02.953Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:17:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:17:53.412Z||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-05-21T03:17:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:17:53.413Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:17:53.414Z||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-05-21T03:17:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:18:02.966Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:18:02.966Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:18:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:18:53.412Z||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-05-21T03:18:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:18:53.413Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:18:53.413Z||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-05-21T03:18:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:19:02.954Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:19:02.955Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:19:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:19:53.412Z||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-05-21T03:19:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:19:53.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:19:53.413Z||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-05-21T03:19:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:20:02.952Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:20:02.953Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:20:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:20:53.412Z||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-05-21T03:20:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:20:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:20:53.414Z||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-05-21T03:20:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:21:02.952Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:21:02.953Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:21:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:21:53.412Z||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-05-21T03:21:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:21:53.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:21:53.414Z||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-05-21T03:21:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:22:02.953Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:22:02.953Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:22:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:22:53.412Z||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-05-21T03:22:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:22:53.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:22:53.413Z||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-05-21T03:22:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:23:02.951Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:23:02.952Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:23:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:23:53.412Z||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-05-21T03:23:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:23:53.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:23:53.413Z||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-05-21T03:23:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:24:02.951Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:24:02.952Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:24:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:24:53.411Z||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-05-21T03:24:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:24:53.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:24:53.414Z||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-05-21T03:24:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:25:02.953Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:25:02.953Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:25:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:25:53.412Z||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-05-21T03:25:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:25:53.413Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:25:53.413Z||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-05-21T03:25:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:26:02.951Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:26:02.953Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:26:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:26:53.412Z||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-05-21T03:26:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:26:53.413Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:26:53.414Z||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-05-21T03:26:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:27:02.951Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:27:02.951Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:27:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:27:53.412Z||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-05-21T03:27:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:27:53.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:27:53.413Z||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-05-21T03:27:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:28:02.954Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:28:02.954Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:28:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:28:53.412Z||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-05-21T03:28:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:28:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:28:53.414Z||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-05-21T03:28:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:29:02.960Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:29:02.961Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:29:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:29:53.412Z||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-05-21T03:29:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:29:53.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:29:53.414Z||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-05-21T03:29:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:30:02.951Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:30:02.951Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:30:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:30:53.412Z||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-05-21T03:30:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:30:53.413Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:30:53.413Z||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-05-21T03:30:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:31:02.950Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:31:02.951Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:31:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:31:53.412Z||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-05-21T03:31:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:31:53.413Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:31:53.413Z||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-05-21T03:31:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:32:02.957Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:32:02.957Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:32:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:32:53.412Z||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-05-21T03:32:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:32:53.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:32:53.413Z||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-05-21T03:32:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:33:02.949Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:33:02.950Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:33:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:33:53.412Z||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-05-21T03:33:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:33:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:33:53.413Z||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-05-21T03:33:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:34:02.952Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:34:02.963Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:34:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:34:53.412Z||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-05-21T03:34:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:34:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:34:53.413Z||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-05-21T03:34:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:35:02.952Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:35:02.953Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:35:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:35:53.412Z||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-05-21T03:35:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:35:53.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:35:53.414Z||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-05-21T03:35:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:36:02.952Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:36:02.952Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:36:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:36:53.412Z||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-05-21T03:36:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:36:53.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:36:53.413Z||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-05-21T03:36:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:37:02.953Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:37:02.953Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:37:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:37:53.412Z||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-05-21T03:37:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:37:53.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:37:53.413Z||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-05-21T03:37:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:38:02.951Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:38:02.955Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:38:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:38:53.412Z||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-05-21T03:38:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:38:53.413Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:38:53.413Z||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-05-21T03:38:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:39:02.953Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:39:02.953Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:39:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:39:53.412Z||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-05-21T03:39:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:39:53.413Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:39:53.413Z||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-05-21T03:39:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:40:02.952Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:40:02.952Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:40:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:40:53.412Z||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-05-21T03:40:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:40:53.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:40:53.414Z||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-05-21T03:40:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:41:02.954Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:41:02.955Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:41:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:41:53.412Z||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-05-21T03:41:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:41:53.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:41:53.413Z||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-05-21T03:41:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:42:02.946Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:42:02.948Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:42:53.411Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:42:53.412Z||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-05-21T03:42:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:42:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:42:53.415Z||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-05-21T03:42:53.415Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:43:02.953Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:43:02.954Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:43:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:43:53.412Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-21T03:43:53.412Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JvgWT6TStJwn1lgz) ... 2022-05-21T03:43:53.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:43:53.415Z||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-05-21T03:43:53.415Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:44:02.951Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:44:02.952Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:44:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:44:53.412Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-21T03:44:53.412Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JvgWT6TStJwn1lgz) ... 2022-05-21T03:44:53.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:44:53.413Z||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-05-21T03:44:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:45:02.951Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:45:02.958Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:45:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:45:53.412Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-21T03:45:53.412Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JvgWT6TStJwn1lgz) ... 2022-05-21T03:45:53.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:45:53.413Z||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-05-21T03:45:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:46:02.951Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:46:02.951Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:46:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:46:53.412Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-21T03:46:53.412Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JvgWT6TStJwn1lgz) ... 2022-05-21T03:46:53.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:46:53.414Z||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-05-21T03:46:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:47:02.952Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:47:02.955Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:47:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:47:53.412Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-21T03:47:53.412Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JvgWT6TStJwn1lgz) ... 2022-05-21T03:47:53.413Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:47:53.413Z||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-05-21T03:47:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:48:02.952Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:48:02.953Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:48:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:48:53.412Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-21T03:48:53.412Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JvgWT6TStJwn1lgz) ... 2022-05-21T03:48:53.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:48:53.414Z||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-05-21T03:48:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:49:02.952Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:49:02.953Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:49:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:49:53.412Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-21T03:49:53.412Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JvgWT6TStJwn1lgz) ... 2022-05-21T03:49:53.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:49:53.413Z||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-05-21T03:49:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:50:02.959Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:50:02.959Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:50:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:50:53.412Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-21T03:50:53.412Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JvgWT6TStJwn1lgz) ... 2022-05-21T03:50:53.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:50:53.414Z||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-05-21T03:50:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:51:02.951Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:51:02.953Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:51:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:51:53.412Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-21T03:51:53.412Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JvgWT6TStJwn1lgz) ... 2022-05-21T03:51:53.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:51:53.413Z||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-05-21T03:51:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:52:02.952Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:52:02.953Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:52:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:52:53.412Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-21T03:52:53.412Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JvgWT6TStJwn1lgz) ... 2022-05-21T03:52:53.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:52:53.413Z||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-05-21T03:52:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:53:02.951Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:53:02.952Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:53:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:53:53.412Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-21T03:53:53.412Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JvgWT6TStJwn1lgz) ... 2022-05-21T03:53:53.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:53:53.413Z||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-05-21T03:53:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:54:02.949Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:54:02.950Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:54:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:54:53.412Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-21T03:54:53.412Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JvgWT6TStJwn1lgz) ... 2022-05-21T03:54:53.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:54:53.413Z||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-05-21T03:54:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:55:02.950Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:55:02.951Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:55:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:55:53.412Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-21T03:55:53.412Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JvgWT6TStJwn1lgz) ... 2022-05-21T03:55:53.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:55:53.413Z||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-05-21T03:55:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:56:02.950Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:56:02.950Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:56:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:56:53.412Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-21T03:56:53.412Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JvgWT6TStJwn1lgz) ... 2022-05-21T03:56:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:56:53.413Z||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-05-21T03:56:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:57:02.952Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:57:02.952Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:57:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:57:53.412Z||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-05-21T03:57:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:57:53.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:57:53.414Z||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-05-21T03:57:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:58:02.951Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:58:02.951Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:58:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:58:53.411Z||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-05-21T03:58:53.411Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:58:53.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:58:53.413Z||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-05-21T03:58:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:59:02.950Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:59:02.950Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T03:59:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:59:53.412Z||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-05-21T03:59:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T03:59:53.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T03:59:53.414Z||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-05-21T03:59:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:00:02.946Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:00:02.950Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:00:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:00:53.412Z||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-05-21T04:00:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:00:53.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:00:53.413Z||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-05-21T04:00:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:01:02.951Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:01:02.951Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:01:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:01:53.412Z||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-05-21T04:01:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:01:53.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:01:53.414Z||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-05-21T04:01:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:02:02.956Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:02:02.957Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:02:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:02:53.412Z||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-05-21T04:02:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:02:53.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:02:53.413Z||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-05-21T04:02:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:03:02.949Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:03:02.949Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:03:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:03:53.411Z||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-05-21T04:03:53.411Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:03:53.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:03:53.413Z||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-05-21T04:03:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:04:02.952Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:04:02.952Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:04:53.412Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:04:53.413Z||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-05-21T04:04:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:04:53.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:04:53.413Z||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-05-21T04:04:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:05:02.951Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:05:02.952Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:05:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:05:53.412Z||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-05-21T04:05:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:05:53.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:05:53.413Z||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-05-21T04:05:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:06:02.951Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:06:02.951Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:06:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:06:53.412Z||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-05-21T04:06:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:06:53.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:06:53.413Z||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-05-21T04:06:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:07:02.957Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:07:02.957Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:07:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:07:53.412Z||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-05-21T04:07:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:07:53.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:07:53.413Z||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-05-21T04:07:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:08:02.963Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:08:02.963Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:08:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:08:53.411Z||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-05-21T04:08:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:08:53.413Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:08:53.414Z||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-05-21T04:08:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:09:02.952Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:09:02.952Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:09:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:09:53.411Z||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-05-21T04:09:53.411Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:09:53.413Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:09:53.413Z||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-05-21T04:09:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:10:02.948Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:10:02.949Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:10:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:10:53.411Z||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-05-21T04:10:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:10:53.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:10:53.413Z||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-05-21T04:10:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:11:02.950Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:11:02.950Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:11:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:11:53.412Z||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-05-21T04:11:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:11:53.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:11:53.413Z||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-05-21T04:11:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:12:02.949Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:12:02.950Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:12:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:12:53.411Z||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-05-21T04:12:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:12:53.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:12:53.413Z||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-05-21T04:12:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:13:02.949Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:13:02.949Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:13:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:13:53.412Z||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-05-21T04:13:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:13:53.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:13:53.413Z||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-05-21T04:13:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:14:02.949Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:14:02.952Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:14:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:14:53.412Z||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-05-21T04:14:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:14:53.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:14:53.413Z||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-05-21T04:14:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:15:02.952Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:15:02.952Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:15:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:15:53.411Z||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-05-21T04:15:53.411Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:15:53.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:15:53.413Z||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-05-21T04:15:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:16:02.949Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:16:02.950Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:16:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:16:53.411Z||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-05-21T04:16:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:16:53.413Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:16:53.413Z||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-05-21T04:16:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:17:02.952Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:17:02.953Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:17:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:17:53.412Z||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-05-21T04:17:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:17:53.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:17:53.413Z||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-05-21T04:17:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:18:02.950Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:18:02.950Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:18:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:18:53.411Z||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-05-21T04:18:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:18:53.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:18:53.413Z||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-05-21T04:18:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:19:02.951Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:19:02.951Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:19:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:19:53.411Z||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-05-21T04:19:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:19:53.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:19:53.413Z||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-05-21T04:19:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:20:02.950Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:20:02.951Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:20:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:20:53.411Z||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-05-21T04:20:53.411Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:20:53.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:20:53.413Z||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-05-21T04:20:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:21:02.950Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:21:02.951Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:21:53.411Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:21:53.411Z||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-05-21T04:21:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:21:53.413Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:21:53.414Z||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-05-21T04:21:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:22:02.949Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:22:02.951Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:22:53.411Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:22:53.411Z||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-05-21T04:22:53.411Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:22:53.413Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:22:53.414Z||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-05-21T04:22:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:23:02.950Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:23:02.950Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:23:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:23:53.411Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-21T04:23:53.411Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JvgWT6TStJwn1lgz) ... 2022-05-21T04:23:53.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:23:53.414Z||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-05-21T04:23:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:24:02.952Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:24:02.952Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:24:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:24:53.411Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-21T04:24:53.412Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JvgWT6TStJwn1lgz) ... 2022-05-21T04:24:53.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:24:53.413Z||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-05-21T04:24:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:25:02.949Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:25:02.951Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:25:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:25:53.411Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-21T04:25:53.411Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JvgWT6TStJwn1lgz) ... 2022-05-21T04:25:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:25:53.413Z||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-05-21T04:25:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:26:02.951Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:26:02.951Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:26:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:26:53.411Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-21T04:26:53.412Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JvgWT6TStJwn1lgz) ... 2022-05-21T04:26:53.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:26:53.413Z||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-05-21T04:26:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:27:02.949Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:27:02.951Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:27:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:27:53.411Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-21T04:27:53.412Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JvgWT6TStJwn1lgz) ... 2022-05-21T04:27:53.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:27:53.413Z||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-05-21T04:27:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:28:02.949Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:28:02.949Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:28:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:28:53.411Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-21T04:28:53.411Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JvgWT6TStJwn1lgz) ... 2022-05-21T04:28:53.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:28:53.413Z||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-05-21T04:28:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:29:02.950Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:29:02.951Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:29:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:29:53.411Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-21T04:29:53.411Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JvgWT6TStJwn1lgz) ... 2022-05-21T04:29:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:29:53.413Z||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-05-21T04:29:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:30:02.947Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:30:02.948Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:30:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:30:53.411Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-21T04:30:53.411Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JvgWT6TStJwn1lgz) ... 2022-05-21T04:30:53.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:30:53.413Z||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-05-21T04:30:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:31:02.956Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:31:02.957Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:31:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:31:53.411Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-21T04:31:53.412Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JvgWT6TStJwn1lgz) ... 2022-05-21T04:31:53.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:31:53.413Z||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-05-21T04:31:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:32:02.950Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:32:02.951Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:32:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:32:53.412Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-21T04:32:53.412Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JvgWT6TStJwn1lgz) ... 2022-05-21T04:32:53.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:32:53.413Z||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-05-21T04:32:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:33:02.951Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:33:02.952Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:33:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:33:53.412Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-21T04:33:53.412Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JvgWT6TStJwn1lgz) ... 2022-05-21T04:33:53.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:33:53.414Z||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-05-21T04:33:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:34:02.951Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:34:02.953Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:34:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:34:53.411Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-21T04:34:53.412Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JvgWT6TStJwn1lgz) ... 2022-05-21T04:34:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:34:53.413Z||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-05-21T04:34:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:35:02.948Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:35:02.950Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:35:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:35:53.411Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-21T04:35:53.412Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JvgWT6TStJwn1lgz) ... 2022-05-21T04:35:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:35:53.413Z||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-05-21T04:35:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:36:02.953Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:36:02.954Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:36:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:36:53.412Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-21T04:36:53.412Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JvgWT6TStJwn1lgz) ... 2022-05-21T04:36:53.413Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:36:53.413Z||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-05-21T04:36:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:37:02.950Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:37:02.952Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:37:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:37:53.412Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-21T04:37:53.412Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JvgWT6TStJwn1lgz) ... 2022-05-21T04:37:53.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:37:53.413Z||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-05-21T04:37:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:38:02.950Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:38:02.952Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:38:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:38:53.412Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-21T04:38:53.412Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JvgWT6TStJwn1lgz) ... 2022-05-21T04:38:53.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:38:53.413Z||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-05-21T04:38:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:39:02.953Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:39:02.953Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:39:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:39:53.412Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-21T04:39:53.412Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JvgWT6TStJwn1lgz) ... 2022-05-21T04:39:53.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:39:53.413Z||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-05-21T04:39:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:40:02.952Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:40:02.952Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:40:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:40:53.411Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-21T04:40:53.412Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JvgWT6TStJwn1lgz) ... 2022-05-21T04:40:53.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:40:53.413Z||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-05-21T04:40:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:41:02.952Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:41:02.952Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:41:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:41:53.412Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-21T04:41:53.412Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JvgWT6TStJwn1lgz) ... 2022-05-21T04:41:53.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:41:53.413Z||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-05-21T04:41:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:42:02.952Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:42:02.952Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:42:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:42:53.412Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-21T04:42:53.412Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JvgWT6TStJwn1lgz) ... 2022-05-21T04:42:53.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:42:53.413Z||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-05-21T04:42:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:43:02.951Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:43:02.952Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:43:53.411Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:43:53.412Z||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-05-21T04:43:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:43:53.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:43:53.415Z||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-05-21T04:43:53.415Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:44:02.956Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:44:02.956Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:44:53.411Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:44:53.412Z||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-05-21T04:44:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:44:53.413Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:44:53.414Z||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-05-21T04:44:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:45:02.949Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:45:02.952Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:45:53.411Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:45:53.412Z||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-05-21T04:45:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:45:53.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:45:53.413Z||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-05-21T04:45:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:46:02.948Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:46:02.949Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:46:53.411Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:46:53.411Z||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-05-21T04:46:53.411Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:46:53.413Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:46:53.413Z||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-05-21T04:46:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:47:02.948Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:47:02.955Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:47:53.411Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:47:53.412Z||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-05-21T04:47:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:47:53.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:47:53.413Z||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-05-21T04:47:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:48:02.949Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:48:02.950Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:48:53.411Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:48:53.411Z||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-05-21T04:48:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:48:53.413Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:48:53.413Z||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-05-21T04:48:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:49:02.951Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:49:02.953Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:49:53.411Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:49:53.411Z||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-05-21T04:49:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:49:53.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:49:53.413Z||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-05-21T04:49:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:50:02.951Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:50:02.951Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:50:53.411Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:50:53.412Z||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-05-21T04:50:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:50:53.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:50:53.413Z||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-05-21T04:50:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:51:02.951Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:51:02.953Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:51:53.411Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:51:53.412Z||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-05-21T04:51:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:51:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:51:53.413Z||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-05-21T04:51:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:52:02.956Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:52:02.956Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:52:53.411Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:52:53.412Z||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-05-21T04:52:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:52:53.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:52:53.413Z||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-05-21T04:52:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:53:02.949Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:53:02.949Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:53:53.411Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:53:53.412Z||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-05-21T04:53:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:53:53.413Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:53:53.414Z||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-05-21T04:53:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:54:02.950Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:54:02.952Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:54:53.411Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:54:53.412Z||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-05-21T04:54:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:54:53.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:54:53.413Z||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-05-21T04:54:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:55:02.951Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:55:02.952Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:55:53.411Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:55:53.412Z||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-05-21T04:55:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:55:53.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:55:53.413Z||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-05-21T04:55:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:56:02.952Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:56:02.952Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:56:53.411Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:56:53.411Z||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-05-21T04:56:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:56:53.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:56:53.413Z||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-05-21T04:56:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:57:02.948Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:57:02.949Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:57:53.411Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:57:53.412Z||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-05-21T04:57:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:57:53.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:57:53.413Z||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-05-21T04:57:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:58:02.952Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:58:02.952Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:58:53.411Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:58:53.412Z||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-05-21T04:58:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:58:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:58:53.413Z||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-05-21T04:58:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:59:02.952Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:59:02.952Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T04:59:53.411Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:59:53.411Z||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-05-21T04:59:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T04:59:53.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T04:59:53.413Z||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-05-21T04:59:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:00:02.949Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:00:02.949Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:00:53.411Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:00:53.411Z||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-05-21T05:00:53.411Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:00:53.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:00:53.413Z||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-05-21T05:00:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:01:02.950Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:01:02.951Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:01:53.411Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:01:53.412Z||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-05-21T05:01:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:01:53.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:01:53.413Z||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-05-21T05:01:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:02:02.952Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:02:02.952Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:02:53.411Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:02:53.411Z||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-05-21T05:02:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:02:53.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:02:53.413Z||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-05-21T05:02:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:03:02.948Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:03:02.950Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:03:53.411Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:03:53.411Z||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-05-21T05:03:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:03:53.413Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:03:53.413Z||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-05-21T05:03:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:04:02.949Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:04:02.949Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:04:53.411Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:04:53.411Z||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-05-21T05:04:53.411Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:04:53.413Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:04:53.414Z||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-05-21T05:04:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:05:02.951Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:05:02.951Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:05:53.411Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:05:53.411Z||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-05-21T05:05:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:05:53.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:05:53.413Z||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-05-21T05:05:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:06:02.953Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:06:02.953Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:06:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:06:53.412Z||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-05-21T05:06:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:06:53.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:06:53.414Z||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-05-21T05:06:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:07:02.951Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:07:02.951Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:07:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:07:53.411Z||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-05-21T05:07:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:07:53.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:07:53.414Z||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-05-21T05:07:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:08:02.946Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:08:02.949Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:08:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:08:53.411Z||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-05-21T05:08:53.411Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:08:53.413Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:08:53.413Z||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-05-21T05:08:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:09:02.949Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:09:02.950Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:09:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:09:53.411Z||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-05-21T05:09:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:09:53.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:09:53.413Z||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-05-21T05:09:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:10:02.948Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:10:02.952Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:10:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:10:53.411Z||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-05-21T05:10:53.411Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:10:53.413Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:10:53.413Z||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-05-21T05:10:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:11:02.948Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:11:02.950Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:11:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:11:53.411Z||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-05-21T05:11:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:11:53.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:11:53.413Z||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-05-21T05:11:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:12:02.948Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:12:02.953Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:12:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:12:53.411Z||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-05-21T05:12:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:12:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:12:53.413Z||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-05-21T05:12:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:13:02.952Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:13:02.952Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:13:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:13:53.412Z||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-05-21T05:13:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:13:53.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:13:53.413Z||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-05-21T05:13:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:14:02.951Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:14:02.951Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:14:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:14:53.412Z||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-05-21T05:14:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:14:53.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:14:53.413Z||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-05-21T05:14:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:15:02.949Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:15:02.950Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:15:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:15:53.412Z||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-05-21T05:15:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:15:53.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:15:53.414Z||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-05-21T05:15:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:16:02.951Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:16:02.952Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:16:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:16:53.411Z||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-05-21T05:16:53.411Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:16:53.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:16:53.413Z||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-05-21T05:16:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:17:02.948Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:17:02.949Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:17:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:17:53.412Z||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-05-21T05:17:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:17:53.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:17:53.413Z||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-05-21T05:17:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:18:02.949Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:18:02.950Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:18:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:18:53.412Z||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-05-21T05:18:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:18:53.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:18:53.413Z||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-05-21T05:18:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:19:02.949Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:19:02.950Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:19:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:19:53.412Z||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-05-21T05:19:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:19:53.413Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:19:53.413Z||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-05-21T05:19:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:20:02.951Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:20:02.952Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:20:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:20:53.411Z||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-05-21T05:20:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:20:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:20:53.413Z||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-05-21T05:20:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:21:02.948Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:21:02.949Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:21:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:21:53.411Z||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-05-21T05:21:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:21:53.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:21:53.413Z||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-05-21T05:21:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:22:02.950Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:22:02.950Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:22:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:22:53.412Z||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-05-21T05:22:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:22:53.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:22:53.413Z||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-05-21T05:22:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:23:02.950Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:23:02.952Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:23:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:23:53.411Z||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-05-21T05:23:53.411Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:23:53.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:23:53.413Z||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-05-21T05:23:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:24:02.950Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:24:02.952Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:24:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:24:53.412Z||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-05-21T05:24:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:24:53.413Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:24:53.413Z||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-05-21T05:24:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:25:02.955Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:25:02.956Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:25:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:25:53.411Z||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-05-21T05:25:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:25:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:25:53.413Z||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-05-21T05:25:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:26:02.948Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:26:02.949Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:26:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:26:53.411Z||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-05-21T05:26:53.411Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:26:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:26:53.413Z||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-05-21T05:26:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:27:02.948Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:27:02.949Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:27:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:27:53.411Z||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-05-21T05:27:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:27:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:27:53.413Z||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-05-21T05:27:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:28:02.966Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:28:02.968Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:28:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:28:53.411Z||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-05-21T05:28:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:28:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:28:53.413Z||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-05-21T05:28:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:29:02.979Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:29:02.980Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:29:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:29:53.411Z||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-05-21T05:29:53.411Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:29:53.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:29:53.413Z||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-05-21T05:29:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:30:02.948Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:30:02.948Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:30:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:30:53.411Z||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-05-21T05:30:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:30:53.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:30:53.413Z||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-05-21T05:30:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:31:02.951Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:31:02.951Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:31:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:31:53.412Z||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-05-21T05:31:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:31:53.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:31:53.413Z||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-05-21T05:31:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:32:02.952Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:32:02.952Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:32:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:32:53.411Z||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-05-21T05:32:53.411Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:32:53.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:32:53.413Z||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-05-21T05:32:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:33:02.964Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:33:02.964Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:33:53.411Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:33:53.412Z||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-05-21T05:33:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:33:53.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:33:53.414Z||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-05-21T05:33:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:34:02.951Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:34:02.952Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:34:53.411Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:34:53.411Z||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-05-21T05:34:53.411Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:34:53.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:34:53.413Z||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-05-21T05:34:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:35:02.950Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:35:02.950Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:35:53.411Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:35:53.411Z||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-05-21T05:35:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:35:53.413Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:35:53.413Z||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-05-21T05:35:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:36:02.950Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:36:02.950Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:36:53.411Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:36:53.411Z||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-05-21T05:36:53.411Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:36:53.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:36:53.413Z||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-05-21T05:36:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:37:02.952Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:37:02.952Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:37:53.411Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:37:53.411Z||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-05-21T05:37:53.411Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:37:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:37:53.413Z||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-05-21T05:37:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:38:02.948Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:38:02.948Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:38:53.411Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:38:53.411Z||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-05-21T05:38:53.411Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:38:53.413Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:38:53.413Z||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-05-21T05:38:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:39:02.947Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:39:02.948Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:39:53.411Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:39:53.411Z||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-05-21T05:39:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:39:53.413Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:39:53.413Z||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-05-21T05:39:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:40:02.953Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:40:02.953Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:40:53.411Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:40:53.411Z||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-05-21T05:40:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:40:53.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:40:53.413Z||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-05-21T05:40:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:41:02.949Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:41:02.950Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:41:53.411Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:41:53.411Z||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-05-21T05:41:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:41:53.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:41:53.413Z||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-05-21T05:41:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:42:02.947Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:42:02.948Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:42:53.411Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:42:53.411Z||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-05-21T05:42:53.411Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:42:53.413Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:42:53.413Z||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-05-21T05:42:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:42:54.033Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:42:54.035Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.035Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc","serviceName":"basic_onboard_VaSvXL","serviceVersion":"1.0","serviceUUID":"f3883ecd-4fe8-4be1-9cc2-8bf21d4604d0","serviceDescription":"service","serviceInvariantUUID":"c1a86390-bab0-4928-8fd2-a7a4e47b78e4","resources":[{"resourceInstanceName":"basic_onboard_VaSvXL 0","resourceName":"basic_onboard_VaSvXL","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1f743247-630f-469e-aa50-9d195f6cafcb","resourceInvariantUUID":"d0b1d21f-4bc5-455c-874b-ddbaef72de95","resourceCustomizationUUID":"6b8698f0-8313-48f7-b81c-35f8ba817d86","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/vf-license-model.xml","artifactChecksum":"ZjRlYmZjZmU2MmJlMTBhOTAwM2JlZmMzNzIzOTE1MDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"188cdd84-829f-495c-a66a-9704f8dc0d95","artifactVersion":"1"},{"artifactName":"basic_onboard_vasvxl0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/basic_onboard_vasvxl0_modules.json","artifactChecksum":"MjdmNDc2NjZiODQyOTA3YTg0MDU3MTQzMGNmZmM4Njg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d2a82c9c-f93d-4a83-b6da-d4311eb14e40","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8a380690-3a02-4e20-adc7-484ed6bce34c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"176fc2d9-a01f-41d6-ab47-6cb12ed59ab7","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"65c14a6a-1c95-44e4-86b9-746119dd96a4","artifactVersion":"2","generatedFromUUID":"8a380690-3a02-4e20-adc7-484ed6bce34c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVasvxl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-template.yml","artifactChecksum":"NzBlOWZmNTdjNGQ2Mjc3YmQwZGE0Mzk0ZDY3NWVmY2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"607cf6f3-4657-46b8-80e2-a6ce89458213","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVasvxl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar","artifactChecksum":"NWZiZmJiMjU3MTc1NDc1NzJhYTlhNzM5NDg3ZTgwNjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"82fa4754-748e-43ac-8b7e-0ebbd947197e","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-21T05:42:54.037Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:42:54.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "multicloud-k8s-id", "timestamp": 1653111728463, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T05:42:54.044Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T05:42:54.050Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-21T05:42:54.059Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T05:42:54.059Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111773411, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T05:42:54.064Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:42:54.064Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.064Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "policy-id", "timestamp": 1653111729726, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T05:42:54.065Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:42:54.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "aai-ml", "timestamp": 1653111736744, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T05:42:54.065Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:42:54.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "multicloud-k8s-id", "timestamp": 1653111728463, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/basic_onboard_vasvxl0_modules.json", "status": "NOTIFIED" } 2022-05-21T05:42:54.065Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:42:54.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "policy-id", "timestamp": 1653111729726, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/basic_onboard_vasvxl0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-21T05:42:54.066Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:42:54.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "aai-ml", "timestamp": 1653111736744, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/basic_onboard_vasvxl0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-21T05:42:54.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:42:54.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "multicloud-k8s-id", "timestamp": 1653111728463, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-21T05:42:54.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:42:54.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "policy-id", "timestamp": 1653111729726, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-21T05:42:54.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:42:54.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "cds", "timestamp": 1653111738711, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T05:42:54.068Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:42:54.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "aai-ml", "timestamp": 1653111736744, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T05:42:54.068Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:42:54.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "multicloud-k8s-id", "timestamp": 1653111728463, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T05:42:54.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:42:54.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "policy-id", "timestamp": 1653111729726, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T05:42:54.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:42:54.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "cds", "timestamp": 1653111738711, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/basic_onboard_vasvxl0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-21T05:42:54.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:42:54.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "aai-ml", "timestamp": 1653111736744, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T05:42:54.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:42:54.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "ves-openapi-manager", "timestamp": 1653111740270, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T05:42:54.071Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:42:54.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "multicloud-k8s-id", "timestamp": 1653111728463, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-21T05:42:54.071Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:42:54.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "policy-id", "timestamp": 1653111729726, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-21T05:42:54.072Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:42:54.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "cds", "timestamp": 1653111738711, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T05:42:54.072Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:42:54.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "aai-ml", "timestamp": 1653111736744, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-21T05:42:54.072Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:42:54.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "ves-openapi-manager", "timestamp": 1653111740270, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/basic_onboard_vasvxl0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-21T05:42:54.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:42:54.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "multicloud-k8s-id", "timestamp": 1653111728463, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T05:42:54.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:42:54.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "policy-id", "timestamp": 1653111729726, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T05:42:54.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:42:54.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "cds", "timestamp": 1653111738711, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T05:42:54.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:42:54.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "aai-ml", "timestamp": 1653111736744, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T05:42:54.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:42:54.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "ves-openapi-manager", "timestamp": 1653111740270, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T05:42:54.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:42:54.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "multicloud-k8s-id", "timestamp": 1653111728463, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar", "status": "NOTIFIED" } 2022-05-21T05:42:54.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:42:54.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "policy-id", "timestamp": 1653111729726, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar", "status": "NOTIFIED" } 2022-05-21T05:42:54.075Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:42:54.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "cds", "timestamp": 1653111738711, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-21T05:42:54.075Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:42:54.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "aai-ml", "timestamp": 1653111736744, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar", "status": "NOTIFIED" } 2022-05-21T05:42:54.075Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:42:54.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "ves-openapi-manager", "timestamp": 1653111740270, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T05:42:54.076Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:42:54.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "cds", "timestamp": 1653111738711, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T05:42:54.076Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:42:54.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "ves-openapi-manager", "timestamp": 1653111740270, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-21T05:42:54.076Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:42:54.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "policy-id", "timestamp": 1653111744916, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T05:42:54.076Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:42:54.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "aai-ml", "timestamp": 1653111744969, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T05:42:54.077Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:42:54.077Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "multicloud-k8s-id", "timestamp": 1653111745000, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/basic_onboard_vasvxl0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-21T05:42:54.077Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:42:54.077Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "cds", "timestamp": 1653111738711, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar", "status": "NOTIFIED" } 2022-05-21T05:42:54.077Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:42:54.077Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "ves-openapi-manager", "timestamp": 1653111740270, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T05:42:54.077Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:42:54.078Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.078Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "policy-id", "timestamp": 1653111745926, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T05:42:54.078Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:42:54.078Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.078Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "multicloud-k8s-id", "timestamp": 1653111746586, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-21T05:42:54.078Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:42:54.078Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.078Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "cds", "timestamp": 1653111746705, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T05:42:54.078Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:42:54.078Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.078Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "ves-openapi-manager", "timestamp": 1653111740270, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-21T05:42:54.078Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:42:54.078Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.078Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "policy-id", "timestamp": 1653111746931, "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-05-21T05:42:54.160Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-05-21T05:42:54.176Z||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-05-21T05:42:54.176Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:42:54.186Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:42:54.187Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-21T05:42:54.202Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc 2022-05-21T05:42:54.215Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc 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-05-21T05:42:54.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.233Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "cds", "timestamp": 1653111747719, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-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-05-21T05:42:54.242Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc 2022-05-21T05:42:54.242Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc 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-05-21T05:42:54.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "multicloud-k8s-id", "timestamp": 1653111747884, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-21T05:42:54.248Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:42:54.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "multicloud-k8s-id", "timestamp": 1653111749458, "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-05-21T05:42:54.251Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc 2022-05-21T05:42:54.251Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc 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-05-21T05:42:54.258Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.273Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "multicloud-k8s-id", "timestamp": 1653111750462, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/basic_onboard_vasvxl0_modules.json", "status": "DEPLOY_OK" } 2022-05-21T05:42:54.273Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:42:54.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.274Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653111752412, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T05:42:54.274Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:42:54.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.274Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "clamp", "timestamp": 1653111752966, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T05:42:54.274Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:42:54.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.274Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653111752412, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/basic_onboard_vasvxl0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-21T05:42:54.274Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:42:54.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.274Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "aai-ml", "timestamp": 1653111754272, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T05:42:54.274Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:42:54.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.275Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "clamp", "timestamp": 1653111752966, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/basic_onboard_vasvxl0_modules.json", "status": "NOTIFIED" } 2022-05-21T05:42:54.275Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:42:54.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.275Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653111752412, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T05:42:54.275Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:42:54.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.275Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "aai-ml", "timestamp": 1653111755278, "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-05-21T05:42:54.278Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc 2022-05-21T05:42:54.279Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc 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-05-21T05:42:54.285Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.285Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "clamp", "timestamp": 1653111752966, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T05:42:54.285Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:42:54.285Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.285Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653111752412, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T05:42:54.286Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:42:54.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "clamp", "timestamp": 1653111752966, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T05:42:54.286Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:42:54.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653111752412, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-21T05:42:54.286Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:42:54.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "clamp", "timestamp": 1653111752966, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-21T05:42:54.287Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:42:54.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653111752412, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T05:42:54.287Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:42:54.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "clamp", "timestamp": 1653111752966, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T05:42:54.287Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:42:54.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653111752412, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar", "status": "NOTIFIED" } 2022-05-21T05:42:54.287Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:42:54.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "clamp", "timestamp": 1653111752966, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar", "status": "NOTIFIED" } 2022-05-21T05:42:54.288Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:42:54.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653111760366, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T05:42:54.288Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:42:54.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653111764489, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T05:42:54.288Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:42:54.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653111765493, "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-05-21T05:42:54.291Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc 2022-05-21T05:42:54.291Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc 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-05-21T05:42:54.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "clamp", "timestamp": 1653111770253, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T05:42:54.296Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:42:54.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "clamp", "timestamp": 1653111772267, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T05:42:54.296Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:42:54.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:42:54.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "clamp", "timestamp": 1653111773271, "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-05-21T05:42:54.298Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc 2022-05-21T05:42:54.298Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc 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-05-21T05:42:55.063Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T05:42:55.065Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-21T05:42:55.067Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T05:42:55.067Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111773411, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/basic_onboard_vasvxl0_modules.json", "status": "NOTIFIED" } 2022-05-21T05:42:55.167Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T05:42:55.168Z||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-05-21T05:42:55.168Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:42:55.178Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:42:55.178Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-21T05:42:56.067Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T05:42:56.069Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-21T05:42:56.071Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T05:42:56.072Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111773411, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-21T05:42:56.172Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T05:42:56.173Z||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-05-21T05:42:56.173Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:42:56.182Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:42:56.182Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-21T05:42:57.072Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T05:42:57.073Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-21T05:42:57.076Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T05:42:57.077Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111773411, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T05:42:57.177Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T05:42:57.178Z||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-05-21T05:42:57.178Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:42:57.187Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:42:57.187Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-21T05:42:58.077Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T05:42:58.078Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-21T05:42:58.080Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T05:42:58.080Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111773411, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-21T05:42:58.180Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T05:42:58.181Z||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-05-21T05:42:58.181Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:42:58.191Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:42:58.191Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-21T05:42:59.080Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T05:42:59.081Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-21T05:42:59.083Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T05:42:59.083Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111773411, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T05:42:59.183Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T05:42:59.184Z||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-05-21T05:42:59.184Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:42:59.194Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:42:59.195Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-21T05:43:00.083Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T05:43:00.084Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-21T05:43:00.087Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T05:43:00.087Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111773411, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar", "status": "NOTIFIED" } 2022-05-21T05:43:00.187Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T05:43:00.188Z||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-05-21T05:43:00.188Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:43:00.201Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:43:00.202Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-21T05:43:01.091Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "serviceName": "basic_onboard_VaSvXL", "serviceVersion": "1.0", "serviceUUID": "f3883ecd-4fe8-4be1-9cc2-8bf21d4604d0", "serviceDescription": "service", "serviceInvariantUUID": "c1a86390-bab0-4928-8fd2-a7a4e47b78e4", "resources": [ { "resourceInstanceName": "basic_onboard_VaSvXL 0", "resourceCustomizationUUID": "6b8698f0-8313-48f7-b81c-35f8ba817d86", "resourceName": "basic_onboard_VaSvXL", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "1f743247-630f-469e-aa50-9d195f6cafcb", "resourceInvariantUUID": "d0b1d21f-4bc5-455c-874b-ddbaef72de95", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_vasvxl0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/basic_onboard_vasvxl0_modules.json", "artifactChecksum": "MjdmNDc2NjZiODQyOTA3YTg0MDU3MTQzMGNmZmM4Njg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d2a82c9c-f93d-4a83-b6da-d4311eb14e40", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "8a380690-3a02-4e20-adc7-484ed6bce34c", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "65c14a6a-1c95-44e4-86b9-746119dd96a4", "generatedFromUUID": "8a380690-3a02-4e20-adc7-484ed6bce34c" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "65c14a6a-1c95-44e4-86b9-746119dd96a4", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardVasvxl-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar", "artifactChecksum": "NWZiZmJiMjU3MTc1NDc1NzJhYTlhNzM5NDg3ZTgwNjg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "82fa4754-748e-43ac-8b7e-0ebbd947197e" } ], "workloadContext": "Production" } 2022-05-21T05:43:01.092Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-21T05:43:01.093Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f3883ecd-4fe8-4be1-9cc2-8bf21d4604d0 ASDC 2022-05-21T05:43:01.194Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc ServiceName:basic_onboard_VaSvXL ServiceVersion:1.0 ServiceUUID:f3883ecd-4fe8-4be1-9cc2-8bf21d4604d0 ServiceInvariantUUID:c1a86390-bab0-4928-8fd2-a7a4e47b78e4 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardVasvxl-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar ArtifactUUID:82fa4754-748e-43ac-8b7e-0ebbd947197e ArtifactChecksum:NWZiZmJiMjU3MTc1NDc1NzJhYTlhNzM5NDg3ZTgwNjg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_VaSvXL 0 ResourceCustomizationUUID:6b8698f0-8313-48f7-b81c-35f8ba817d86 ResourceInvariantUUID:d0b1d21f-4bc5-455c-874b-ddbaef72de95 ResourceName:basic_onboard_VaSvXL ResourceType:VF ResourceUUID:1f743247-630f-469e-aa50-9d195f6cafcb ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_vasvxl0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/basic_onboard_vasvxl0_modules.json ArtifactUUID:d2a82c9c-f93d-4a83-b6da-d4311eb14e40 ArtifactChecksum:MjdmNDc2NjZiODQyOTA3YTg0MDU3MTQzMGNmZmM4Njg= 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/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.yaml ArtifactUUID:8a380690-3a02-4e20-adc7-484ed6bce34c 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/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.env ArtifactUUID:65c14a6a-1c95-44e4-86b9-746119dd96a4 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/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.env ArtifactUUID:65c14a6a-1c95-44e4-86b9-746119dd96a4 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-21T05:43:01.194Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f3883ecd-4fe8-4be1-9cc2-8bf21d4604d0 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-05-21T05:43:01.227Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-21T05:43:01.228Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-21T05:43:01.228Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-21T05:43:01.229Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 82fa4754-748e-43ac-8b7e-0ebbd947197e from URL: /sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar 2022-05-21T05:43:01.229Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-21T05:43:01.230Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar 2022-05-21T05:43:01.310Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-21T05:43:01.324Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar 82fa4754-748e-43ac-8b7e-0ebbd947197e 71569 2022-05-21T05:43:01.325Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar ASDC sendASDCNotification 2022-05-21T05:43:01.325Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar 2022-05-21T05:43:01.326Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-21T05:43:01.326Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-21T05:43:01.328Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T05:43:01.328Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111781324, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T05:43:01.428Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T05:43:01.429Z||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-05-21T05:43:01.429Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:43:01.440Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:43:01.440Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-05-21T05:43:02.328Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-21T05:43:02.330Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-21T05:43:02.330Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 82fa4754-748e-43ac-8b7e-0ebbd947197e, URL: /sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar to file: /app/ASDC/1/service-BasicOnboardVasvxl-csar.csar 2022-05-21T05:43:02.331Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardVasvxl-csar.csar 2022-05-21T05:43:02.388Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardVasvxl-csar.csar 2022-05-21T05:43:02.388Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardVasvxl-csar.csar 2022-05-21T05:43:02.880Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1981605184464127229/Definitions/service-BasicOnboardVasvxl-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-05-21T05:43:04.598Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-21T05:43:04.602Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-05-21T05:43:04.602Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardVasvxl-csar.csar 2022-05-21T05:43:04.602Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-21T05:43:04.602Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardVasvxl-csar.csar 2022-05-21T05:43:04.602Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVasvxl-csar.csar 2022-05-21T05:43:04.602Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVasvxl-csar.csar 2022-05-21T05:43:04.602Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVasvxl-csar.csar 2022-05-21T05:43:04.602Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardVasvxl-csar.csar 2022-05-21T05:43:04.602Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardVasvxl-csar.csar 2022-05-21T05:43:04.602Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVasvxl-csar.csar 2022-05-21T05:43:04.602Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_VaSvXL 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-BasicOnboardVasvxl-csar.csar 2022-05-21T05:43:04.602Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardVasvxl-csar.csar 2022-05-21T05:43:04.602Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-05-21T05:43:04.607Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:43:04.608Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_VaSvXL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T05:43:04.611Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_VaSvXL 0 is matching search criteria 2022-05-21T05:43:04.611Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-05-21T05:43:04.612Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_VaSvXL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-21T05:43:04.613Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:43:04.613Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_VaSvXL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T05:43:04.613Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_VaSvXL 0 is matching search criteria 2022-05-21T05:43:04.613Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-05-21T05:43:04.613Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_VaSvXL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-21T05:43:04.614Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:43:04.614Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_VaSvXL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T05:43:04.616Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:43:04.616Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_VaSvXL 0 is not matching search criteria 2022-05-21T05:43:04.616Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-05-21T05:43:04.616Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-05-21T05:43:04.616Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-05-21T05:43:04.617Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-21T05:43:04.617Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-21T05:43:04.617Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:43:04.617Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_VaSvXL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-21T05:43:04.617Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:43:04.617Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_VaSvXL 0 is matching search criteria 2022-05-21T05:43:04.618Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_VaSvXL 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-21T05:43:04.618Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:43:04.618Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_VaSvXL 0 is matching search criteria 2022-05-21T05:43:04.618Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_VaSvXL 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-21T05:43:04.618Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:43:04.618Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_VaSvXL 0 is matching search criteria 2022-05-21T05:43:04.618Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_VaSvXL 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-21T05:43:04.618Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:43:04.619Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_VaSvXL 0 is not matching search criteria 2022-05-21T05:43:04.619Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-05-21T05:43:04.619Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-21T05:43:04.619Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ae308d35-c1c0-4031-90b9-90c0a09bcc17 2022-05-21T05:43:04.619Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:43:04.619Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_VaSvXL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T05:43:04.619Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:43:04.619Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_VaSvXL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T05:43:04.619Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:43:04.619Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_VaSvXL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T05:43:04.619Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:43:04.619Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_VaSvXL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T05:43:04.620Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_VaSvXL Description:service Model UUID:f3883ecd-4fe8-4be1-9cc2-8bf21d4604d0 Model Version:NULL Model InvariantUuid:c1a86390-bab0-4928-8fd2-a7a4e47b78e4 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_VaSvXL Model UUID:053282ef-34bd-4c66-86fe-608d7d5e54ae Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:d0b1d21f-4bc5-455c-874b-ddbaef72de95 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:6b8698f0-8313-48f7-b81c-35f8ba817d86 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:63852703-d242-4b25-8aab-4e84ecf02b87 ModelName:BasicOnboardVasvxl..base_ubuntu18..module-0 ModelUuid:bbf33fbc-3df0-4b10-8c76-f0fcd6e9c1e5 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ae308d35-c1c0-4031-90b9-90c0a09bcc17 ModelInvariantUuid:a526c8db-c844-4115-a609-b63f2635fae9 ModelName:basic_onboard_VaSvXL-nodes.ubuntu18Cvfc ModelUuid:90558d69-ba3e-41c2-a540-445ba952ebbc ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:b4cf769b-cabb-4558-8f5c-575be2eb6a38 ModelInvariantUuid:b659c728-839e-4504-8330-b3a7b9beb2ab ModelName:BasicOnboardVasvxl.compute.nodes.heat.ubuntu18 ModelUuid:b12e13e1-2baf-4239-8282-a526c2aa442f 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-05-21T05:43:04.634Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 1f743247-630f-469e-aa50-9d195f6cafcb 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-05-21T05:43:04.712Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||basic_onboard_VaSvXL 0 2022-05-21T05:43:04.717Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1f743247-630f-469e-aa50-9d195f6cafcb 2022-05-21T05:43:04.717Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d2a82c9c-f93d-4a83-b6da-d4311eb14e40 from URL: /sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/basic_onboard_vasvxl0_modules.json 2022-05-21T05:43:04.717Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-21T05:43:04.717Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/basic_onboard_vasvxl0_modules.json 2022-05-21T05:43:04.805Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-21T05:43:04.806Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/basic_onboard_vasvxl0_modules.json d2a82c9c-f93d-4a83-b6da-d4311eb14e40 798 2022-05-21T05:43:04.806Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/basic_onboard_vasvxl0_modules.json ASDC sendASDCNotification 2022-05-21T05:43:04.806Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/basic_onboard_vasvxl0_modules.json 2022-05-21T05:43:04.806Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-21T05:43:04.806Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-21T05:43:04.808Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T05:43:04.808Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111784806, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/basic_onboard_vasvxl0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-21T05:43:04.909Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-21T05:43:04.910Z||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-05-21T05:43:04.910Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:43:04.920Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:43:04.920Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-21T05:43:05.810Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardVasvxl..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "63852703-d242-4b25-8aab-4e84ecf02b87", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bbf33fbc-3df0-4b10-8c76-f0fcd6e9c1e5", "vfModuleModelCustomizationUUID": "e55dfb1b-1cac-425c-b58b-947c23ed039d", "isBase": true, "artifacts": [ "8a380690-3a02-4e20-adc7-484ed6bce34c", "65c14a6a-1c95-44e4-86b9-746119dd96a4" ], "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-05-21T05:43:05.821Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardVasvxl..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bbf33fbc-3df0-4b10-8c76-f0fcd6e9c1e5 VfModuleModelInvariantUUID:63852703-d242-4b25-8aab-4e84ecf02b87 VfModuleModelDescription:NULL Artifacts UUID List:{ 8a380690-3a02-4e20-adc7-484ed6bce34c , 65c14a6a-1c95-44e4-86b9-746119dd96a4 } 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-05-21T05:43:05.823Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardVasvxl..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "63852703-d242-4b25-8aab-4e84ecf02b87", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bbf33fbc-3df0-4b10-8c76-f0fcd6e9c1e5", "vfModuleModelCustomizationUUID": "e55dfb1b-1cac-425c-b58b-947c23ed039d", "isBase": true, "artifacts": [ "8a380690-3a02-4e20-adc7-484ed6bce34c", "65c14a6a-1c95-44e4-86b9-746119dd96a4" ], "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-05-21T05:43:05.823Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardVasvxl..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bbf33fbc-3df0-4b10-8c76-f0fcd6e9c1e5 VfModuleModelInvariantUUID:63852703-d242-4b25-8aab-4e84ecf02b87 VfModuleModelDescription:NULL Artifacts UUID List:{ 8a380690-3a02-4e20-adc7-484ed6bce34c , 65c14a6a-1c95-44e4-86b9-746119dd96a4 } 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-05-21T05:43:05.823Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8a380690-3a02-4e20-adc7-484ed6bce34c from URL: /sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.yaml 2022-05-21T05:43:05.823Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-21T05:43:05.824Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.yaml 2022-05-21T05:43:05.888Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-21T05:43:05.888Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.yaml 8a380690-3a02-4e20-adc7-484ed6bce34c 5033 2022-05-21T05:43:05.888Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-05-21T05:43:05.888Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.yaml 2022-05-21T05:43:05.889Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-21T05:43:05.889Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-21T05:43:05.891Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T05:43:05.891Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111785888, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-21T05:43:05.991Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T05:43:05.992Z||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-05-21T05:43:05.992Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:43:06.003Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:43:06.003Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-21T05:43:06.892Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 65c14a6a-1c95-44e4-86b9-746119dd96a4 from URL: /sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.env 2022-05-21T05:43:06.892Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-21T05:43:06.893Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.env 2022-05-21T05:43:06.938Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-21T05:43:06.939Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.env 65c14a6a-1c95-44e4-86b9-746119dd96a4 909 2022-05-21T05:43:06.939Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-05-21T05:43:06.939Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.env 2022-05-21T05:43:06.939Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-21T05:43:06.940Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-21T05:43:06.941Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T05:43:06.942Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111786939, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-21T05:43:07.042Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T05:43:07.043Z||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-05-21T05:43:07.043Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:43:07.054Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:43:07.054Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-21T05:43:07.942Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: f3883ecd-4fe8-4be1-9cc2-8bf21d4604d0 2022-05-21T05:43:07.943Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_VaSvXL 0 1f743247-630f-469e-aa50-9d195f6cafcb 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-05-21T05:43:07.975Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7a29dc02, org.onap.sdc.toscaparser.api.parameters.Input@1a9e898e, org.onap.sdc.toscaparser.api.parameters.Input@49a0d051, org.onap.sdc.toscaparser.api.parameters.Input@33d8d1ee, org.onap.sdc.toscaparser.api.parameters.Input@725c25b] 2022-05-21T05:43:07.977Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:43:07.978Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_VaSvXL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T05:43:07.978Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-05-21T05:43:07.978Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 6b8698f0-8313-48f7-b81c-35f8ba817d86 2022-05-21T05:43:07.978Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6b8698f0-8313-48f7-b81c-35f8ba817d86 matches Tosca VF Customization UUID: 6b8698f0-8313-48f7-b81c-35f8ba817d86 2022-05-21T05:43:07.978Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 6b8698f0-8313-48f7-b81c-35f8ba817d86 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-05-21T05:43:07.984Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:43:07.984Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_VaSvXL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T05:43:07.985Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 6b8698f0-8313-48f7-b81c-35f8ba817d86: {\"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-05-21T05:43:07.985Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4a7701f7 2022-05-21T05:43:07.985Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:43:07.985Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_VaSvXL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-21T05:43:07.985Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e55dfb1b-1cac-425c-b58b-947c23ed039d 2022-05-21T05:43:07.986Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e55dfb1b-1cac-425c-b58b-947c23ed039d 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-05-21T05:43:07.992Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:43:07.992Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_VaSvXL 0 is matching search criteria 2022-05-21T05:43:07.992Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_VaSvXL 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-21T05:43:07.992Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:43:07.992Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_VaSvXL 0 is matching search criteria 2022-05-21T05:43:07.992Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_VaSvXL 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-21T05:43:07.993Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:43:07.993Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_VaSvXL 0 is not matching search criteria 2022-05-21T05:43:07.993Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-05-21T05:43:07.993Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-21T05:43:07.993Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ae308d35-c1c0-4031-90b9-90c0a09bcc17 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-05-21T05:43:07.999Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:43:07.999Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_VaSvXL 0 is matching search criteria 2022-05-21T05:43:07.999Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_VaSvXL 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-21T05:43:07.999Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:43:07.999Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_VaSvXL 0 is matching search criteria 2022-05-21T05:43:07.999Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_VaSvXL 0] matching following query criteria: sdcType=VF, customizationUUID=6b8698f0-8313-48f7-b81c-35f8ba817d86 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-05-21T05:43:08.001Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:43:08.001Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_VaSvXL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T05:43:08.002Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid f3883ecd-4fe8-4be1-9cc2-8bf21d4604d0: basic_onboard_VaSvXL 2022-05-21T05:43:08.002Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:43:08.002Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_VaSvXL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T05:43:08.002Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:43:08.002Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_VaSvXL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T05:43:08.002Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:43:08.002Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_VaSvXL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T05:43:08.002Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:43:08.002Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_VaSvXL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T05:43:08.002Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:43:08.003Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_VaSvXL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T05:43:08.003Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_VaSvXL 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-05-21T05:43:08.178Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_VaSvXL 1f743247-630f-469e-aa50-9d195f6cafcb 1 ASDC deployResourceStructure 2022-05-21T05:43:08.179Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/basic_onboard_vasvxl0_modules.json ASDC sendASDCNotification 2022-05-21T05:43:08.179Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/basic_onboard_vasvxl0_modules.json 2022-05-21T05:43:08.179Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-21T05:43:08.179Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-21T05:43:08.181Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T05:43:08.181Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111788179, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/basic_onboard_vasvxl0_modules.json", "status": "DEPLOY_OK" } 2022-05-21T05:43:08.282Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-21T05:43:08.282Z||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-05-21T05:43:08.283Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:43:08.292Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:43:08.293Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-21T05:43:09.183Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-05-21T05:43:09.183Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.yaml 2022-05-21T05:43:09.183Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-21T05:43:09.183Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-21T05:43:09.185Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T05:43:09.185Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111789183, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-05-21T05:43:09.286Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-21T05:43:09.287Z||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-05-21T05:43:09.287Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:43:09.297Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:43:09.298Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-21T05:43:10.186Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-05-21T05:43:10.187Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.env 2022-05-21T05:43:10.187Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-21T05:43:10.187Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-21T05:43:10.189Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T05:43:10.189Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111790186, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-05-21T05:43:10.289Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T05:43:10.290Z||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-05-21T05:43:10.290Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:43:10.300Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:43:10.301Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-21T05:43:11.190Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar ASDC sendASDCNotification 2022-05-21T05:43:11.191Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar 2022-05-21T05:43:11.191Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-21T05:43:11.191Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-21T05:43:11.193Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T05:43:11.193Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111791190, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T05:43:11.294Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-21T05:43:11.294Z||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-05-21T05:43:11.295Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:43:11.305Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:43:11.305Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-05-21T05:43:12.195Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-21T05:43:12.209Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-21T05:43:12.212Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-21T05:43:12.212Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-21T05:43:12.212Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-21T05:43:12.212Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-21T05:43:12.212Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T05:43:12.212Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T05:43:12.212Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T05:43:12.212Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T05:43:12.212Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T05:43:12.212Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T05:43:12.212Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-21T05:43:12.215Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-21T05:43:42.216Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc 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-05-21T05:43:42.225Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc and serviceModelVersionId: f3883ecd-4fe8-4be1-9cc2-8bf21d4604d0 2022-05-21T05:43:42.225Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c1a86390-bab0-4928-8fd2-a7a4e47b78e4 2022-05-21T05:43:53.413Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:43:53.413Z||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-05-21T05:43:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:43:53.534Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:43:53.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:43:53.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111773411, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T05:43:53.536Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:43:54.101Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c1a86390-bab0-4928-8fd2-a7a4e47b78e4/model-vers/model-ver/f3883ecd-4fe8-4be1-9cc2-8bf21d4604d0?depth=0 2022-05-21T05:43:54.208Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-05-21T05:43:54.799Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1a86390-bab0-4928-8fd2-a7a4e47b78e4/model-vers/model-ver/f3883ecd-4fe8-4be1-9cc2-8bf21d4604d0?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-05-21T05:43:54.802Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1a86390-bab0-4928-8fd2-a7a4e47b78e4/model-vers/model-ver/f3883ecd-4fe8-4be1-9cc2-8bf21d4604d0?depth=0|INFO|500||Invoke 2022-05-21T05:43:55.110Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1a86390-bab0-4928-8fd2-a7a4e47b78e4/model-vers/model-ver/f3883ecd-4fe8-4be1-9cc2-8bf21d4604d0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-21T05:43:55.601Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1a86390-bab0-4928-8fd2-a7a4e47b78e4/model-vers/model-ver/f3883ecd-4fe8-4be1-9cc2-8bf21d4604d0?depth=0|INFO|500||InvokeReturn 2022-05-21T05:43:55.602Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1a86390-bab0-4928-8fd2-a7a4e47b78e4/model-vers/model-ver/f3883ecd-4fe8-4be1-9cc2-8bf21d4604d0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220521-05:43:55:118-7653], vertex-id=[139344], Content-Length=[0], Date=[Sat, 21 May 2022 05:43:55 GMT], Content-Type=[application/json]} 2022-05-21T05:43:55.602Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-05-21T05:43:55.604Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-21T05:43:55.605Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-21T05:43:55.611Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-21T05:43:55.621Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-21T05:43:55.623Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-21T05:43:55.623Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-21T05:43:55.626Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T05:43:55.626Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111835622, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-21T05:43:55.726Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T05:43:55.728Z||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-05-21T05:43:55.728Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:43:55.739Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:43:55.740Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-21T05:43:56.643Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:43:56.643Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|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-05-21T05:43:56.643Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:43:57.261Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:43:57.262Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-21T05:43:57.263Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"fa3e99e3-1283-47c5-87ef-7fa058a410c2","serviceName":"vFW 2022-05-21 05-40-48","serviceVersion":"1.0","serviceUUID":"9eb42658-1549-4dbe-b616-f9bbe8a2c1bc","serviceDescription":"catalog service description","serviceInvariantUUID":"3cf64f2e-3202-4aa1-911b-0332131ecacd","resources":[{"resourceInstanceName":"vFW b09e2e1f-3f1f 0","resourceName":"vFW b09e2e1f-3f1f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4caa3e0d-e225-4788-8106-656b04e139f4","resourceInvariantUUID":"57ea4a18-5170-4a3b-b59d-10e21fbb701e","resourceCustomizationUUID":"d4dd4c77-5dbe-4c46-a2c4-be101442601f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vf-license-model.xml","artifactChecksum":"NDMyMDMyMTUzNmVmZmE0YTE3M2I1NjdkZDY0YmQzZWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"875c2aac-7535-4bd9-9913-679b9b84bc11","artifactVersion":"1"},{"artifactName":"vfwb09e2e1f3f1f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vfwb09e2e1f3f1f0_modules.json","artifactChecksum":"MGI1M2QxMTk3NzNhMTNkOGUzNWQ1ZmU4NWNmMmRkMjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0c169ccb-a771-44d0-b075-b5d6a82707cd","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0605b018-3db1-4a4d-a970-e17243ec0e18","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vendor-license-model.xml","artifactChecksum":"OGRkY2JiNmFkZmZjYTJmMjFiOWMyZDk3OTk4Y2JkMDA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c7ec567f-dfb2-40e8-881a-a8c6d558e258","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a0502697-a85f-45bb-aee3-939278f95e23","artifactVersion":"2","generatedFromUUID":"0605b018-3db1-4a4d-a970-e17243ec0e18"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220521054048-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-template.yml","artifactChecksum":"NGJiYmUwMGJiOGRiODVlMDA2ODU3YWViMGMyYWM4ZDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"370c8d85-8e16-4d05-a034-c58a95e24ade","artifactVersion":"1"},{"artifactName":"service-Vfw20220521054048-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar","artifactChecksum":"ZGU5YjNlMzdiNmZiNWY4NTA0YzQzMWFjZDRiZjcyNzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ef94344a-8830-494c-9149-5d7c3a3593a6","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-21T05:43:57.266Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T05:43:57.267Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-21T05:43:57.270Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T05:43:57.270Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111836643, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T05:43:57.370Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T05:43:57.371Z||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-05-21T05:43:57.371Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:43:57.381Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:43:57.382Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-21T05:43:58.271Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T05:43:58.272Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-21T05:43:58.274Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T05:43:58.274Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111836643, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vfwb09e2e1f3f1f0_modules.json", "status": "NOTIFIED" } 2022-05-21T05:43:58.374Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T05:43:58.375Z||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-05-21T05:43:58.375Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:43:58.387Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:43:58.387Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-21T05:43:59.274Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T05:43:59.276Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-21T05:43:59.278Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T05:43:59.279Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111836643, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-21T05:43:59.379Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T05:43:59.380Z||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-05-21T05:43:59.380Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:43:59.391Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:43:59.391Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-21T05:44:00.279Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T05:44:00.281Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-21T05:44:00.283Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T05:44:00.283Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111836643, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T05:44:00.384Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-21T05:44:00.385Z||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-05-21T05:44:00.385Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:44:00.394Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:44:00.395Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-05-21T05:44:01.284Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T05:44:01.285Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-21T05:44:01.288Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T05:44:01.288Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111836643, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-21T05:44:01.388Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T05:44:01.389Z||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-05-21T05:44:01.389Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:44:01.400Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:44:01.400Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-21T05:44:02.289Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T05:44:02.290Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-21T05:44:02.292Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T05:44:02.292Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111836643, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T05:44:02.393Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-21T05:44:02.394Z||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-05-21T05:44:02.394Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:44:02.405Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:44:02.405Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-21T05:44:03.293Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T05:44:03.294Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-21T05:44:03.296Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T05:44:03.296Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111836643, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar", "status": "NOTIFIED" } 2022-05-21T05:44:03.396Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T05:44:03.397Z||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-05-21T05:44:03.397Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:44:03.407Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:44:03.407Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-21T05:44:04.298Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "serviceName": "vFW 2022-05-21 05-40-48", "serviceVersion": "1.0", "serviceUUID": "9eb42658-1549-4dbe-b616-f9bbe8a2c1bc", "serviceDescription": "catalog service description", "serviceInvariantUUID": "3cf64f2e-3202-4aa1-911b-0332131ecacd", "resources": [ { "resourceInstanceName": "vFW b09e2e1f-3f1f 0", "resourceCustomizationUUID": "d4dd4c77-5dbe-4c46-a2c4-be101442601f", "resourceName": "vFW b09e2e1f-3f1f", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "4caa3e0d-e225-4788-8106-656b04e139f4", "resourceInvariantUUID": "57ea4a18-5170-4a3b-b59d-10e21fbb701e", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwb09e2e1f3f1f0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vfwb09e2e1f3f1f0_modules.json", "artifactChecksum": "MGI1M2QxMTk3NzNhMTNkOGUzNWQ1ZmU4NWNmMmRkMjQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0c169ccb-a771-44d0-b075-b5d6a82707cd", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "0605b018-3db1-4a4d-a970-e17243ec0e18", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a0502697-a85f-45bb-aee3-939278f95e23", "generatedFromUUID": "0605b018-3db1-4a4d-a970-e17243ec0e18" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a0502697-a85f-45bb-aee3-939278f95e23", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220521054048-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar", "artifactChecksum": "ZGU5YjNlMzdiNmZiNWY4NTA0YzQzMWFjZDRiZjcyNzk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ef94344a-8830-494c-9149-5d7c3a3593a6" } ], "workloadContext": "Production" } 2022-05-21T05:44:04.299Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-21T05:44:04.299Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9eb42658-1549-4dbe-b616-f9bbe8a2c1bc ASDC 2022-05-21T05:44:04.299Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:fa3e99e3-1283-47c5-87ef-7fa058a410c2 ServiceName:vFW 2022-05-21 05-40-48 ServiceVersion:1.0 ServiceUUID:9eb42658-1549-4dbe-b616-f9bbe8a2c1bc ServiceInvariantUUID:3cf64f2e-3202-4aa1-911b-0332131ecacd ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220521054048-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar ArtifactUUID:ef94344a-8830-494c-9149-5d7c3a3593a6 ArtifactChecksum:ZGU5YjNlMzdiNmZiNWY4NTA0YzQzMWFjZDRiZjcyNzk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW b09e2e1f-3f1f 0 ResourceCustomizationUUID:d4dd4c77-5dbe-4c46-a2c4-be101442601f ResourceInvariantUUID:57ea4a18-5170-4a3b-b59d-10e21fbb701e ResourceName:vFW b09e2e1f-3f1f ResourceType:VF ResourceUUID:4caa3e0d-e225-4788-8106-656b04e139f4 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwb09e2e1f3f1f0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vfwb09e2e1f3f1f0_modules.json ArtifactUUID:0c169ccb-a771-44d0-b075-b5d6a82707cd ArtifactChecksum:MGI1M2QxMTk3NzNhMTNkOGUzNWQ1ZmU4NWNmMmRkMjQ= 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/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.yaml ArtifactUUID:0605b018-3db1-4a4d-a970-e17243ec0e18 ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.env ArtifactUUID:a0502697-a85f-45bb-aee3-939278f95e23 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.env ArtifactUUID:a0502697-a85f-45bb-aee3-939278f95e23 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-21T05:44:04.299Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9eb42658-1549-4dbe-b616-f9bbe8a2c1bc ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-21T05:44:04.339Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-21T05:44:04.339Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-21T05:44:04.340Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-21T05:44:04.340Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ef94344a-8830-494c-9149-5d7c3a3593a6 from URL: /sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar 2022-05-21T05:44:04.340Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-21T05:44:04.340Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar 2022-05-21T05:44:04.406Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-21T05:44:04.415Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar ef94344a-8830-494c-9149-5d7c3a3593a6 98970 2022-05-21T05:44:04.416Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar ASDC sendASDCNotification 2022-05-21T05:44:04.416Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar 2022-05-21T05:44:04.416Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-21T05:44:04.416Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-21T05:44:04.418Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T05:44:04.418Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111844416, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T05:44:04.519Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-21T05:44:04.520Z||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-05-21T05:44:04.521Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:44:04.532Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:44:04.532Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-21T05:44:05.419Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-21T05:44:05.420Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-21T05:44:05.420Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ef94344a-8830-494c-9149-5d7c3a3593a6, URL: /sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar to file: /app/ASDC/1/service-Vfw20220521054048-csar.csar 2022-05-21T05:44:05.421Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220521054048-csar.csar 2022-05-21T05:44:05.421Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220521054048-csar.csar 2022-05-21T05:44:05.421Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220521054048-csar.csar 2022-05-21T05:44:05.591Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3540868118599119333/Definitions/service-Vfw20220521054048-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2022-05-21T05:44:07.916Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-21T05:44:07.916Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-05-21T05:44:07.916Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220521054048-csar.csar 2022-05-21T05:44:07.917Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-05-21T05:44:07.917Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220521054048-csar.csar 2022-05-21T05:44:07.917Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220521054048-csar.csar 2022-05-21T05:44:07.917Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220521054048-csar.csar 2022-05-21T05:44:07.917Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220521054048-csar.csar 2022-05-21T05:44:07.917Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220521054048-csar.csar 2022-05-21T05:44:07.917Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220521054048-csar.csar 2022-05-21T05:44:07.917Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220521054048-csar.csar 2022-05-21T05:44:07.917Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220521054048-csar.csar 2022-05-21T05:44:07.917Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220521054048-csar.csar 2022-05-21T05:44:07.917Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220521054048-csar.csar 2022-05-21T05:44:07.917Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220521054048-csar.csar 2022-05-21T05:44:07.917Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220521054048-csar.csar 2022-05-21T05:44:07.917Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b09e2e1f-3f1f 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-Vfw20220521054048-csar.csar 2022-05-21T05:44:07.917Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-05-21T05:44:07.918Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:44:07.918Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-21 05-40-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T05:44:07.918Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vFW b09e2e1f-3f1f 0 is matching search criteria 2022-05-21T05:44:07.918Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-05-21T05:44:07.918Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b09e2e1f-3f1f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-21T05:44:07.918Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:44:07.919Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-21 05-40-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T05:44:07.919Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vFW b09e2e1f-3f1f 0 is matching search criteria 2022-05-21T05:44:07.919Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-05-21T05:44:07.919Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b09e2e1f-3f1f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-21T05:44:07.919Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:44:07.919Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-21 05-40-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T05:44:07.919Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:44:07.919Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vFW b09e2e1f-3f1f 0 is not matching search criteria 2022-05-21T05:44:07.920Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-21T05:44:07.920Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-21T05:44:07.920Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-21T05:44:07.920Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-21T05:44:07.920Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-21T05:44:07.920Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-21T05:44:07.920Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-21T05:44:07.920Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-21T05:44:07.920Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-21T05:44:07.920Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-21T05:44:07.920Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-21T05:44:07.921Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-21T05:44:07.921Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-21T05:44:07.921Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-21T05:44:07.921Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-21T05:44:07.921Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-21T05:44:07.921Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:44:07.921Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-21 05-40-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-21T05:44:07.921Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:44:07.921Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vFW b09e2e1f-3f1f 0 is matching search criteria 2022-05-21T05:44:07.921Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b09e2e1f-3f1f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-21T05:44:07.922Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:44:07.922Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vFW b09e2e1f-3f1f 0 is matching search criteria 2022-05-21T05:44:07.922Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b09e2e1f-3f1f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-21T05:44:07.922Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:44:07.922Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vFW b09e2e1f-3f1f 0 is matching search criteria 2022-05-21T05:44:07.922Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b09e2e1f-3f1f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-21T05:44:07.922Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:44:07.923Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vFW b09e2e1f-3f1f 0 is not matching search criteria 2022-05-21T05:44:07.923Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-21T05:44:07.923Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-05-21T05:44:07.923Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-21T05:44:07.923Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-21T05:44:07.923Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-21T05:44:07.923Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-21T05:44:07.923Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-21T05:44:07.923Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-21T05:44:07.923Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-21T05:44:07.924Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-21T05:44:07.924Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-21T05:44:07.924Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0b463df6-06a8-4f84-9c30-9a8d37841bf8 2022-05-21T05:44:07.924Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:44:07.924Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vFW b09e2e1f-3f1f 0 is not matching search criteria 2022-05-21T05:44:07.924Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-21T05:44:07.924Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-21T05:44:07.924Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-21T05:44:07.924Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-21T05:44:07.924Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-21T05:44:07.924Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-21T05:44:07.925Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-21T05:44:07.925Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-05-21T05:44:07.925Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-21T05:44:07.925Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-21T05:44:07.925Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-21T05:44:07.925Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-21T05:44:07.925Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9e931bf1-63f4-4eef-90f1-828dc72d3a83 2022-05-21T05:44:07.925Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:44:07.925Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vFW b09e2e1f-3f1f 0 is not matching search criteria 2022-05-21T05:44:07.925Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-21T05:44:07.925Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-21T05:44:07.926Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-21T05:44:07.926Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-21T05:44:07.926Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-21T05:44:07.926Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-21T05:44:07.926Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-21T05:44:07.926Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-21T05:44:07.926Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-21T05:44:07.926Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-21T05:44:07.926Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-21T05:44:07.927Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-05-21T05:44:07.927Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=78bd9e17-e8d7-44f9-b28d-dca9b180678a 2022-05-21T05:44:07.927Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:44:07.927Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-21 05-40-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T05:44:07.927Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:44:07.927Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-21 05-40-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T05:44:07.927Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:44:07.927Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-21 05-40-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T05:44:07.927Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:44:07.927Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-21 05-40-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T05:44:07.928Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-05-21 05-40-48 Description:catalog service description Model UUID:9eb42658-1549-4dbe-b616-f9bbe8a2c1bc Model Version:NULL Model InvariantUuid:3cf64f2e-3202-4aa1-911b-0332131ecacd Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW b09e2e1f-3f1f Model UUID:80eb6aa2-725b-49a2-a812-05486c28b035 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:57ea4a18-5170-4a3b-b59d-10e21fbb701e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d4dd4c77-5dbe-4c46-a2c4-be101442601f NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c8672400-7c41-413f-83c4-b6ee9e0635d6 ModelName:VfwB09e2e1f3f1f..base_vfw..module-0 ModelUuid:0f40c7f4-a5b2-4350-831f-6a5c7057386a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0b463df6-06a8-4f84-9c30-9a8d37841bf8 ModelInvariantUuid:63da6f9d-9672-4611-8ec8-73a3d40d3b3f ModelName:vFW b09e2e1f-3f1f-nodes.vfwCvfc ModelUuid:b5dad0e2-a4db-49c3-b16f-84b77ca89b55 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:4b38bed3-8f9b-4f15-9816-df5c22324800 ModelInvariantUuid:dac21485-a2dc-4a66-a1ac-75d7a2c35199 ModelName:VfwB09e2e1f3f1f.compute.nodes.heat.vfw ModelUuid:028cb861-60e0-4cae-8ad3-535c3f1fa9d6 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:9e931bf1-63f4-4eef-90f1-828dc72d3a83 ModelInvariantUuid:8c2b4b5d-1710-4a84-9d45-e09baf5312db ModelName:vFW b09e2e1f-3f1f-nodes.vsnCvfc ModelUuid:6b528a09-dbf7-4174-85f2-767ae6d07172 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:dcda8a1c-5b83-49ee-a190-742231deb3b1 ModelInvariantUuid:b29d2192-4267-478f-a27c-3b25ee507246 ModelName:VfwB09e2e1f3f1f.compute.nodes.heat.vsn ModelUuid:1f0c2c6e-9759-4695-a08b-1d6ba2baa4df ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:78bd9e17-e8d7-44f9-b28d-dca9b180678a ModelInvariantUuid:a52ee19d-32e2-4659-b9d3-b1ed2c850230 ModelName:vFW b09e2e1f-3f1f-nodes.vpgCvfc ModelUuid:8e49583b-4f7f-4d9b-8083-b43212ed3a72 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:87821631-cc5e-4e72-a078-06cfcc03afb1 ModelInvariantUuid:f99eeba2-de0b-44ff-b737-959096a67266 ModelName:VfwB09e2e1f3f1f.compute.nodes.heat.vpg ModelUuid:88ff683a-8034-4e65-b7b1-7fe75896d3ff 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-05-21T05:44:07.934Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 4caa3e0d-e225-4788-8106-656b04e139f4 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-05-21T05:44:07.937Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||vFW b09e2e1f-3f1f 0 2022-05-21T05:44:07.937Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4caa3e0d-e225-4788-8106-656b04e139f4 2022-05-21T05:44:07.937Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0c169ccb-a771-44d0-b075-b5d6a82707cd from URL: /sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vfwb09e2e1f3f1f0_modules.json 2022-05-21T05:44:07.937Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-21T05:44:07.937Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vfwb09e2e1f3f1f0_modules.json 2022-05-21T05:44:07.990Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-21T05:44:07.991Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vfwb09e2e1f3f1f0_modules.json 0c169ccb-a771-44d0-b075-b5d6a82707cd 785 2022-05-21T05:44:07.991Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vfwb09e2e1f3f1f0_modules.json ASDC sendASDCNotification 2022-05-21T05:44:07.991Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vfwb09e2e1f3f1f0_modules.json 2022-05-21T05:44:07.992Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-21T05:44:07.992Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-21T05:44:07.995Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T05:44:07.995Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111847991, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vfwb09e2e1f3f1f0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-21T05:44:08.095Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T05:44:08.097Z||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-05-21T05:44:08.097Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:44:08.107Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:44:08.107Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-21T05:44:08.996Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwB09e2e1f3f1f..base_vfw..module-0", "vfModuleModelInvariantUUID": "c8672400-7c41-413f-83c4-b6ee9e0635d6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0f40c7f4-a5b2-4350-831f-6a5c7057386a", "vfModuleModelCustomizationUUID": "e93b0cfb-7533-4e02-b321-a549ed3aabe8", "isBase": true, "artifacts": [ "0605b018-3db1-4a4d-a970-e17243ec0e18", "a0502697-a85f-45bb-aee3-939278f95e23" ], "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-05-21T05:44:09.001Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwB09e2e1f3f1f..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0f40c7f4-a5b2-4350-831f-6a5c7057386a VfModuleModelInvariantUUID:c8672400-7c41-413f-83c4-b6ee9e0635d6 VfModuleModelDescription:NULL Artifacts UUID List:{ 0605b018-3db1-4a4d-a970-e17243ec0e18 , a0502697-a85f-45bb-aee3-939278f95e23 } 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-05-21T05:44:09.004Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwB09e2e1f3f1f..base_vfw..module-0", "vfModuleModelInvariantUUID": "c8672400-7c41-413f-83c4-b6ee9e0635d6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0f40c7f4-a5b2-4350-831f-6a5c7057386a", "vfModuleModelCustomizationUUID": "e93b0cfb-7533-4e02-b321-a549ed3aabe8", "isBase": true, "artifacts": [ "0605b018-3db1-4a4d-a970-e17243ec0e18", "a0502697-a85f-45bb-aee3-939278f95e23" ], "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-05-21T05:44:09.004Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwB09e2e1f3f1f..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0f40c7f4-a5b2-4350-831f-6a5c7057386a VfModuleModelInvariantUUID:c8672400-7c41-413f-83c4-b6ee9e0635d6 VfModuleModelDescription:NULL Artifacts UUID List:{ 0605b018-3db1-4a4d-a970-e17243ec0e18 , a0502697-a85f-45bb-aee3-939278f95e23 } 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-05-21T05:44:09.004Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0605b018-3db1-4a4d-a970-e17243ec0e18 from URL: /sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.yaml 2022-05-21T05:44:09.004Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-21T05:44:09.004Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.yaml 2022-05-21T05:44:09.053Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-21T05:44:09.054Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.yaml 0605b018-3db1-4a4d-a970-e17243ec0e18 20368 2022-05-21T05:44:09.054Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-05-21T05:44:09.055Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.yaml 2022-05-21T05:44:09.055Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-21T05:44:09.055Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-21T05:44:09.058Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T05:44:09.058Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111849054, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-21T05:44:09.158Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T05:44:09.159Z||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-05-21T05:44:09.159Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:44:09.172Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:44:09.173Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-21T05:44:10.058Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a0502697-a85f-45bb-aee3-939278f95e23 from URL: /sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.env 2022-05-21T05:44:10.060Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-21T05:44:10.060Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.env 2022-05-21T05:44:10.246Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-21T05:44:10.246Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.env a0502697-a85f-45bb-aee3-939278f95e23 2098 2022-05-21T05:44:10.247Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-05-21T05:44:10.247Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.env 2022-05-21T05:44:10.247Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-21T05:44:10.247Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-21T05:44:10.249Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T05:44:10.249Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111850246, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-21T05:44:10.349Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T05:44:10.350Z||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-05-21T05:44:10.350Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:44:10.360Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:44:10.361Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-21T05:44:11.249Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 9eb42658-1549-4dbe-b616-f9bbe8a2c1bc 2022-05-21T05:44:11.250Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b09e2e1f-3f1f 0 4caa3e0d-e225-4788-8106-656b04e139f4 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-05-21T05:44:11.272Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@d687ef6, org.onap.sdc.toscaparser.api.parameters.Input@51cc9334, org.onap.sdc.toscaparser.api.parameters.Input@7487d389, org.onap.sdc.toscaparser.api.parameters.Input@784a8f3d, org.onap.sdc.toscaparser.api.parameters.Input@361bd10c] 2022-05-21T05:44:11.273Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:44:11.273Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-21 05-40-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T05:44:11.273Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-05-21T05:44:11.273Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= d4dd4c77-5dbe-4c46-a2c4-be101442601f 2022-05-21T05:44:11.273Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d4dd4c77-5dbe-4c46-a2c4-be101442601f matches Tosca VF Customization UUID: d4dd4c77-5dbe-4c46-a2c4-be101442601f 2022-05-21T05:44:11.274Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: d4dd4c77-5dbe-4c46-a2c4-be101442601f 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-05-21T05:44:11.276Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:44:11.276Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-21 05-40-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T05:44:11.276Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id d4dd4c77-5dbe-4c46-a2c4-be101442601f: {\"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-05-21T05:44:11.276Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1f18a1ef 2022-05-21T05:44:11.277Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:44:11.277Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-21 05-40-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-21T05:44:11.277Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e93b0cfb-7533-4e02-b321-a549ed3aabe8 2022-05-21T05:44:11.277Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e93b0cfb-7533-4e02-b321-a549ed3aabe8 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-05-21T05:44:11.279Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:44:11.279Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vFW b09e2e1f-3f1f 0 is matching search criteria 2022-05-21T05:44:11.279Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b09e2e1f-3f1f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-21T05:44:11.279Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:44:11.279Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vFW b09e2e1f-3f1f 0 is matching search criteria 2022-05-21T05:44:11.279Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b09e2e1f-3f1f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-21T05:44:11.280Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:44:11.280Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vFW b09e2e1f-3f1f 0 is not matching search criteria 2022-05-21T05:44:11.280Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-21T05:44:11.280Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-05-21T05:44:11.280Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-21T05:44:11.280Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-21T05:44:11.280Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-21T05:44:11.280Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-21T05:44:11.280Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-21T05:44:11.281Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-21T05:44:11.281Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-21T05:44:11.281Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-21T05:44:11.281Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-21T05:44:11.281Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0b463df6-06a8-4f84-9c30-9a8d37841bf8 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-05-21T05:44:11.283Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:44:11.283Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vFW b09e2e1f-3f1f 0 is matching search criteria 2022-05-21T05:44:11.283Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b09e2e1f-3f1f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-21T05:44:11.283Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:44:11.283Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vFW b09e2e1f-3f1f 0 is not matching search criteria 2022-05-21T05:44:11.283Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-21T05:44:11.283Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-21T05:44:11.284Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-21T05:44:11.284Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-21T05:44:11.284Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-21T05:44:11.284Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-21T05:44:11.284Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-21T05:44:11.284Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-05-21T05:44:11.284Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-21T05:44:11.284Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-21T05:44:11.284Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-21T05:44:11.284Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-21T05:44:11.285Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9e931bf1-63f4-4eef-90f1-828dc72d3a83 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-05-21T05:44:11.286Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:44:11.287Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vFW b09e2e1f-3f1f 0 is matching search criteria 2022-05-21T05:44:11.287Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b09e2e1f-3f1f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-21T05:44:11.289Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:44:11.289Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vFW b09e2e1f-3f1f 0 is not matching search criteria 2022-05-21T05:44:11.289Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-21T05:44:11.289Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-21T05:44:11.289Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-21T05:44:11.289Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-21T05:44:11.290Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-21T05:44:11.290Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-21T05:44:11.290Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-21T05:44:11.290Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-21T05:44:11.290Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-21T05:44:11.290Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-21T05:44:11.290Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-21T05:44:11.290Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-05-21T05:44:11.291Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=78bd9e17-e8d7-44f9-b28d-dca9b180678a 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-05-21T05:44:11.293Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:44:11.293Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vFW b09e2e1f-3f1f 0 is matching search criteria 2022-05-21T05:44:11.293Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b09e2e1f-3f1f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-21T05:44:11.293Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:44:11.293Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vFW b09e2e1f-3f1f 0 is matching search criteria 2022-05-21T05:44:11.293Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b09e2e1f-3f1f 0] matching following query criteria: sdcType=VF, customizationUUID=d4dd4c77-5dbe-4c46-a2c4-be101442601f 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-05-21T05:44:11.295Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:44:11.295Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-21 05-40-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T05:44:11.295Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 9eb42658-1549-4dbe-b616-f9bbe8a2c1bc: vFW b09e2e1f-3f1f 2022-05-21T05:44:11.295Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:44:11.295Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-21 05-40-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T05:44:11.295Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:44:11.296Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-21 05-40-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T05:44:11.296Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:44:11.296Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-21 05-40-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T05:44:11.296Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:44:11.296Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-21 05-40-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T05:44:11.296Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:44:11.296Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-21 05-40-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T05:44:11.296Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-05-21 05-40-48 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-05-21T05:44:11.489Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b09e2e1f-3f1f 4caa3e0d-e225-4788-8106-656b04e139f4 1 ASDC deployResourceStructure 2022-05-21T05:44:11.489Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vfwb09e2e1f3f1f0_modules.json ASDC sendASDCNotification 2022-05-21T05:44:11.489Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vfwb09e2e1f3f1f0_modules.json 2022-05-21T05:44:11.489Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-21T05:44:11.489Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-21T05:44:11.491Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T05:44:11.491Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111851489, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vfwb09e2e1f3f1f0_modules.json", "status": "DEPLOY_OK" } 2022-05-21T05:44:11.591Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T05:44:11.592Z||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-05-21T05:44:11.593Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:44:11.603Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:44:11.604Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-21T05:44:12.492Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-05-21T05:44:12.492Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.yaml 2022-05-21T05:44:12.493Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-21T05:44:12.493Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-21T05:44:12.495Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T05:44:12.495Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111852491, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-05-21T05:44:12.596Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-21T05:44:12.596Z||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-05-21T05:44:12.597Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:44:12.607Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:44:12.608Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-21T05:44:13.497Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-05-21T05:44:13.498Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.env 2022-05-21T05:44:13.498Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-21T05:44:13.498Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-21T05:44:13.500Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T05:44:13.501Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111853497, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-05-21T05:44:13.601Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T05:44:13.601Z||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-05-21T05:44:13.602Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:44:13.612Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:44:13.613Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-21T05:44:14.501Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar ASDC sendASDCNotification 2022-05-21T05:44:14.502Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar 2022-05-21T05:44:14.502Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-21T05:44:14.503Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-21T05:44:14.505Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T05:44:14.505Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111854501, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T05:44:14.605Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T05:44:14.606Z||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-05-21T05:44:14.606Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:44:14.616Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:44:14.617Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-21T05:44:15.505Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa3e99e3-1283-47c5-87ef-7fa058a410c2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-21T05:44:15.512Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa3e99e3-1283-47c5-87ef-7fa058a410c2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-21T05:44:15.514Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-21T05:44:15.514Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-21T05:44:15.514Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-21T05:44:45.514Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa3e99e3-1283-47c5-87ef-7fa058a410c2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-21T05:44:45.522Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa3e99e3-1283-47c5-87ef-7fa058a410c2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-21T05:44:45.524Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-21T05:44:45.524Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-21T05:44:45.524Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-21T05:44:53.413Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:44:53.413Z||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-05-21T05:44:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:44:53.438Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:44:53.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111773411, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/basic_onboard_vasvxl0_modules.json", "status": "NOTIFIED" } 2022-05-21T05:44:53.443Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:44:53.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111773411, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-21T05:44:53.444Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:44:53.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111773411, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T05:44:53.444Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:44:53.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111773411, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-21T05:44:53.444Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:44:53.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111773411, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T05:44:53.445Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:44:53.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111773411, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar", "status": "NOTIFIED" } 2022-05-21T05:44:53.445Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:44:53.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111781324, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T05:44:53.445Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:44:53.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111784806, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/basic_onboard_vasvxl0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-21T05:44:53.445Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:44:53.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111785888, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-21T05:44:53.446Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:44:53.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.446Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111786939, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-21T05:44:53.446Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:44:53.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.446Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "clamp", "timestamp": 1653111782966, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T05:44:53.447Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:44:53.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "cds", "timestamp": 1653111783711, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T05:44:53.447Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:44:53.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653111782413, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T05:44:53.447Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:44:53.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "ves-openapi-manager", "timestamp": 1653111780270, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T05:44:53.448Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:44:53.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.448Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111788179, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/basic_onboard_vasvxl0_modules.json", "status": "DEPLOY_OK" } 2022-05-21T05:44:53.448Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:44:53.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "clamp", "timestamp": 1653111782966, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vfwb09e2e1f3f1f0_modules.json", "status": "NOTIFIED" } 2022-05-21T05:44:53.449Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:44:53.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "cds", "timestamp": 1653111783711, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vfwb09e2e1f3f1f0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-21T05:44:53.449Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:44:53.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653111782413, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vfwb09e2e1f3f1f0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-21T05:44:53.449Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:44:53.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "multicloud-k8s-id", "timestamp": 1653111788463, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T05:44:53.450Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:44:53.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "ves-openapi-manager", "timestamp": 1653111780270, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vfwb09e2e1f3f1f0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-21T05:44:53.450Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:44:53.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111789183, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-05-21T05:44:53.450Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:44:53.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "clamp", "timestamp": 1653111782966, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T05:44:53.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:44:53.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "cds", "timestamp": 1653111783711, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T05:44:53.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:44:53.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653111782413, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T05:44:53.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:44:53.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "multicloud-k8s-id", "timestamp": 1653111788463, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vfwb09e2e1f3f1f0_modules.json", "status": "NOTIFIED" } 2022-05-21T05:44:53.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:44:53.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "ves-openapi-manager", "timestamp": 1653111780270, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T05:44:53.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:44:53.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111790186, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-05-21T05:44:53.452Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:44:53.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "policy-id", "timestamp": 1653111789726, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T05:44:53.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:44:53.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "clamp", "timestamp": 1653111782966, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T05:44:53.453Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:44:53.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "cds", "timestamp": 1653111783711, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T05:44:53.453Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:44:53.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653111782413, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T05:44:53.453Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:44:53.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "multicloud-k8s-id", "timestamp": 1653111788463, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-21T05:44:53.453Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:44:53.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "ves-openapi-manager", "timestamp": 1653111780270, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T05:44:53.454Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:44:53.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111791190, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T05:44:53.454Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:44:53.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "policy-id", "timestamp": 1653111789726, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vfwb09e2e1f3f1f0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-21T05:44:53.454Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:44:53.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "clamp", "timestamp": 1653111782966, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-21T05:44:53.454Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:44:53.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "cds", "timestamp": 1653111783711, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-21T05:44:53.454Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:44:53.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653111782413, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-21T05:44:53.454Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:44:53.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "multicloud-k8s-id", "timestamp": 1653111788463, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T05:44:53.455Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:44:53.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "ves-openapi-manager", "timestamp": 1653111780270, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-21T05:44:53.455Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:44:53.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "policy-id", "timestamp": 1653111789726, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-21T05:44:53.455Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:44:53.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "clamp", "timestamp": 1653111782966, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T05:44:53.455Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:44:53.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "cds", "timestamp": 1653111783711, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T05:44:53.456Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:44:53.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653111782413, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T05:44:53.456Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:44:53.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "multicloud-k8s-id", "timestamp": 1653111788463, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-21T05:44:53.456Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:44:53.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "ves-openapi-manager", "timestamp": 1653111780270, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T05:44:53.456Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:44:53.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "policy-id", "timestamp": 1653111789726, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T05:44:53.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:44:53.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "clamp", "timestamp": 1653111782966, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar", "status": "NOTIFIED" } 2022-05-21T05:44:53.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:44:53.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "cds", "timestamp": 1653111783711, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar", "status": "NOTIFIED" } 2022-05-21T05:44:53.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:44:53.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653111782413, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar", "status": "NOTIFIED" } 2022-05-21T05:44:53.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:44:53.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "multicloud-k8s-id", "timestamp": 1653111788463, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T05:44:53.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:44:53.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "ves-openapi-manager", "timestamp": 1653111780270, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-21T05:44:53.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:44:53.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "policy-id", "timestamp": 1653111789726, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-21T05:44:53.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:44:53.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "multicloud-k8s-id", "timestamp": 1653111788463, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar", "status": "NOTIFIED" } 2022-05-21T05:44:53.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:44:53.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "policy-id", "timestamp": 1653111789726, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T05:44:53.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:44:53.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "cds", "timestamp": 1653111795540, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T05:44:53.459Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:44:53.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653111795605, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T05:44:53.459Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:44:53.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "policy-id", "timestamp": 1653111789726, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar", "status": "NOTIFIED" } 2022-05-21T05:44:53.459Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:44:53.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "multicloud-k8s-id", "timestamp": 1653111796495, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vfwb09e2e1f3f1f0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-21T05:44:53.459Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:44:53.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "cds", "timestamp": 1653111796545, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-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-05-21T05:44:53.464Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fa3e99e3-1283-47c5-87ef-7fa058a410c2 2022-05-21T05:44:53.464Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa3e99e3-1283-47c5-87ef-7fa058a410c2 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-05-21T05:44:53.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.470Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "aai-ml", "timestamp": 1653111796744, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T05:44:53.470Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:44:53.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.470Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "multicloud-k8s-id", "timestamp": 1653111797806, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-21T05:44:53.470Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:44:53.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.470Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "policy-id", "timestamp": 1653111797848, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T05:44:53.470Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:44:53.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.470Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "aai-ml", "timestamp": 1653111796744, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vfwb09e2e1f3f1f0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-21T05:44:53.471Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:44:53.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "policy-id", "timestamp": 1653111798852, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T05:44:53.471Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:44:53.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "multicloud-k8s-id", "timestamp": 1653111799096, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-21T05:44:53.471Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:44:53.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653111799268, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T05:44:53.471Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:44:53.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "aai-ml", "timestamp": 1653111796744, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T05:44:53.471Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:44:53.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "policy-id", "timestamp": 1653111799854, "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-05-21T05:44:53.473Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fa3e99e3-1283-47c5-87ef-7fa058a410c2 2022-05-21T05:44:53.474Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa3e99e3-1283-47c5-87ef-7fa058a410c2 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-05-21T05:44:53.478Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.478Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "multicloud-k8s-id", "timestamp": 1653111800118, "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-05-21T05:44:53.481Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fa3e99e3-1283-47c5-87ef-7fa058a410c2 2022-05-21T05:44:53.481Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa3e99e3-1283-47c5-87ef-7fa058a410c2 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-05-21T05:44:53.484Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.485Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653111800274, "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-05-21T05:44:53.487Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fa3e99e3-1283-47c5-87ef-7fa058a410c2 2022-05-21T05:44:53.487Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa3e99e3-1283-47c5-87ef-7fa058a410c2 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-05-21T05:44:53.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "aai-ml", "timestamp": 1653111796744, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T05:44:53.500Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:44:53.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "multicloud-k8s-id", "timestamp": 1653111801122, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vfwb09e2e1f3f1f0_modules.json", "status": "DEPLOY_OK" } 2022-05-21T05:44:53.500Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:44:53.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "aai-ml", "timestamp": 1653111796744, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-21T05:44:53.500Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:44:53.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "aai-ml", "timestamp": 1653111796744, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T05:44:53.500Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:44:53.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "aai-ml", "timestamp": 1653111796744, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar", "status": "NOTIFIED" } 2022-05-21T05:44:53.500Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:44:53.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "aai-ml", "timestamp": 1653111804712, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T05:44:53.501Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:44:53.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "clamp", "timestamp": 1653111809251, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T05:44:53.501Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:44:53.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "clamp", "timestamp": 1653111811261, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T05:44:53.501Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:44:53.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "clamp", "timestamp": 1653111812265, "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-05-21T05:44:53.504Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fa3e99e3-1283-47c5-87ef-7fa058a410c2 2022-05-21T05:44:53.504Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa3e99e3-1283-47c5-87ef-7fa058a410c2 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-05-21T05:44:53.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "aai-ml", "timestamp": 1653111813257, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T05:44:53.509Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:44:53.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:44:53.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "aai-ml", "timestamp": 1653111814263, "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-05-21T05:44:53.511Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fa3e99e3-1283-47c5-87ef-7fa058a410c2 2022-05-21T05:44:53.511Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa3e99e3-1283-47c5-87ef-7fa058a410c2 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-05-21T05:45:15.525Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa3e99e3-1283-47c5-87ef-7fa058a410c2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-21T05:45:15.531Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa3e99e3-1283-47c5-87ef-7fa058a410c2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-21T05:45:15.533Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-21T05:45:15.533Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-21T05:45:15.533Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-21T05:45:15.533Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-21T05:45:15.534Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T05:45:15.534Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T05:45:15.534Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T05:45:15.534Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T05:45:15.534Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T05:45:15.534Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T05:45:15.534Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-21T05:45:15.537Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-21T05:45:45.537Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fa3e99e3-1283-47c5-87ef-7fa058a410c2 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-05-21T05:45:45.541Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fa3e99e3-1283-47c5-87ef-7fa058a410c2 and serviceModelVersionId: 9eb42658-1549-4dbe-b616-f9bbe8a2c1bc 2022-05-21T05:45:45.541Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3cf64f2e-3202-4aa1-911b-0332131ecacd 2022-05-21T05:45:45.542Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3cf64f2e-3202-4aa1-911b-0332131ecacd/model-vers/model-ver/9eb42658-1549-4dbe-b616-f9bbe8a2c1bc?depth=0 2022-05-21T05:45:45.550Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-05-21T05:45:45.584Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cf64f2e-3202-4aa1-911b-0332131ecacd/model-vers/model-ver/9eb42658-1549-4dbe-b616-f9bbe8a2c1bc?depth=0|INFO|500||Invoke 2022-05-21T05:45:45.585Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cf64f2e-3202-4aa1-911b-0332131ecacd/model-vers/model-ver/9eb42658-1549-4dbe-b616-f9bbe8a2c1bc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cf64f2e-3202-4aa1-911b-0332131ecacd/model-vers/model-ver/9eb42658-1549-4dbe-b616-f9bbe8a2c1bc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fa3e99e3-1283-47c5-87ef-7fa058a410c2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0a322ff3-711d-4c95-a0b8-2103495bb449], X-ECOMP-RequestID=[fa3e99e3-1283-47c5-87ef-7fa058a410c2], X-TransactionId=[], X-ONAP-RequestID=[fa3e99e3-1283-47c5-87ef-7fa058a410c2], Content-Type=[application/merge-patch+json]} 2022-05-21T05:45:45.609Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cf64f2e-3202-4aa1-911b-0332131ecacd/model-vers/model-ver/9eb42658-1549-4dbe-b616-f9bbe8a2c1bc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-21T05:45:46.035Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cf64f2e-3202-4aa1-911b-0332131ecacd/model-vers/model-ver/9eb42658-1549-4dbe-b616-f9bbe8a2c1bc?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/3cf64f2e-3202-4aa1-911b-0332131ecacd/model-vers/model-ver/9eb42658-1549-4dbe-b616-f9bbe8a2c1bc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220521-05:45:45:614-84775], vertex-id=[598032], Content-Length=[0], Date=[Sat, 21 May 2022 05:45:45 GMT], Content-Type=[application/json]} 2022-05-21T05:45:46.035Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cf64f2e-3202-4aa1-911b-0332131ecacd/model-vers/model-ver/9eb42658-1549-4dbe-b616-f9bbe8a2c1bc?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-21T05:45:46.036Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cf64f2e-3202-4aa1-911b-0332131ecacd/model-vers/model-ver/9eb42658-1549-4dbe-b616-f9bbe8a2c1bc?depth=0|INFO|500||InvokeReturn 2022-05-21T05:45:46.036Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-21T05:45:46.036Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-21T05:45:46.043Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-21T05:45:46.043Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fa3e99e3-1283-47c5-87ef-7fa058a410c2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-21T05:45:46.043Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-21T05:45:46.044Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-21T05:45:46.046Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T05:45:46.046Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111946043, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-21T05:45:46.146Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T05:45:46.147Z||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-05-21T05:45:46.147Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:45:46.162Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:45:46.163Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 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-05-21T05:45:47.057Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:45:47.058Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|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-05-21T05:45:47.058Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:45:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:45:53.413Z||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-05-21T05:45:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:45:53.431Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:45:53.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:45:53.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111835622, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-21T05:45:53.433Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:45:53.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:45:53.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111836643, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T05:45:53.433Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:45:53.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:45:53.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111836643, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vfwb09e2e1f3f1f0_modules.json", "status": "NOTIFIED" } 2022-05-21T05:45:53.433Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:45:53.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:45:53.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111836643, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-21T05:45:53.434Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:45:53.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:45:53.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111836643, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T05:45:53.434Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:45:53.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:45:53.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111836643, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-21T05:45:53.434Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:45:53.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:45:53.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111836643, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T05:45:53.435Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:45:53.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:45:53.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111836643, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar", "status": "NOTIFIED" } 2022-05-21T05:45:53.435Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:45:53.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:45:53.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111844416, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T05:45:53.435Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:45:53.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:45:53.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111847991, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vfwb09e2e1f3f1f0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-21T05:45:53.435Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:45:53.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:45:53.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111849054, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-21T05:45:53.435Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:45:53.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:45:53.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111850246, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-21T05:45:53.436Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:45:53.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:45:53.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111851489, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vfwb09e2e1f3f1f0_modules.json", "status": "DEPLOY_OK" } 2022-05-21T05:45:53.436Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:45:53.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:45:53.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111852491, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-05-21T05:45:53.436Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:45:53.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:45:53.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111853497, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-05-21T05:45:53.436Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:45:53.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:45:53.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111854501, "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T05:45:53.437Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:45:56.591Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:45:56.592Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:45:56.593Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|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-05-21T05:45:56.593Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:46:06.122Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:46:53.411Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:46:53.411Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|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-05-21T05:46:53.411Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:46:53.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:46:53.413Z||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-05-21T05:46:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:46:53.935Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:46:53.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-21T05:46:53.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653111946043, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-21T05:46:53.936Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:47:02.949Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:47:53.411Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:47:53.412Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|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-05-21T05:47:53.412Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:47:53.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:47:53.414Z||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-05-21T05:47:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:48:02.949Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:48:02.951Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:48:53.411Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:48:53.413Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|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-05-21T05:48:53.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:48:53.413Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:48:53.413Z||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-05-21T05:48:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:49:02.951Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:49:02.952Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:49:53.411Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:49:53.412Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|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-05-21T05:49:53.412Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:49:53.413Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:49:53.413Z||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-05-21T05:49:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:50:02.952Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:50:02.952Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:50:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:50:53.412Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-21T05:50:53.412Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:50:53.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:50:53.413Z||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-05-21T05:50:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:51:02.955Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:51:02.955Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:51:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:51:53.412Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-21T05:51:53.412Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:51:53.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:51:53.413Z||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-05-21T05:51:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:52:02.950Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:52:02.950Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:52:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:52:53.412Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-21T05:52:53.412Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:52:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:52:53.413Z||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-05-21T05:52:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:52:53.540Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:52:53.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.543Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "clamp", "timestamp": 1653112352966, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T05:52:53.544Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:52:53.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "multicloud-k8s-id", "timestamp": 1653112348464, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T05:52:53.545Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:52:53.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "cds", "timestamp": 1653112353711, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T05:52:53.545Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:52:53.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653112352412, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T05:52:53.545Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:52:53.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "policy-id", "timestamp": 1653112349726, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T05:52:53.545Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:52:53.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "clamp", "timestamp": 1653112352966, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-21T05:52:53.545Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:52:53.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "cds", "timestamp": 1653112353711, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-21T05:52:53.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:52:53.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653112352412, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-21T05:52:53.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:52:53.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "multicloud-k8s-id", "timestamp": 1653112348464, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-21T05:52:53.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:52:53.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "policy-id", "timestamp": 1653112349726, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-21T05:52:53.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:52:53.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "clamp", "timestamp": 1653112352966, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-21T05:52:53.547Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:52:53.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "cds", "timestamp": 1653112353711, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-21T05:52:53.547Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:52:53.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653112352412, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-21T05:52:53.547Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:52:53.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "multicloud-k8s-id", "timestamp": 1653112348464, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-21T05:52:53.547Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:52:53.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "policy-id", "timestamp": 1653112349726, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-21T05:52:53.547Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:52:53.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "clamp", "timestamp": 1653112352966, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T05:52:53.547Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:52:53.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "cds", "timestamp": 1653112353711, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T05:52:53.548Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:52:53.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653112352412, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T05:52:53.548Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:52:53.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "multicloud-k8s-id", "timestamp": 1653112348464, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T05:52:53.548Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:52:53.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "policy-id", "timestamp": 1653112349726, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T05:52:53.548Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:52:53.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "clamp", "timestamp": 1653112352966, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T05:52:53.548Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:52:53.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "cds", "timestamp": 1653112353711, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T05:52:53.549Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:52:53.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653112352412, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T05:52:53.549Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:52:53.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "multicloud-k8s-id", "timestamp": 1653112348464, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T05:52:53.549Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:52:53.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "policy-id", "timestamp": 1653112349726, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T05:52:53.549Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:52:53.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "clamp", "timestamp": 1653112352966, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T05:52:53.549Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:52:53.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "cds", "timestamp": 1653112353711, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T05:52:53.549Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:52:53.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653112352412, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T05:52:53.550Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:52:53.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "multicloud-k8s-id", "timestamp": 1653112348464, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T05:52:53.550Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:52:53.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "policy-id", "timestamp": 1653112349726, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T05:52:53.550Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:52:53.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "ves-openapi-manager", "timestamp": 1653112360270, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T05:52:53.550Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:52:53.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "clamp", "timestamp": 1653112352966, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T05:52:53.550Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:52:53.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "cds", "timestamp": 1653112353711, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T05:52:53.551Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:52:53.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653112352412, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T05:52:53.551Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:52:53.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "multicloud-k8s-id", "timestamp": 1653112348464, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T05:52:53.551Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:52:53.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "policy-id", "timestamp": 1653112349726, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T05:52:53.551Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:52:53.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "ves-openapi-manager", "timestamp": 1653112360270, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-21T05:52:53.552Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:52:53.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "clamp", "timestamp": 1653112352966, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar", "status": "NOTIFIED" } 2022-05-21T05:52:53.552Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:52:53.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "cds", "timestamp": 1653112353711, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar", "status": "NOTIFIED" } 2022-05-21T05:52:53.552Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:52:53.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "multicloud-k8s-id", "timestamp": 1653112348464, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar", "status": "NOTIFIED" } 2022-05-21T05:52:53.552Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:52:53.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653112352412, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar", "status": "NOTIFIED" } 2022-05-21T05:52:53.552Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:52:53.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "policy-id", "timestamp": 1653112349726, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar", "status": "NOTIFIED" } 2022-05-21T05:52:53.553Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:52:53.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "ves-openapi-manager", "timestamp": 1653112360270, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-21T05:52:53.553Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:52:53.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "cds", "timestamp": 1653112363850, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T05:52:53.553Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:52:53.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653112363856, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T05:52:53.553Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:52:53.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "policy-id", "timestamp": 1653112363854, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T05:52:53.553Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:52:53.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "ves-openapi-manager", "timestamp": 1653112360270, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T05:52:53.553Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:52:53.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "cds", "timestamp": 1653112364856, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-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-05-21T05:52:53.571Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ca613631-9993-4b8e-89bc-f56e4a4b0651 2022-05-21T05:52:53.571Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca613631-9993-4b8e-89bc-f56e4a4b0651 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-05-21T05:52:53.580Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "policy-id", "timestamp": 1653112364859, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T05:52:53.581Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:52:53.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "ves-openapi-manager", "timestamp": 1653112360270, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T05:52:53.581Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:52:53.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653112365578, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T05:52:53.581Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:52:53.582Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.582Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "policy-id", "timestamp": 1653112365862, "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-05-21T05:52:53.587Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ca613631-9993-4b8e-89bc-f56e4a4b0651 2022-05-21T05:52:53.587Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca613631-9993-4b8e-89bc-f56e4a4b0651 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-05-21T05:52:53.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.596Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "ves-openapi-manager", "timestamp": 1653112360270, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-05-21T05:52:53.597Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:52:53.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.597Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "clamp", "timestamp": 1653112366342, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T05:52:53.597Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:52:53.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.597Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653112366582, "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-05-21T05:52:53.601Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ca613631-9993-4b8e-89bc-f56e4a4b0651 2022-05-21T05:52:53.602Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca613631-9993-4b8e-89bc-f56e4a4b0651 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-05-21T05:52:53.608Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.609Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "ves-openapi-manager", "timestamp": 1653112360270, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T05:52:53.609Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:52:53.609Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.609Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "aai-ml", "timestamp": 1653112366744, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T05:52:53.609Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:52:53.609Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.610Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "ves-openapi-manager", "timestamp": 1653112360270, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-21T05:52:53.610Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:52:53.610Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.610Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "clamp", "timestamp": 1653112368352, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T05:52:53.610Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:52:53.610Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.610Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "aai-ml", "timestamp": 1653112366744, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-21T05:52:53.610Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:52:53.610Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.610Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "clamp", "timestamp": 1653112369355, "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-05-21T05:52:53.615Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ca613631-9993-4b8e-89bc-f56e4a4b0651 2022-05-21T05:52:53.615Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca613631-9993-4b8e-89bc-f56e4a4b0651 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-05-21T05:52:53.624Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.624Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "aai-ml", "timestamp": 1653112366744, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-21T05:52:53.624Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:52:53.624Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.625Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "ves-openapi-manager", "timestamp": 1653112369534, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-05-21T05:52:53.625Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:52:53.625Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.625Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "aai-ml", "timestamp": 1653112366744, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T05:52:53.625Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:52:53.625Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.625Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "ves-openapi-manager", "timestamp": 1653112370769, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-05-21T05:52:53.625Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:52:53.625Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.626Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "aai-ml", "timestamp": 1653112366744, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T05:52:53.626Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:52:53.626Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.626Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "ves-openapi-manager", "timestamp": 1653112371772, "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-05-21T05:52:53.632Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of ca613631-9993-4b8e-89bc-f56e4a4b0651 2022-05-21T05:52:53.632Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca613631-9993-4b8e-89bc-f56e4a4b0651 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-05-21T05:52:53.642Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:52:53.642Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "aai-ml", "timestamp": 1653112366744, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T05:52:53.642Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:52:54.035Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:52:54.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-21T05:52:54.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"ca613631-9993-4b8e-89bc-f56e4a4b0651","serviceName":"Demo_pNF_01xpTU2sZzfckMFDMECD","serviceVersion":"1.0","serviceUUID":"12f89193-daef-40cc-8876-e58ff20d2454","serviceDescription":"catalog service description","serviceInvariantUUID":"53417839-de18-47ad-bafb-e0d624d7652d","resources":[{"resourceInstanceName":"pNF 2cdc350c-b335 0","resourceName":"pNF 2cdc350c-b335","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"48f8a40a-0c84-457b-b56b-65fd8652d24e","resourceInvariantUUID":"2d610f4b-5843-41d2-a86d-e65eb1876802","resourceCustomizationUUID":"1c932c60-7963-41c4-99f3-85b16c7b14f4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/vf-license-model.xml","artifactChecksum":"YTBiMWVhMDQwZjllMTQ2NGRjNTU3NDdhNDhhNzJmYjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"42408233-a391-4de6-8e11-b2b9b1790f44","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/pNF.csar","artifactChecksum":"MDVmMzY2YjI4M2NmZjU0MGNkN2EwMzc1MWFlYjVhZmY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dc94d266-2274-417a-8903-3e0ba71e7e51","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7861b0fa-6156-497e-a2e9-3a99dc478365","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/vendor-license-model.xml","artifactChecksum":"NTg0NDBjNTBmNjc4MDE2MDgzMWI0ZDg2YTBiNTEyNDU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"70124325-dc82-496e-9729-c479891107a9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b77dd363-5606-462a-9598-31fcde529833","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9dfbbf93-4144-4f59-ab5a-c77aea2b7c4d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf01xptu2szzfckmfdmecd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-template.yml","artifactChecksum":"NjNiMjJkZWVmOWMyOThhOGQ0OWYzMjRlMGJmODM3OTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6023d5dc-7f72-419b-b566-481a62dcfc29","artifactVersion":"1"},{"artifactName":"service-DemoPnf01xptu2szzfckmfdmecd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar","artifactChecksum":"MTFmZGI5MjM3NTIyMjI0NjUwOGQxZDJmNzQzZDY1Zjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ae18c6a2-7a14-463c-809c-bc5d17820b44","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-21T05:52:54.040Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T05:52:54.041Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-21T05:52:54.043Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T05:52:54.043Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112373411, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T05:52:54.143Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T05:52:54.144Z||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-05-21T05:52:54.145Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:52:54.156Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:52:54.156Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-21T05:52:55.044Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T05:52:55.045Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-21T05:52:55.047Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T05:52:55.047Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112373411, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-21T05:52:55.147Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T05:52:55.148Z||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-05-21T05:52:55.148Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:52:55.178Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:52:55.178Z||pool-36-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-05-21T05:52:56.047Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T05:52:56.049Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-21T05:52:56.051Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T05:52:56.051Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112373411, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-21T05:52:56.152Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-21T05:52:56.152Z||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-05-21T05:52:56.153Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:52:56.162Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:52:56.163Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-21T05:52:57.052Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T05:52:57.053Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-21T05:52:57.054Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T05:52:57.054Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112373411, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T05:52:57.155Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T05:52:57.156Z||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-05-21T05:52:57.156Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:52:57.168Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:52:57.168Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-21T05:52:58.055Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T05:52:58.056Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-21T05:52:58.058Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T05:52:58.059Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112373411, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T05:52:58.159Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T05:52:58.160Z||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-05-21T05:52:58.160Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:52:58.170Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:52:58.170Z||pool-39-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-21T05:52:59.059Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T05:52:59.060Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-21T05:52:59.062Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T05:52:59.062Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112373411, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T05:52:59.163Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T05:52:59.164Z||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-05-21T05:52:59.164Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:52:59.173Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:52:59.173Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-21T05:53:00.063Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T05:53:00.064Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-21T05:53:00.065Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T05:53:00.065Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112373411, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T05:53:00.166Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-21T05:53:00.167Z||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-05-21T05:53:00.167Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:53:00.180Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:53:00.181Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-05-21T05:53:01.066Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T05:53:01.067Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-21T05:53:01.070Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T05:53:01.070Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112373411, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar", "status": "NOTIFIED" } 2022-05-21T05:53:01.170Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T05:53:01.171Z||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-05-21T05:53:01.171Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:53:01.181Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:53:01.181Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-21T05:53:02.071Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "serviceName": "Demo_pNF_01xpTU2sZzfckMFDMECD", "serviceVersion": "1.0", "serviceUUID": "12f89193-daef-40cc-8876-e58ff20d2454", "serviceDescription": "catalog service description", "serviceInvariantUUID": "53417839-de18-47ad-bafb-e0d624d7652d", "resources": [ { "resourceInstanceName": "pNF 2cdc350c-b335 0", "resourceCustomizationUUID": "1c932c60-7963-41c4-99f3-85b16c7b14f4", "resourceName": "pNF 2cdc350c-b335", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "48f8a40a-0c84-457b-b56b-65fd8652d24e", "resourceInvariantUUID": "2d610f4b-5843-41d2-a86d-e65eb1876802", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf01xptu2szzfckmfdmecd-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar", "artifactChecksum": "MTFmZGI5MjM3NTIyMjI0NjUwOGQxZDJmNzQzZDY1Zjg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ae18c6a2-7a14-463c-809c-bc5d17820b44" } ], "workloadContext": "Production" } 2022-05-21T05:53:02.072Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-21T05:53:02.072Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 12f89193-daef-40cc-8876-e58ff20d2454 ASDC 2022-05-21T05:53:02.072Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:ca613631-9993-4b8e-89bc-f56e4a4b0651 ServiceName:Demo_pNF_01xpTU2sZzfckMFDMECD ServiceVersion:1.0 ServiceUUID:12f89193-daef-40cc-8876-e58ff20d2454 ServiceInvariantUUID:53417839-de18-47ad-bafb-e0d624d7652d ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf01xptu2szzfckmfdmecd-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar ArtifactUUID:ae18c6a2-7a14-463c-809c-bc5d17820b44 ArtifactChecksum:MTFmZGI5MjM3NTIyMjI0NjUwOGQxZDJmNzQzZDY1Zjg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 2cdc350c-b335 0 ResourceCustomizationUUID:1c932c60-7963-41c4-99f3-85b16c7b14f4 ResourceInvariantUUID:2d610f4b-5843-41d2-a86d-e65eb1876802 ResourceName:pNF 2cdc350c-b335 ResourceType:PNF ResourceUUID:48f8a40a-0c84-457b-b56b-65fd8652d24e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-05-21T05:53:02.072Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12f89193-daef-40cc-8876-e58ff20d2454 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-05-21T05:53:02.103Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-21T05:53:02.104Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-05-21T05:53:02.104Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-05-21T05:53:02.104Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ae18c6a2-7a14-463c-809c-bc5d17820b44 from URL: /sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar 2022-05-21T05:53:02.104Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-05-21T05:53:02.104Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar 2022-05-21T05:53:02.172Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-05-21T05:53:02.178Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar ae18c6a2-7a14-463c-809c-bc5d17820b44 82650 2022-05-21T05:53:02.179Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar ASDC sendASDCNotification 2022-05-21T05:53:02.179Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar 2022-05-21T05:53:02.179Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-21T05:53:02.179Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-21T05:53:02.181Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T05:53:02.182Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112382179, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T05:53:02.282Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T05:53:02.283Z||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-05-21T05:53:02.283Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:53:02.294Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:53:02.294Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-21T05:53:03.182Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-21T05:53:03.183Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-05-21T05:53:03.184Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: ae18c6a2-7a14-463c-809c-bc5d17820b44, URL: /sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar to file: /app/ASDC/1/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar 2022-05-21T05:53:03.184Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf01xptu2szzfckmfdmecd-csar.csar 2022-05-21T05:53:03.185Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar 2022-05-21T05:53:03.185Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar 2022-05-21T05:53:03.302Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18353610535445158186/Definitions/service-DemoPnf01xptu2szzfckmfdmecd-template.yml 2022-05-21T05:53:03.933Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-21T05:53:03.934Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-05-21T05:53:03.934Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar 2022-05-21T05:53:03.934Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-05-21T05:53:03.934Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||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-DemoPnf01xptu2szzfckmfdmecd-csar.csar 2022-05-21T05:53:03.934Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar 2022-05-21T05:53:03.934Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||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-DemoPnf01xptu2szzfckmfdmecd-csar.csar 2022-05-21T05:53:03.934Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||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-DemoPnf01xptu2szzfckmfdmecd-csar.csar 2022-05-21T05:53:03.934Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 2cdc350c-b335 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-DemoPnf01xptu2szzfckmfdmecd-csar.csar 2022-05-21T05:53:03.934Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||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-DemoPnf01xptu2szzfckmfdmecd-csar.csar 2022-05-21T05:53:03.935Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||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-DemoPnf01xptu2szzfckmfdmecd-csar.csar 2022-05-21T05:53:03.935Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-05-21T05:53:03.935Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:53:03.935Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_01xpTU2sZzfckMFDMECD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T05:53:03.935Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Node template pNF 2cdc350c-b335 0 is matching search criteria 2022-05-21T05:53:03.935Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-05-21T05:53:03.935Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 2cdc350c-b335 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-21T05:53:03.935Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:53:03.936Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_01xpTU2sZzfckMFDMECD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T05:53:03.936Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Node template pNF 2cdc350c-b335 0 is matching search criteria 2022-05-21T05:53:03.936Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-05-21T05:53:03.936Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 2cdc350c-b335 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-21T05:53:03.936Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:53:03.936Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_01xpTU2sZzfckMFDMECD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T05:53:03.936Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:53:03.937Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_01xpTU2sZzfckMFDMECD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T05:53:03.937Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:53:03.937Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_01xpTU2sZzfckMFDMECD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T05:53:03.937Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:53:03.937Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_01xpTU2sZzfckMFDMECD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T05:53:03.937Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:53:03.938Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_01xpTU2sZzfckMFDMECD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T05:53:03.938Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_01xpTU2sZzfckMFDMECD Description:catalog service description Model UUID:12f89193-daef-40cc-8876-e58ff20d2454 Model Version:NULL Model InvariantUuid:53417839-de18-47ad-bafb-e0d624d7652d 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-05-21T05:53:03.947Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 48f8a40a-0c84-457b-b56b-65fd8652d24e 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-05-21T05:53:03.952Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||pNF 2cdc350c-b335 0 2022-05-21T05:53:03.952Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 48f8a40a-0c84-457b-b56b-65fd8652d24e 2022-05-21T05:53:03.953Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 12f89193-daef-40cc-8876-e58ff20d2454 2022-05-21T05:53:03.953Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 12f89193-daef-40cc-8876-e58ff20d2454 2022-05-21T05:53:03.953Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 2cdc350c-b335 0 48f8a40a-0c84-457b-b56b-65fd8652d24e 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-05-21T05:53:03.959Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@22bd0244, org.onap.sdc.toscaparser.api.parameters.Input@33425d0a, org.onap.sdc.toscaparser.api.parameters.Input@4ff54dd7, org.onap.sdc.toscaparser.api.parameters.Input@17e4744a, org.onap.sdc.toscaparser.api.parameters.Input@5d81fbd0] 2022-05-21T05:53:03.959Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:53:03.959Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_01xpTU2sZzfckMFDMECD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T05:53:03.960Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 12f89193-daef-40cc-8876-e58ff20d2454: pNF 2cdc350c-b335 2022-05-21T05:53:03.960Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||Processing PNF resource: 48f8a40a-0c84-457b-b56b-65fd8652d24e 2022-05-21T05:53:03.960Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:53:03.960Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_01xpTU2sZzfckMFDMECD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T05:53:03.961Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||Resource customization UUID: 1c932c60-7963-41c4-99f3-85b16c7b14f4 is the same as notified resource customizationUUID: 1c932c60-7963-41c4-99f3-85b16c7b14f4 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-05-21T05:53:04.025Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 2cdc350c-b335 48f8a40a-0c84-457b-b56b-65fd8652d24e 0 ASDC deployResourceStructure 2022-05-21T05:53:04.025Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar ASDC sendASDCNotification 2022-05-21T05:53:04.025Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar 2022-05-21T05:53:04.026Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-21T05:53:04.026Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-21T05:53:04.028Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T05:53:04.028Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112384025, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T05:53:04.128Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-21T05:53:04.129Z||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-05-21T05:53:04.129Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:53:04.140Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:53:04.140Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-21T05:53:05.030Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca613631-9993-4b8e-89bc-f56e4a4b0651 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-21T05:53:05.043Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca613631-9993-4b8e-89bc-f56e4a4b0651 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-21T05:53:05.047Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-21T05:53:05.047Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-21T05:53:05.047Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-21T05:53:35.047Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca613631-9993-4b8e-89bc-f56e4a4b0651 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-21T05:53:35.062Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca613631-9993-4b8e-89bc-f56e4a4b0651 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-21T05:53:35.066Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-21T05:53:35.067Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-21T05:53:35.067Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-21T05:53:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:53:53.414Z||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-05-21T05:53:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:53:53.434Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:53:53.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:53:53.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "aai-ml", "timestamp": 1653112366744, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T05:53:53.435Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T05:54:05.067Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca613631-9993-4b8e-89bc-f56e4a4b0651 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-21T05:54:05.083Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca613631-9993-4b8e-89bc-f56e4a4b0651 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-21T05:54:05.086Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-21T05:54:05.086Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-21T05:54:05.086Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-21T05:54:35.087Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca613631-9993-4b8e-89bc-f56e4a4b0651 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-21T05:54:35.099Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca613631-9993-4b8e-89bc-f56e4a4b0651 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-21T05:54:35.102Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-21T05:54:35.102Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-21T05:54:35.102Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-21T05:54:53.413Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:54:53.414Z||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-05-21T05:54:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:54:53.434Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:54:53.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:54:53.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112373411, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T05:54:53.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:54:53.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:54:53.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "aai-ml", "timestamp": 1653112366744, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar", "status": "NOTIFIED" } 2022-05-21T05:54:53.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:54:53.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:54:53.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112373411, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-21T05:54:53.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:54:53.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:54:53.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "aai-ml", "timestamp": 1653112375605, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T05:54:53.437Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:54:53.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:54:53.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112373411, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-21T05:54:53.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:54:53.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:54:53.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112373411, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T05:54:53.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:54:53.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:54:53.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112373411, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T05:54:53.438Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:54:53.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:54:53.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112373411, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T05:54:53.438Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:54:53.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:54:53.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "aai-ml", "timestamp": 1653112379737, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T05:54:53.438Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:54:53.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:54:53.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112373411, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T05:54:53.439Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:54:53.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:54:53.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "aai-ml", "timestamp": 1653112380742, "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-05-21T05:54:53.448Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ca613631-9993-4b8e-89bc-f56e4a4b0651 2022-05-21T05:54:53.448Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca613631-9993-4b8e-89bc-f56e4a4b0651 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-05-21T05:54:53.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:54:53.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112373411, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar", "status": "NOTIFIED" } 2022-05-21T05:54:53.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:54:53.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:54:53.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112382179, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T05:54:53.459Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:54:53.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:54:53.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112384025, "artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T05:54:53.459Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:54:53.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:54:53.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e37212a-5aa6-4216-b9d1-2de56faaa385", "consumerID": "cds", "timestamp": 1653112428711, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T05:54:53.459Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:54:53.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:54:53.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e37212a-5aa6-4216-b9d1-2de56faaa385", "consumerID": "multicloud-k8s-id", "timestamp": 1653112428463, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T05:54:53.460Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:54:53.460Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:54:53.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e37212a-5aa6-4216-b9d1-2de56faaa385", "consumerID": "aai-ml", "timestamp": 1653112426744, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T05:54:53.460Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:54:53.460Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:54:53.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e37212a-5aa6-4216-b9d1-2de56faaa385", "consumerID": "policy-id", "timestamp": 1653112429726, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T05:54:53.460Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:54:53.460Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:54:53.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e37212a-5aa6-4216-b9d1-2de56faaa385", "consumerID": "cds", "timestamp": 1653112428711, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-21T05:54:53.461Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:54:53.461Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:54:53.461Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e37212a-5aa6-4216-b9d1-2de56faaa385", "consumerID": "multicloud-k8s-id", "timestamp": 1653112428463, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-21T05:54:53.461Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:54:53.461Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:54:53.461Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e37212a-5aa6-4216-b9d1-2de56faaa385", "consumerID": "aai-ml", "timestamp": 1653112426744, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-21T05:54:53.461Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:54:53.461Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:54:53.462Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e37212a-5aa6-4216-b9d1-2de56faaa385", "consumerID": "policy-id", "timestamp": 1653112429726, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-21T05:54:53.462Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:55:05.103Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca613631-9993-4b8e-89bc-f56e4a4b0651 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-21T05:55:05.116Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca613631-9993-4b8e-89bc-f56e4a4b0651 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-21T05:55:05.119Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-21T05:55:05.120Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-21T05:55:05.120Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-21T05:55:05.120Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-21T05:55:05.120Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T05:55:05.120Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T05:55:05.120Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T05:55:05.121Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T05:55:05.121Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T05:55:05.121Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T05:55:05.121Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T05:55:05.121Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||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-05-21T05:55:05.127Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-21T05:55:35.127Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ca613631-9993-4b8e-89bc-f56e4a4b0651 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-05-21T05:55:35.135Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ca613631-9993-4b8e-89bc-f56e4a4b0651 and serviceModelVersionId: 12f89193-daef-40cc-8876-e58ff20d2454 2022-05-21T05:55:35.136Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 53417839-de18-47ad-bafb-e0d624d7652d 2022-05-21T05:55:35.137Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/53417839-de18-47ad-bafb-e0d624d7652d/model-vers/model-ver/12f89193-daef-40cc-8876-e58ff20d2454?depth=0 2022-05-21T05:55:35.144Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-05-21T05:55:35.181Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53417839-de18-47ad-bafb-e0d624d7652d/model-vers/model-ver/12f89193-daef-40cc-8876-e58ff20d2454?depth=0|INFO|500||Invoke 2022-05-21T05:55:35.181Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53417839-de18-47ad-bafb-e0d624d7652d/model-vers/model-ver/12f89193-daef-40cc-8876-e58ff20d2454?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53417839-de18-47ad-bafb-e0d624d7652d/model-vers/model-ver/12f89193-daef-40cc-8876-e58ff20d2454?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ca613631-9993-4b8e-89bc-f56e4a4b0651], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bc4ac090-3e70-4ea8-9ce2-7a582431d142], X-ECOMP-RequestID=[ca613631-9993-4b8e-89bc-f56e4a4b0651], X-TransactionId=[], X-ONAP-RequestID=[ca613631-9993-4b8e-89bc-f56e4a4b0651], Content-Type=[application/merge-patch+json]} 2022-05-21T05:55:35.208Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53417839-de18-47ad-bafb-e0d624d7652d/model-vers/model-ver/12f89193-daef-40cc-8876-e58ff20d2454?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-21T05:55:35.293Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53417839-de18-47ad-bafb-e0d624d7652d/model-vers/model-ver/12f89193-daef-40cc-8876-e58ff20d2454?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/53417839-de18-47ad-bafb-e0d624d7652d/model-vers/model-ver/12f89193-daef-40cc-8876-e58ff20d2454?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220521-05:55:35:214-25234], vertex-id=[610320], Content-Length=[0], Date=[Sat, 21 May 2022 05:55:35 GMT], Content-Type=[application/json]} 2022-05-21T05:55:35.293Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53417839-de18-47ad-bafb-e0d624d7652d/model-vers/model-ver/12f89193-daef-40cc-8876-e58ff20d2454?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-21T05:55:35.294Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53417839-de18-47ad-bafb-e0d624d7652d/model-vers/model-ver/12f89193-daef-40cc-8876-e58ff20d2454?depth=0|INFO|500||InvokeReturn 2022-05-21T05:55:35.295Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-21T05:55:35.295Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||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-05-21T05:55:35.299Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||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-05-21T05:55:35.300Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ca613631-9993-4b8e-89bc-f56e4a4b0651 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-21T05:55:35.300Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-21T05:55:35.300Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-21T05:55:35.301Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T05:55:35.302Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112535300, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-21T05:55:35.402Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T05:55:35.403Z||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-05-21T05:55:35.403Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:55:35.417Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:55:35.418Z||pool-45-thread-1|||||INFO|500||cambria reply ok (16 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-05-21T05:55:36.315Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:55:36.316Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-21T05:55:36.316Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:55:40.660Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:55:40.660Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-21T05:55:40.661Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"9e37212a-5aa6-4216-b9d1-2de56faaa385","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"f9529fe7-3bfe-4d51-bcf9-6ed7f226eef3","serviceDescription":"service","serviceInvariantUUID":"8418fbfd-cc9d-4075-b72e-3294c5193cbd","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"10eea863-0b3d-435e-adae-f829a714a850","resourceInvariantUUID":"c980562d-bea1-44a8-b372-428b2cc4bfbd","resourceCustomizationUUID":"559c03b9-fd09-4212-9dd9-772b5eb620ff","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":"NjNhYjYyODAxZTc0MzMxMDZlNjU5NWNjYTY0ZmY1OGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"49ca7800-6a1a-438d-a548-cfa33ecd0876","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"N2E3NTk4ZmMwODA1YjgyZmJmM2NhMTQyODA5MjZjYjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"05fe5614-e338-45da-aa5a-a837c9b97e4b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-21T05:55:40.664Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T05:55:40.664Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-21T05:55:40.666Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T05:55:40.666Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9e37212a-5aa6-4216-b9d1-2de56faaa385", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112536315, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T05:55:40.767Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T05:55:40.767Z||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-05-21T05:55:40.767Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:55:40.776Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:55:40.777Z||pool-46-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-21T05:55:41.667Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T05:55:41.668Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-21T05:55:41.670Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T05:55:41.671Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9e37212a-5aa6-4216-b9d1-2de56faaa385", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112536315, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-21T05:55:41.771Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T05:55:41.771Z||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-05-21T05:55:41.772Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:55:41.782Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:55:41.782Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-05-21T05:55:42.672Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "9e37212a-5aa6-4216-b9d1-2de56faaa385", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "f9529fe7-3bfe-4d51-bcf9-6ed7f226eef3", "serviceDescription": "service", "serviceInvariantUUID": "8418fbfd-cc9d-4075-b72e-3294c5193cbd", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "559c03b9-fd09-4212-9dd9-772b5eb620ff", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "10eea863-0b3d-435e-adae-f829a714a850", "resourceInvariantUUID": "c980562d-bea1-44a8-b372-428b2cc4bfbd", "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": "N2E3NTk4ZmMwODA1YjgyZmJmM2NhMTQyODA5MjZjYjA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "05fe5614-e338-45da-aa5a-a837c9b97e4b" } ], "workloadContext": "Production" } 2022-05-21T05:55:42.672Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-21T05:55:42.672Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f9529fe7-3bfe-4d51-bcf9-6ed7f226eef3 ASDC 2022-05-21T05:55:42.673Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:9e37212a-5aa6-4216-b9d1-2de56faaa385 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:f9529fe7-3bfe-4d51-bcf9-6ed7f226eef3 ServiceInvariantUUID:8418fbfd-cc9d-4075-b72e-3294c5193cbd 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:05fe5614-e338-45da-aa5a-a837c9b97e4b ArtifactChecksum:N2E3NTk4ZmMwODA1YjgyZmJmM2NhMTQyODA5MjZjYjA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:559c03b9-fd09-4212-9dd9-772b5eb620ff ResourceInvariantUUID:c980562d-bea1-44a8-b372-428b2cc4bfbd ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:10eea863-0b3d-435e-adae-f829a714a850 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-05-21T05:55:42.673Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f9529fe7-3bfe-4d51-bcf9-6ed7f226eef3 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-21T05:55:42.704Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-21T05:55:42.705Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-05-21T05:55:42.705Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-05-21T05:55:42.705Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 05fe5614-e338-45da-aa5a-a837c9b97e4b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-21T05:55:42.705Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-05-21T05:55:42.705Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-21T05:55:42.849Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-05-21T05:55:42.852Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 05fe5614-e338-45da-aa5a-a837c9b97e4b 52510 2022-05-21T05:55:42.853Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-05-21T05:55:42.853Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-21T05:55:42.853Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-21T05:55:42.853Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-21T05:55:42.856Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T05:55:42.856Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9e37212a-5aa6-4216-b9d1-2de56faaa385", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112542853, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T05:55:42.956Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T05:55:42.956Z||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-05-21T05:55:42.957Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:55:42.966Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:55:42.966Z||pool-48-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-21T05:55:43.857Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-21T05:55:43.858Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-05-21T05:55:43.858Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 05fe5614-e338-45da-aa5a-a837c9b97e4b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-21T05:55:43.859Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-05-21T05:55:43.859Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-21T05:55:43.859Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-21T05:55:43.934Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2788451283337887388/Definitions/service-BasicNetwork-template.yml 2022-05-21T05:55:44.257Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-21T05:55:44.257Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-05-21T05:55:44.257Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-21T05:55:44.257Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-05-21T05:55:44.257Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||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-05-21T05:55:44.257Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||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-05-21T05:55:44.257Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||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-05-21T05:55:44.257Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||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-05-21T05:55:44.257Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||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-05-21T05:55:44.257Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||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-05-21T05:55:44.257Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||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-05-21T05:55:44.257Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||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-05-21T05:55:44.258Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-05-21T05:55:44.258Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:55:44.258Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T05:55:44.258Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-05-21T05:55:44.258Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-05-21T05:55:44.258Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-21T05:55:44.258Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:55:44.258Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T05:55:44.258Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-05-21T05:55:44.258Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-05-21T05:55:44.258Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-21T05:55:44.258Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:55:44.258Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T05:55:44.259Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:55:44.259Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T05:55:44.259Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:55:44.259Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T05:55:44.259Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:55:44.259Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T05:55:44.259Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:55:44.259Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T05:55:44.259Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:f9529fe7-3bfe-4d51-bcf9-6ed7f226eef3 Model Version:NULL Model InvariantUuid:8418fbfd-cc9d-4075-b72e-3294c5193cbd Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:c980562d-bea1-44a8-b372-428b2cc4bfbd Model UUID:ed3a0c63-bad4-400e-85ab-351d37ef1296 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:559c03b9-fd09-4212-9dd9-772b5eb620ff 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-05-21T05:55:44.267Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 10eea863-0b3d-435e-adae-f829a714a850 2022-05-21T05:55:44.267Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||No resources found for Service: f9529fe7-3bfe-4d51-bcf9-6ed7f226eef3 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-05-21T05:55:44.270Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500|| 2022-05-21T05:55:44.270Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-05-21T05:55:44.270Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||No resources found for Service: f9529fe7-3bfe-4d51-bcf9-6ed7f226eef3 2022-05-21T05:55:44.270Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: f9529fe7-3bfe-4d51-bcf9-6ed7f226eef3 2022-05-21T05:55:44.270Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-05-21T05:55:44.270Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||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-05-21T05:55:44.274Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@145d23d, org.onap.sdc.toscaparser.api.parameters.Input@6492a90a, org.onap.sdc.toscaparser.api.parameters.Input@1d4c9463, org.onap.sdc.toscaparser.api.parameters.Input@3981f52a, org.onap.sdc.toscaparser.api.parameters.Input@167a1c1d] 2022-05-21T05:55:44.275Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:55:44.275Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T05:55:44.275Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:55:44.276Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T05:55:44.276Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid f9529fe7-3bfe-4d51-bcf9-6ed7f226eef3: Generic NeutronNet 2022-05-21T05:55:44.276Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:55:44.276Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T05:55:44.276Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:55:44.276Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||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-05-21T05:55:44.299Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:55:44.299Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T05:55:44.299Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:55:44.299Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T05:55:44.300Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T05:55:44.300Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T05:55:44.300Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||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-05-21T05:55:44.345Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-05-21T05:55:44.345Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-05-21T05:55:44.345Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-21T05:55:44.346Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-21T05:55:44.346Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-21T05:55:44.347Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T05:55:44.348Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9e37212a-5aa6-4216-b9d1-2de56faaa385", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112544345, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T05:55:44.448Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T05:55:44.449Z||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-05-21T05:55:44.449Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:55:44.458Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:55:44.458Z||pool-49-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-21T05:55:45.348Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e37212a-5aa6-4216-b9d1-2de56faaa385 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-21T05:55:45.361Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e37212a-5aa6-4216-b9d1-2de56faaa385 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-21T05:55:45.363Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-21T05:55:45.363Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-21T05:55:45.363Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-21T05:55:53.413Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:55:53.413Z||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-05-21T05:55:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:55:53.429Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:55:53.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:55:53.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e37212a-5aa6-4216-b9d1-2de56faaa385", "consumerID": "cds", "timestamp": 1653112433604, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T05:55:53.430Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:56:15.363Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e37212a-5aa6-4216-b9d1-2de56faaa385 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-21T05:56:15.374Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e37212a-5aa6-4216-b9d1-2de56faaa385 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-21T05:56:15.379Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-21T05:56:15.379Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-21T05:56:15.379Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-21T05:56:45.379Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e37212a-5aa6-4216-b9d1-2de56faaa385 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-21T05:56:45.393Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e37212a-5aa6-4216-b9d1-2de56faaa385 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-21T05:56:45.395Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-21T05:56:45.395Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-21T05:56:45.395Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-21T05:56:53.413Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:56:53.414Z||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-05-21T05:56:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:56:53.434Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:56:53.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:56:53.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e37212a-5aa6-4216-b9d1-2de56faaa385", "consumerID": "policy-id", "timestamp": 1653112433608, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T05:56:53.435Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:56:53.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:56:53.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e37212a-5aa6-4216-b9d1-2de56faaa385", "consumerID": "aai-ml", "timestamp": 1653112433690, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T05:56:53.435Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:56:53.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:56:53.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e37212a-5aa6-4216-b9d1-2de56faaa385", "consumerID": "cds", "timestamp": 1653112434610, "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-05-21T05:56:53.444Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9e37212a-5aa6-4216-b9d1-2de56faaa385 2022-05-21T05:56:53.444Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e37212a-5aa6-4216-b9d1-2de56faaa385 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-05-21T05:56:53.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:56:53.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e37212a-5aa6-4216-b9d1-2de56faaa385", "consumerID": "policy-id", "timestamp": 1653112434612, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T05:56:53.457Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:56:53.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:56:53.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e37212a-5aa6-4216-b9d1-2de56faaa385", "consumerID": "policy-id", "timestamp": 1653112435615, "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-05-21T05:56:53.463Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9e37212a-5aa6-4216-b9d1-2de56faaa385 2022-05-21T05:56:53.463Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e37212a-5aa6-4216-b9d1-2de56faaa385 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-05-21T05:56:53.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:56:53.473Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e37212a-5aa6-4216-b9d1-2de56faaa385", "consumerID": "aai-ml", "timestamp": 1653112437290, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T05:56:53.473Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:56:53.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:56:53.473Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e37212a-5aa6-4216-b9d1-2de56faaa385", "consumerID": "aai-ml", "timestamp": 1653112438295, "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-05-21T05:56:53.480Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9e37212a-5aa6-4216-b9d1-2de56faaa385 2022-05-21T05:56:53.480Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e37212a-5aa6-4216-b9d1-2de56faaa385 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-05-21T05:56:53.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:56:53.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e37212a-5aa6-4216-b9d1-2de56faaa385", "consumerID": "ves-openapi-manager", "timestamp": 1653112440270, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T05:56:53.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:56:53.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:56:53.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e37212a-5aa6-4216-b9d1-2de56faaa385", "consumerID": "ves-openapi-manager", "timestamp": 1653112440270, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-21T05:56:53.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:56:53.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:56:53.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e37212a-5aa6-4216-b9d1-2de56faaa385", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653112442412, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T05:56:53.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:56:53.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:56:53.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e37212a-5aa6-4216-b9d1-2de56faaa385", "consumerID": "clamp", "timestamp": 1653112442966, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T05:56:53.490Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:56:53.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:56:53.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e37212a-5aa6-4216-b9d1-2de56faaa385", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653112442412, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-21T05:56:53.490Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:56:53.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:56:53.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e37212a-5aa6-4216-b9d1-2de56faaa385", "consumerID": "clamp", "timestamp": 1653112442966, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-21T05:56:53.490Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:56:53.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:56:53.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e37212a-5aa6-4216-b9d1-2de56faaa385", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653112445124, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T05:56:53.490Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:56:53.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:56:53.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e37212a-5aa6-4216-b9d1-2de56faaa385", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653112446549, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T05:56:53.491Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:56:53.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:56:53.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e37212a-5aa6-4216-b9d1-2de56faaa385", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653112447553, "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-05-21T05:56:53.498Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9e37212a-5aa6-4216-b9d1-2de56faaa385 2022-05-21T05:56:53.498Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e37212a-5aa6-4216-b9d1-2de56faaa385 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-05-21T05:56:53.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:56:53.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e37212a-5aa6-4216-b9d1-2de56faaa385", "consumerID": "clamp", "timestamp": 1653112457355, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T05:56:53.507Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:56:53.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:56:53.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e37212a-5aa6-4216-b9d1-2de56faaa385", "consumerID": "clamp", "timestamp": 1653112459365, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T05:56:53.508Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:56:53.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:56:53.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e37212a-5aa6-4216-b9d1-2de56faaa385", "consumerID": "clamp", "timestamp": 1653112460369, "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-05-21T05:56:53.514Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9e37212a-5aa6-4216-b9d1-2de56faaa385 2022-05-21T05:56:53.514Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e37212a-5aa6-4216-b9d1-2de56faaa385 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-05-21T05:57:15.395Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e37212a-5aa6-4216-b9d1-2de56faaa385 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-21T05:57:15.408Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e37212a-5aa6-4216-b9d1-2de56faaa385 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-21T05:57:15.410Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-21T05:57:15.410Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-21T05:57:15.410Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-21T05:57:15.410Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-21T05:57:15.410Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T05:57:15.410Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T05:57:15.411Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T05:57:15.411Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T05:57:15.411Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T05:57:15.411Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T05:57:15.411Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||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-05-21T05:57:15.416Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-21T05:57:45.416Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9e37212a-5aa6-4216-b9d1-2de56faaa385 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-05-21T05:57:45.422Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9e37212a-5aa6-4216-b9d1-2de56faaa385 and serviceModelVersionId: f9529fe7-3bfe-4d51-bcf9-6ed7f226eef3 2022-05-21T05:57:45.422Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8418fbfd-cc9d-4075-b72e-3294c5193cbd 2022-05-21T05:57:45.423Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8418fbfd-cc9d-4075-b72e-3294c5193cbd/model-vers/model-ver/f9529fe7-3bfe-4d51-bcf9-6ed7f226eef3?depth=0 2022-05-21T05:57:45.429Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-05-21T05:57:45.461Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8418fbfd-cc9d-4075-b72e-3294c5193cbd/model-vers/model-ver/f9529fe7-3bfe-4d51-bcf9-6ed7f226eef3?depth=0|INFO|500||Invoke 2022-05-21T05:57:45.461Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8418fbfd-cc9d-4075-b72e-3294c5193cbd/model-vers/model-ver/f9529fe7-3bfe-4d51-bcf9-6ed7f226eef3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8418fbfd-cc9d-4075-b72e-3294c5193cbd/model-vers/model-ver/f9529fe7-3bfe-4d51-bcf9-6ed7f226eef3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9e37212a-5aa6-4216-b9d1-2de56faaa385], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[64c9448e-f418-4d9f-a3b8-0fb8a717f242], X-ECOMP-RequestID=[9e37212a-5aa6-4216-b9d1-2de56faaa385], X-TransactionId=[], X-ONAP-RequestID=[9e37212a-5aa6-4216-b9d1-2de56faaa385], Content-Type=[application/merge-patch+json]} 2022-05-21T05:57:45.486Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8418fbfd-cc9d-4075-b72e-3294c5193cbd/model-vers/model-ver/f9529fe7-3bfe-4d51-bcf9-6ed7f226eef3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-21T05:57:46.001Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8418fbfd-cc9d-4075-b72e-3294c5193cbd/model-vers/model-ver/f9529fe7-3bfe-4d51-bcf9-6ed7f226eef3?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/8418fbfd-cc9d-4075-b72e-3294c5193cbd/model-vers/model-ver/f9529fe7-3bfe-4d51-bcf9-6ed7f226eef3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220521-05:57:45:491-24775], vertex-id=[622608], Content-Length=[0], Date=[Sat, 21 May 2022 05:57:45 GMT], Content-Type=[application/json]} 2022-05-21T05:57:46.001Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8418fbfd-cc9d-4075-b72e-3294c5193cbd/model-vers/model-ver/f9529fe7-3bfe-4d51-bcf9-6ed7f226eef3?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-21T05:57:46.002Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8418fbfd-cc9d-4075-b72e-3294c5193cbd/model-vers/model-ver/f9529fe7-3bfe-4d51-bcf9-6ed7f226eef3?depth=0|INFO|500||InvokeReturn 2022-05-21T05:57:46.003Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-21T05:57:46.003Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||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-05-21T05:57:46.008Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||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-05-21T05:57:46.008Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9e37212a-5aa6-4216-b9d1-2de56faaa385 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-21T05:57:46.009Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-21T05:57:46.009Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-21T05:57:46.011Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T05:57:46.011Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9e37212a-5aa6-4216-b9d1-2de56faaa385", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112666009, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-21T05:57:46.112Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T05:57:46.113Z||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-05-21T05:57:46.113Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:57:46.127Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:57:46.128Z||pool-50-thread-1|||||INFO|500||cambria reply ok (16 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-05-21T05:57:47.023Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:57:47.024Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-21T05:57:47.024Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:57:53.413Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:57:53.413Z||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-05-21T05:57:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:57:53.431Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:57:53.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:57:53.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112535300, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-21T05:57:53.433Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:57:53.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:57:53.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e37212a-5aa6-4216-b9d1-2de56faaa385", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112536315, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T05:57:53.433Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:57:53.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:57:53.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e37212a-5aa6-4216-b9d1-2de56faaa385", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112536315, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-21T05:57:53.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-21T05:57:53.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:57:53.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e37212a-5aa6-4216-b9d1-2de56faaa385", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112542853, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T05:57:53.434Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:57:53.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T05:57:53.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e37212a-5aa6-4216-b9d1-2de56faaa385", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112544345, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T05:57:53.435Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:57:56.557Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:57:56.558Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:57:56.558Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-21T05:57:56.558Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:58:06.090Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:58:06.091Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:58:06.091Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-21T05:58:06.091Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:58:15.620Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:58:15.620Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:58:15.621Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-21T05:58:15.621Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:58:25.149Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:58:53.411Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:58:53.411Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-21T05:58:53.412Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:58:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:58:53.413Z||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-05-21T05:58:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T05:58:53.932Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:58:53.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T05:58:53.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e37212a-5aa6-4216-b9d1-2de56faaa385", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112666009, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-21T05:58:53.933Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T05:59:02.944Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T05:59:53.411Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:59:53.411Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-21T05:59:53.412Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JvgWT6TStJwn1lgz) ... 2022-05-21T05:59:53.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T05:59:53.413Z||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-05-21T05:59:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:00:02.948Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:00:02.948Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:00:53.411Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:00:53.411Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-21T06:00:53.411Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:00:53.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:00:53.413Z||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-05-21T06:00:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:00:54.038Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:00:54.039Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.039Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"29c4cf86-af63-4ff2-aa6f-789399eee43c","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"243af319-8339-452d-b82e-f5df0c561116","serviceDescription":"service","serviceInvariantUUID":"ccefbf1b-d939-4466-bb26-f51d37e29c6c","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"afe7431d-67c4-45e3-b2fb-0635e91b3d79","resourceInvariantUUID":"2b5007da-9e5d-4385-997b-92409590efd8","resourceCustomizationUUID":"b4773a01-660f-4942-84a9-eb1c337391a2","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":"ZWM2MjFhMDM3OWMxMmYyYzgwZDllZDNmMWQzNDBjMTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c111769d-4db9-492b-8604-d9e414dbda35","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":"ac71e5c3-3fb5-447a-804b-c8d5be7ad29b","artifactVersion":"2","generatedFromUUID":"9b669f60-91ca-4e50-8e32-e99284be07d3"},{"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":"9b669f60-91ca-4e50-8e32-e99284be07d3","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":"ZjNiOThiOWI0YWNjMTg5YWY4YzU3OWY3ZGJjMjY2Mzc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d7618670-070c-4da6-a454-a142e673623d","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":"89a0cbde-9272-47fa-9c45-2b3672fb3f1a","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":"84107f1e-837f-484a-bc0e-9658d1bcb2e1","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":"a46ec42e-66a0-4093-8297-86e98590b24a","artifactVersion":"2","generatedFromUUID":"89a0cbde-9272-47fa-9c45-2b3672fb3f1a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YjhhZGI1NGQyMWEwNjlkM2NjZGM2NGU0YzJjZWZmYTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2eb56e9c-06e9-4469-ba8f-9f0c55fd6bfe","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZTEwZTAzMzgzNjU1NmZlYWJiOWZmNGRkNmNlMDc5OTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"35276060-73aa-452f-9a5e-8bbf4c961407","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-21T06:00:54.040Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:00:54.041Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T06:00:54.042Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:00:54.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "clamp", "timestamp": 1653112802966, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:00:54.042Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.043Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.043Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653112802413, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:00:54.043Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.043Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.043Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "cds", "timestamp": 1653112803711, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:00:54.043Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.043Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.043Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "ves-openapi-manager", "timestamp": 1653112800270, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:00:54.043Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.043Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.043Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "clamp", "timestamp": 1653112802966, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-21T06:00:54.043Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.043Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "cds", "timestamp": 1653112803711, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-21T06:00:54.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653112802413, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-21T06:00:54.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "ves-openapi-manager", "timestamp": 1653112800270, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-21T06:00:54.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653112802413, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-21T06:00:54.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "clamp", "timestamp": 1653112802966, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-21T06:00:54.045Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.045Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:00:54.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.045Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112853411, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:00:54.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "cds", "timestamp": 1653112803711, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-21T06:00:54.045Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "ves-openapi-manager", "timestamp": 1653112800270, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-21T06:00:54.045Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "multicloud-k8s-id", "timestamp": 1653112808463, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:00:54.046Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653112802413, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-21T06:00:54.046Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "cds", "timestamp": 1653112803711, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-21T06:00:54.046Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "clamp", "timestamp": 1653112802966, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-21T06:00:54.047Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "ves-openapi-manager", "timestamp": 1653112800270, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-21T06:00:54.047Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "multicloud-k8s-id", "timestamp": 1653112808463, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-05-21T06:00:54.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "cds", "timestamp": 1653112803711, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:00:54.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "clamp", "timestamp": 1653112802966, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:00:54.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653112802413, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:00:54.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "ves-openapi-manager", "timestamp": 1653112800270, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:00:54.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "policy-id", "timestamp": 1653112809726, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:00:54.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "multicloud-k8s-id", "timestamp": 1653112808463, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-05-21T06:00:54.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "cds", "timestamp": 1653112803711, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:00:54.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653112802413, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:00:54.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "clamp", "timestamp": 1653112802966, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:00:54.052Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "ves-openapi-manager", "timestamp": 1653112800270, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:00:54.053Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "policy-id", "timestamp": 1653112809726, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-21T06:00:54.053Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "multicloud-k8s-id", "timestamp": 1653112808463, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-21T06:00:54.054Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "cds", "timestamp": 1653112803711, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-21T06:00:54.054Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653112802413, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-21T06:00:54.055Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "clamp", "timestamp": 1653112802966, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-21T06:00:54.055Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "ves-openapi-manager", "timestamp": 1653112800270, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-21T06:00:54.055Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "policy-id", "timestamp": 1653112809726, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-21T06:00:54.056Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.056Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "multicloud-k8s-id", "timestamp": 1653112808463, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-21T06:00:54.056Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.056Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "cds", "timestamp": 1653112803711, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T06:00:54.056Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.056Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653112802413, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T06:00:54.057Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "clamp", "timestamp": 1653112802966, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T06:00:54.057Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "ves-openapi-manager", "timestamp": 1653112800270, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T06:00:54.057Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "policy-id", "timestamp": 1653112809726, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-21T06:00:54.058Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "multicloud-k8s-id", "timestamp": 1653112808463, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:00:54.058Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "clamp", "timestamp": 1653112802966, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-21T06:00:54.058Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653112802413, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-21T06:00:54.059Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "cds", "timestamp": 1653112803711, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-21T06:00:54.059Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "ves-openapi-manager", "timestamp": 1653112800270, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-21T06:00:54.059Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "policy-id", "timestamp": 1653112809726, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-21T06:00:54.059Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "multicloud-k8s-id", "timestamp": 1653112808463, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-05-21T06:00:54.059Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "policy-id", "timestamp": 1653112809726, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:00:54.059Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "cds", "timestamp": 1653112816001, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T06:00:54.059Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:00:54.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653112816038, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T06:00:54.060Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:00:54.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "multicloud-k8s-id", "timestamp": 1653112808463, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T06:00:54.060Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "policy-id", "timestamp": 1653112809726, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-21T06:00:54.060Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "cds", "timestamp": 1653112817006, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-21T06:00:54.077Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 29c4cf86-af63-4ff2-aa6f-789399eee43c 2022-05-21T06:00:54.077Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29c4cf86-af63-4ff2-aa6f-789399eee43c 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-05-21T06:00:54.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "multicloud-k8s-id", "timestamp": 1653112808463, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-21T06:00:54.087Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "aai-ml", "timestamp": 1653112816744, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:00:54.088Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "policy-id", "timestamp": 1653112809726, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T06:00:54.088Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653112818039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T06:00:54.089Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:00:54.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "aai-ml", "timestamp": 1653112816744, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-21T06:00:54.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "policy-id", "timestamp": 1653112809726, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-21T06:00:54.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "multicloud-k8s-id", "timestamp": 1653112818495, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-21T06:00:54.091Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:00:54.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653112819042, "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-05-21T06:00:54.097Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 29c4cf86-af63-4ff2-aa6f-789399eee43c 2022-05-21T06:00:54.097Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29c4cf86-af63-4ff2-aa6f-789399eee43c 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-05-21T06:00:54.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.104Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "aai-ml", "timestamp": 1653112816744, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-21T06:00:54.104Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.104Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "multicloud-k8s-id", "timestamp": 1653112819794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-05-21T06:00:54.104Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:00:54.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.105Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "policy-id", "timestamp": 1653112819806, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T06:00:54.105Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:00:54.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.105Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "aai-ml", "timestamp": 1653112816744, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-21T06:00:54.105Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.106Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "policy-id", "timestamp": 1653112820811, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T06:00:54.106Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:00:54.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.106Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "aai-ml", "timestamp": 1653112816744, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:00:54.106Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "multicloud-k8s-id", "timestamp": 1653112821396, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-05-21T06:00:54.107Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:00:54.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "policy-id", "timestamp": 1653112821814, "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-05-21T06:00:54.110Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 29c4cf86-af63-4ff2-aa6f-789399eee43c 2022-05-21T06:00:54.111Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29c4cf86-af63-4ff2-aa6f-789399eee43c 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-05-21T06:00:54.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "aai-ml", "timestamp": 1653112816744, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:00:54.120Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "multicloud-k8s-id", "timestamp": 1653112822985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-05-21T06:00:54.120Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:00:54.121Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.121Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "aai-ml", "timestamp": 1653112816744, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-21T06:00:54.121Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.121Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.121Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "multicloud-k8s-id", "timestamp": 1653112824031, "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-05-21T06:00:54.126Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 29c4cf86-af63-4ff2-aa6f-789399eee43c 2022-05-21T06:00:54.127Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29c4cf86-af63-4ff2-aa6f-789399eee43c 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-05-21T06:00:54.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "aai-ml", "timestamp": 1653112816744, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T06:00:54.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "clamp", "timestamp": 1653112824417, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T06:00:54.133Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:00:54.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "multicloud-k8s-id", "timestamp": 1653112825034, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-05-21T06:00:54.133Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:00:54.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "aai-ml", "timestamp": 1653112816744, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-21T06:00:54.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:00:54.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "clamp", "timestamp": 1653112826425, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T06:00:54.134Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:00:54.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "aai-ml", "timestamp": 1653112826515, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T06:00:54.134Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:00:54.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "clamp", "timestamp": 1653112827428, "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-05-21T06:00:54.139Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 29c4cf86-af63-4ff2-aa6f-789399eee43c 2022-05-21T06:00:54.139Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29c4cf86-af63-4ff2-aa6f-789399eee43c 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-05-21T06:00:54.144Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-21T06:00:54.145Z||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-05-21T06:00:54.145Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:00:54.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "aai-ml", "timestamp": 1653112832037, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T06:00:54.147Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:00:54.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:00:54.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "aai-ml", "timestamp": 1653112833040, "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-05-21T06:00:54.151Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 29c4cf86-af63-4ff2-aa6f-789399eee43c 2022-05-21T06:00:54.151Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29c4cf86-af63-4ff2-aa6f-789399eee43c 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-05-21T06:00:54.155Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:00:54.155Z||pool-51-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:00:55.045Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T06:00:55.046Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:00:55.048Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:00:55.048Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112853411, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-05-21T06:00:55.148Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:00:55.149Z||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-05-21T06:00:55.149Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:00:55.158Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:00:55.159Z||pool-52-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-05-21T06:00:56.049Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T06:00:56.050Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:00:56.052Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:00:56.052Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112853411, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-05-21T06:00:56.153Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-21T06:00:56.154Z||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-05-21T06:00:56.154Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:00:56.163Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:00:56.163Z||pool-53-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:00:57.053Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T06:00:57.054Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:00:57.055Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:00:57.055Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112853411, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-21T06:00:57.155Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:00:57.156Z||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-05-21T06:00:57.156Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:00:57.173Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:00:57.173Z||pool-54-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:00:58.056Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T06:00:58.057Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:00:58.059Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:00:58.059Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112853411, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-21T06:00:58.159Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:00:58.160Z||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-05-21T06:00:58.160Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:00:58.169Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:00:58.170Z||pool-55-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:00:59.060Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T06:00:59.061Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:00:59.063Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:00:59.063Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112853411, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:00:59.163Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:00:59.164Z||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-05-21T06:00:59.164Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:00:59.174Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:00:59.174Z||pool-56-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:01:00.064Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T06:01:00.065Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:01:00.067Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:01:00.067Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112853411, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-05-21T06:01:00.168Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:01:00.168Z||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-05-21T06:01:00.168Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:01:00.179Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:01:00.179Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:01:01.068Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T06:01:01.069Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:01:01.072Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:01:01.072Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112853411, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T06:01:01.171Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-21T06:01:01.172Z||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-05-21T06:01:01.172Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:01:01.182Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:01:01.182Z||pool-58-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:01:02.072Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T06:01:02.073Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:01:02.075Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:01:02.075Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112853411, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-21T06:01:02.175Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:01:02.176Z||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-05-21T06:01:02.176Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:01:02.186Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:01:02.187Z||pool-59-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:01:03.076Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "243af319-8339-452d-b82e-f5df0c561116", "serviceDescription": "service", "serviceInvariantUUID": "ccefbf1b-d939-4466-bb26-f51d37e29c6c", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "b4773a01-660f-4942-84a9-eb1c337391a2", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "afe7431d-67c4-45e3-b2fb-0635e91b3d79", "resourceInvariantUUID": "2b5007da-9e5d-4385-997b-92409590efd8", "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": "ac71e5c3-3fb5-447a-804b-c8d5be7ad29b", "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": "9b669f60-91ca-4e50-8e32-e99284be07d3", "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": "ZjNiOThiOWI0YWNjMTg5YWY4YzU3OWY3ZGJjMjY2Mzc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d7618670-070c-4da6-a454-a142e673623d", "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": "89a0cbde-9272-47fa-9c45-2b3672fb3f1a", "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": "a46ec42e-66a0-4093-8297-86e98590b24a", "generatedFromUUID": "89a0cbde-9272-47fa-9c45-2b3672fb3f1a" }, "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": "a46ec42e-66a0-4093-8297-86e98590b24a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "ZTEwZTAzMzgzNjU1NmZlYWJiOWZmNGRkNmNlMDc5OTg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "35276060-73aa-452f-9a5e-8bbf4c961407" } ], "workloadContext": "Production" } 2022-05-21T06:01:03.077Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-21T06:01:03.077Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 243af319-8339-452d-b82e-f5df0c561116 ASDC 2022-05-21T06:01:03.077Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:29c4cf86-af63-4ff2-aa6f-789399eee43c ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:243af319-8339-452d-b82e-f5df0c561116 ServiceInvariantUUID:ccefbf1b-d939-4466-bb26-f51d37e29c6c 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:35276060-73aa-452f-9a5e-8bbf4c961407 ArtifactChecksum:ZTEwZTAzMzgzNjU1NmZlYWJiOWZmNGRkNmNlMDc5OTg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:b4773a01-660f-4942-84a9-eb1c337391a2 ResourceInvariantUUID:2b5007da-9e5d-4385-997b-92409590efd8 ResourceName:basic_cnf ResourceType:VF ResourceUUID:afe7431d-67c4-45e3-b2fb-0635e91b3d79 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:ac71e5c3-3fb5-447a-804b-c8d5be7ad29b 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:9b669f60-91ca-4e50-8e32-e99284be07d3 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:d7618670-070c-4da6-a454-a142e673623d ArtifactChecksum:ZjNiOThiOWI0YWNjMTg5YWY4YzU3OWY3ZGJjMjY2Mzc= 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:89a0cbde-9272-47fa-9c45-2b3672fb3f1a 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:a46ec42e-66a0-4093-8297-86e98590b24a 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:a46ec42e-66a0-4093-8297-86e98590b24a ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-21T06:01:03.077Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 243af319-8339-452d-b82e-f5df0c561116 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-05-21T06:01:03.111Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-21T06:01:03.112Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-05-21T06:01:03.112Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-05-21T06:01:03.112Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 35276060-73aa-452f-9a5e-8bbf4c961407 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-21T06:01:03.112Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-05-21T06:01:03.113Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-21T06:01:03.177Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-05-21T06:01:03.181Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 35276060-73aa-452f-9a5e-8bbf4c961407 68954 2022-05-21T06:01:03.181Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-05-21T06:01:03.181Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-21T06:01:03.181Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-21T06:01:03.182Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:01:03.183Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:01:03.183Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112863181, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T06:01:03.283Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-21T06:01:03.284Z||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-05-21T06:01:03.284Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:01:03.294Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:01:03.294Z||pool-60-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-05-21T06:01:04.184Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-21T06:01:04.185Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-05-21T06:01:04.185Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 35276060-73aa-452f-9a5e-8bbf4c961407, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-21T06:01:04.186Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-05-21T06:01:04.186Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-21T06:01:04.186Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-21T06:01:04.263Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9585785291406235332/Definitions/service-BasicCnf-template.yml 2022-05-21T06:01:05.111Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-21T06:01:05.112Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-05-21T06:01:05.112Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-21T06:01:05.112Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-05-21T06:01:05.113Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||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-05-21T06:01:05.113Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||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-05-21T06:01:05.113Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||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-05-21T06:01:05.113Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||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-05-21T06:01:05.113Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-05-21T06:01:05.114Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:01:05.114Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:01:05.114Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-21T06:01:05.114Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-05-21T06:01:05.115Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-21T06:01:05.115Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:01:05.115Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:01:05.115Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-21T06:01:05.115Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-05-21T06:01:05.115Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-21T06:01:05.116Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:01:05.116Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:01:05.116Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:01:05.116Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-05-21T06:01:05.116Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-05-21T06:01:05.117Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria 2022-05-21T06:01:05.117Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-21T06:01:05.117Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:01:05.117Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-21T06:01:05.118Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:01:05.118Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-21T06:01:05.118Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-21T06:01:05.118Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:01:05.119Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-21T06:01:05.119Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-21T06:01:05.119Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:01:05.119Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-21T06:01:05.119Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-21T06:01:05.120Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:01:05.120Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-05-21T06:01:05.120Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-05-21T06:01:05.120Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=d5456623-2fa3-4c34-8f66-aee99ba36ad8 2022-05-21T06:01:05.121Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:01:05.121Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:01:05.121Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:01:05.121Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:01:05.121Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:01:05.122Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:01:05.122Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:01:05.122Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:01:05.122Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:243af319-8339-452d-b82e-f5df0c561116 Model Version:NULL Model InvariantUuid:ccefbf1b-d939-4466-bb26-f51d37e29c6c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:3bbcf7ac-d700-475f-8308-de1264d5d697 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:2b5007da-9e5d-4385-997b-92409590efd8 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b4773a01-660f-4942-84a9-eb1c337391a2 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:1d72b236-dda1-4f23-9b54-feb4b953a4b2 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:5e599e39-29c5-44eb-9850-4c863e7dab5b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d5456623-2fa3-4c34-8f66-aee99ba36ad8 ModelInvariantUuid:2bb9c6b2-5afd-44d3-beaa-f914bab9e1ad ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:b5fcd404-2661-4cdf-9a84-d0183d662d7a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:906755ac-00e8-406b-93af-80532cd9f26a ModelInvariantUuid:26611b9f-5925-4b86-b4c7-24ae3b8b722b ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:d91370e9-706a-42ab-834b-aff697b2e5d5 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-05-21T06:01:05.130Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: afe7431d-67c4-45e3-b2fb-0635e91b3d79 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-05-21T06:01:05.133Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||basic_cnf 0 2022-05-21T06:01:05.133Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: afe7431d-67c4-45e3-b2fb-0635e91b3d79 2022-05-21T06:01:05.133Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ac71e5c3-3fb5-447a-804b-c8d5be7ad29b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-05-21T06:01:05.134Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-05-21T06:01:05.134Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||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-05-21T06:01:05.179Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-05-21T06:01:05.179Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ac71e5c3-3fb5-447a-804b-c8d5be7ad29b 12 2022-05-21T06:01:05.179Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||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-05-21T06:01:05.179Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||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-05-21T06:01:05.179Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-21T06:01:05.180Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:01:05.181Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:01:05.182Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112865179, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-05-21T06:01:05.282Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:01:05.282Z||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-05-21T06:01:05.282Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:01:05.292Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:01:05.292Z||pool-61-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:01:06.182Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9b669f60-91ca-4e50-8e32-e99284be07d3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-05-21T06:01:06.183Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-05-21T06:01:06.183Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||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-05-21T06:01:06.226Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-05-21T06:01:06.227Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 9b669f60-91ca-4e50-8e32-e99284be07d3 2688 2022-05-21T06:01:06.227Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||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-05-21T06:01:06.227Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||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-05-21T06:01:06.227Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-21T06:01:06.227Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:01:06.229Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:01:06.229Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112866227, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-05-21T06:01:06.329Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:01:06.330Z||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-05-21T06:01:06.330Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:01:06.341Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:01:06.341Z||pool-62-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:01:07.231Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d7618670-070c-4da6-a454-a142e673623d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-05-21T06:01:07.231Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-05-21T06:01:07.231Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||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-05-21T06:01:07.277Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-05-21T06:01:07.278Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json d7618670-070c-4da6-a454-a142e673623d 828 2022-05-21T06:01:07.278Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||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-05-21T06:01:07.278Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||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-05-21T06:01:07.278Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-21T06:01:07.278Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:01:07.280Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:01:07.280Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112867278, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-21T06:01:07.380Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:01:07.381Z||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-05-21T06:01:07.381Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:01:07.390Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:01:07.390Z||pool-63-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:01:08.281Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "1d72b236-dda1-4f23-9b54-feb4b953a4b2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5e599e39-29c5-44eb-9850-4c863e7dab5b", "vfModuleModelCustomizationUUID": "0f01d06b-e647-4c36-a1e9-a8ce942efef4", "isBase": true, "artifacts": [ "89a0cbde-9272-47fa-9c45-2b3672fb3f1a", "9b669f60-91ca-4e50-8e32-e99284be07d3", "a46ec42e-66a0-4093-8297-86e98590b24a" ], "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-05-21T06:01:08.285Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5e599e39-29c5-44eb-9850-4c863e7dab5b VfModuleModelInvariantUUID:1d72b236-dda1-4f23-9b54-feb4b953a4b2 VfModuleModelDescription:NULL Artifacts UUID List:{ 89a0cbde-9272-47fa-9c45-2b3672fb3f1a , 9b669f60-91ca-4e50-8e32-e99284be07d3 , a46ec42e-66a0-4093-8297-86e98590b24a } 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-05-21T06:01:08.287Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "1d72b236-dda1-4f23-9b54-feb4b953a4b2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5e599e39-29c5-44eb-9850-4c863e7dab5b", "vfModuleModelCustomizationUUID": "0f01d06b-e647-4c36-a1e9-a8ce942efef4", "isBase": true, "artifacts": [ "89a0cbde-9272-47fa-9c45-2b3672fb3f1a", "9b669f60-91ca-4e50-8e32-e99284be07d3", "a46ec42e-66a0-4093-8297-86e98590b24a" ], "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-05-21T06:01:08.287Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5e599e39-29c5-44eb-9850-4c863e7dab5b VfModuleModelInvariantUUID:1d72b236-dda1-4f23-9b54-feb4b953a4b2 VfModuleModelDescription:NULL Artifacts UUID List:{ 89a0cbde-9272-47fa-9c45-2b3672fb3f1a , 9b669f60-91ca-4e50-8e32-e99284be07d3 , a46ec42e-66a0-4093-8297-86e98590b24a } 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-05-21T06:01:08.287Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 89a0cbde-9272-47fa-9c45-2b3672fb3f1a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-05-21T06:01:08.287Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-05-21T06:01:08.287Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||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-05-21T06:01:08.330Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-05-21T06:01:08.331Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 89a0cbde-9272-47fa-9c45-2b3672fb3f1a 1164 2022-05-21T06:01:08.331Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||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-05-21T06:01:08.331Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||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-05-21T06:01:08.331Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-21T06:01:08.331Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:01:08.333Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:01:08.334Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112868331, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-05-21T06:01:08.434Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:01:08.434Z||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-05-21T06:01:08.435Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:01:08.445Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:01:08.445Z||pool-64-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:01:09.334Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a46ec42e-66a0-4093-8297-86e98590b24a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-05-21T06:01:09.335Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-05-21T06:01:09.335Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||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-05-21T06:01:09.450Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-05-21T06:01:09.451Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env a46ec42e-66a0-4093-8297-86e98590b24a 200 2022-05-21T06:01:09.451Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||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-05-21T06:01:09.451Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||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-05-21T06:01:09.451Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-21T06:01:09.451Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:01:09.454Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:01:09.454Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112869451, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-05-21T06:01:09.554Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:01:09.554Z||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-05-21T06:01:09.555Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:01:09.565Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:01:09.565Z||pool-65-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:01:10.454Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 243af319-8339-452d-b82e-f5df0c561116 2022-05-21T06:01:10.455Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 afe7431d-67c4-45e3-b2fb-0635e91b3d79 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=? 2022-05-21T06:01:10.470Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select 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-05-21T06:01:10.477Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@32ff40d0, org.onap.sdc.toscaparser.api.parameters.Input@7b3be315, org.onap.sdc.toscaparser.api.parameters.Input@5b0e3ce4, org.onap.sdc.toscaparser.api.parameters.Input@43070cdd, org.onap.sdc.toscaparser.api.parameters.Input@b362dad] 2022-05-21T06:01:10.478Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:01:10.478Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:01:10.478Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-05-21T06:01:10.478Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= b4773a01-660f-4942-84a9-eb1c337391a2 2022-05-21T06:01:10.478Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b4773a01-660f-4942-84a9-eb1c337391a2 matches Tosca VF Customization UUID: b4773a01-660f-4942-84a9-eb1c337391a2 2022-05-21T06:01:10.478Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: b4773a01-660f-4942-84a9-eb1c337391a2 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-05-21T06:01:10.480Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:01:10.480Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:01:10.481Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id b4773a01-660f-4942-84a9-eb1c337391a2: {\"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-05-21T06:01:10.481Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7e68211c 2022-05-21T06:01:10.481Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:01:10.481Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-21T06:01:10.481Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0f01d06b-e647-4c36-a1e9-a8ce942efef4 2022-05-21T06:01:10.482Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0f01d06b-e647-4c36-a1e9-a8ce942efef4 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-05-21T06:01:10.484Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:01:10.484Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-21T06:01:10.484Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-21T06:01:10.484Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:01:10.485Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-21T06:01:10.485Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-21T06:01:10.485Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:01:10.485Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-05-21T06:01:10.485Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-05-21T06:01:10.485Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=d5456623-2fa3-4c34-8f66-aee99ba36ad8 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-05-21T06:01:10.487Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:01:10.488Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-21T06:01:10.488Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-21T06:01:10.488Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:01:10.488Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-21T06:01:10.488Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=b4773a01-660f-4942-84a9-eb1c337391a2 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-05-21T06:01:10.490Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:01:10.490Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:01:10.490Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 243af319-8339-452d-b82e-f5df0c561116: basic_cnf 2022-05-21T06:01:10.490Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:01:10.490Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:01:10.490Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:01:10.491Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:01:10.491Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:01:10.491Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:01:10.491Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:01:10.491Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:01:10.491Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:01:10.491Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:01:10.492Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||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-05-21T06:01:10.558Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf afe7431d-67c4-45e3-b2fb-0635e91b3d79 1 ASDC deployResourceStructure 2022-05-21T06:01:10.558Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||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-05-21T06:01:10.558Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||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-05-21T06:01:10.558Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-21T06:01:10.559Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:01:10.561Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:01:10.561Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112870558, "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-05-21T06:01:10.661Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:01:10.662Z||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-05-21T06:01:10.662Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:01:10.672Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:01:10.672Z||pool-66-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:01:11.562Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||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-05-21T06:01:11.562Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||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-05-21T06:01:11.562Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-21T06:01:11.562Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:01:11.564Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:01:11.564Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112871561, "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-05-21T06:01:11.664Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:01:11.665Z||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-05-21T06:01:11.665Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:01:11.675Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:01:11.676Z||pool-67-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:01:12.565Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||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-05-21T06:01:12.565Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||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-05-21T06:01:12.565Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-21T06:01:12.566Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:01:12.568Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:01:12.568Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112872564, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-05-21T06:01:12.668Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:01:12.669Z||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-05-21T06:01:12.669Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:01:12.680Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:01:12.681Z||pool-68-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:01:13.569Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||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-05-21T06:01:13.570Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||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-05-21T06:01:13.570Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-21T06:01:13.570Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:01:13.572Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:01:13.573Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112873569, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-05-21T06:01:13.673Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:01:13.674Z||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-05-21T06:01:13.674Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:01:13.684Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:01:13.685Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:01:14.574Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||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-05-21T06:01:14.574Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||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-05-21T06:01:14.574Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-21T06:01:14.574Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:01:14.576Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:01:14.577Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112874574, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-05-21T06:01:14.677Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:01:14.677Z||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-05-21T06:01:14.678Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:01:14.688Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:01:14.688Z||pool-70-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:01:15.577Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-05-21T06:01:15.578Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-21T06:01:15.578Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-21T06:01:15.578Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:01:15.580Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:01:15.580Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112875577, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T06:01:15.680Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:01:15.682Z||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-05-21T06:01:15.682Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:01:15.692Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:01:15.692Z||pool-71-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:01:16.581Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 29c4cf86-af63-4ff2-aa6f-789399eee43c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-21T06:01:16.595Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 29c4cf86-af63-4ff2-aa6f-789399eee43c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-21T06:01:16.598Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-21T06:01:16.598Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-21T06:01:16.599Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-21T06:01:16.599Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-21T06:01:16.599Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T06:01:16.599Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T06:01:16.599Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T06:01:16.599Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T06:01:16.599Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T06:01:16.599Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T06:01:16.599Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||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-05-21T06:01:16.605Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-21T06:01:46.605Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 29c4cf86-af63-4ff2-aa6f-789399eee43c 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-05-21T06:01:46.612Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 29c4cf86-af63-4ff2-aa6f-789399eee43c and serviceModelVersionId: 243af319-8339-452d-b82e-f5df0c561116 2022-05-21T06:01:46.612Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ccefbf1b-d939-4466-bb26-f51d37e29c6c 2022-05-21T06:01:46.613Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ccefbf1b-d939-4466-bb26-f51d37e29c6c/model-vers/model-ver/243af319-8339-452d-b82e-f5df0c561116?depth=0 2022-05-21T06:01:46.619Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-05-21T06:01:46.647Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccefbf1b-d939-4466-bb26-f51d37e29c6c/model-vers/model-ver/243af319-8339-452d-b82e-f5df0c561116?depth=0|INFO|500||Invoke 2022-05-21T06:01:46.647Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccefbf1b-d939-4466-bb26-f51d37e29c6c/model-vers/model-ver/243af319-8339-452d-b82e-f5df0c561116?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccefbf1b-d939-4466-bb26-f51d37e29c6c/model-vers/model-ver/243af319-8339-452d-b82e-f5df0c561116?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[29c4cf86-af63-4ff2-aa6f-789399eee43c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3194ee89-72b1-48f7-93ff-a2a52afba0bf], X-ECOMP-RequestID=[29c4cf86-af63-4ff2-aa6f-789399eee43c], X-TransactionId=[], X-ONAP-RequestID=[29c4cf86-af63-4ff2-aa6f-789399eee43c], Content-Type=[application/merge-patch+json]} 2022-05-21T06:01:46.667Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccefbf1b-d939-4466-bb26-f51d37e29c6c/model-vers/model-ver/243af319-8339-452d-b82e-f5df0c561116?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-21T06:01:47.335Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccefbf1b-d939-4466-bb26-f51d37e29c6c/model-vers/model-ver/243af319-8339-452d-b82e-f5df0c561116?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/ccefbf1b-d939-4466-bb26-f51d37e29c6c/model-vers/model-ver/243af319-8339-452d-b82e-f5df0c561116?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220521-06:01:46:673-76868], vertex-id=[200904], Content-Length=[0], Date=[Sat, 21 May 2022 06:01:46 GMT], Content-Type=[application/json]} 2022-05-21T06:01:47.335Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccefbf1b-d939-4466-bb26-f51d37e29c6c/model-vers/model-ver/243af319-8339-452d-b82e-f5df0c561116?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-21T06:01:47.336Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccefbf1b-d939-4466-bb26-f51d37e29c6c/model-vers/model-ver/243af319-8339-452d-b82e-f5df0c561116?depth=0|INFO|500||InvokeReturn 2022-05-21T06:01:47.336Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-21T06:01:47.337Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||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-05-21T06:01:47.341Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||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-05-21T06:01:47.342Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 29c4cf86-af63-4ff2-aa6f-789399eee43c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-21T06:01:47.342Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-21T06:01:47.342Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:01:47.344Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:01:47.344Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112907342, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-21T06:01:47.444Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:01:47.445Z||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-05-21T06:01:47.445Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:01:47.459Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:01:47.459Z||pool-72-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-21T06:01:53.411Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:01:53.411Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-21T06:01:53.411Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:01:53.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:01:53.413Z||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-05-21T06:01:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:01:53.532Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:01:53.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-21T06:01:53.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112853411, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:01:53.533Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-21T06:02:02.944Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:02:53.411Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:02:53.411Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-21T06:02:53.411Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:02:53.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:02:53.413Z||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-05-21T06:02:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:02:53.934Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:02:53.935Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-21T06:02:53.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112853411, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-05-21T06:02:53.935Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-21T06:02:53.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-21T06:02:53.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112853411, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-05-21T06:02:53.936Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-21T06:02:53.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-21T06:02:53.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112853411, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-21T06:02:53.936Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-21T06:02:53.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-21T06:02:53.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112853411, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-21T06:02:53.936Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-21T06:02:53.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-21T06:02:53.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112853411, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:02:53.937Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-21T06:02:53.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-21T06:02:53.937Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112853411, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-05-21T06:02:53.937Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-21T06:02:53.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-21T06:02:53.937Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112853411, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T06:02:53.937Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-21T06:02:53.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-21T06:02:53.937Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112853411, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-21T06:02:53.937Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-21T06:02:53.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-21T06:02:53.937Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112863181, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T06:02:53.938Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:02:53.938Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-21T06:02:53.938Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112865179, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-05-21T06:02:53.938Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:02:53.938Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-21T06:02:53.938Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112866227, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-05-21T06:02:53.938Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:02:53.938Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-21T06:02:53.938Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112867278, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-21T06:02:53.938Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:02:53.938Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-21T06:02:53.938Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112868331, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-05-21T06:02:53.938Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:02:53.939Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-21T06:02:53.939Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112869451, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-05-21T06:02:53.939Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:02:53.939Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-21T06:02:53.939Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112870558, "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-05-21T06:02:53.939Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:02:53.939Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-21T06:02:53.939Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112871561, "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-05-21T06:02:53.939Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:02:53.939Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-21T06:02:53.939Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112872564, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-05-21T06:02:53.939Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:02:53.939Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-21T06:02:53.939Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112873569, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-05-21T06:02:53.940Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:02:53.940Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-21T06:02:53.940Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112874574, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-05-21T06:02:53.940Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:02:53.940Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-21T06:02:53.940Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112875577, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T06:02:53.940Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:02:53.940Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-21T06:02:53.940Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29c4cf86-af63-4ff2-aa6f-789399eee43c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653112907342, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-21T06:02:53.940Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:03:02.950Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:03:53.411Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:03:53.411Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-21T06:03:53.411Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:03:53.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:03:53.413Z||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-05-21T06:03:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:03:53.539Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:03:53.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "multicloud-k8s-id", "timestamp": 1653113008463, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:03:53.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:03:53.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "policy-id", "timestamp": 1653113009726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:03:53.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:03:53.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "multicloud-k8s-id", "timestamp": 1653113008463, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-21T06:03:53.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:03:53.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "policy-id", "timestamp": 1653113009726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-21T06:03:53.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:03:53.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113012412, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:03:53.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:03:53.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "clamp", "timestamp": 1653113012966, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:03:53.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:03:53.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "multicloud-k8s-id", "timestamp": 1653113008463, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-21T06:03:53.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:03:53.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "policy-id", "timestamp": 1653113009726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-21T06:03:53.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:03:53.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113012412, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-21T06:03:53.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:03:53.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "cds", "timestamp": 1653113013711, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:03:53.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:03:53.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "clamp", "timestamp": 1653113012966, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-21T06:03:53.546Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:03:53.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "multicloud-k8s-id", "timestamp": 1653113008463, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:03:53.546Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:03:53.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "policy-id", "timestamp": 1653113009726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:03:53.546Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:03:53.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113012412, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-21T06:03:53.547Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:03:53.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "cds", "timestamp": 1653113013711, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-21T06:03:53.547Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:03:53.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "clamp", "timestamp": 1653113012966, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-21T06:03:53.547Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:03:53.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "multicloud-k8s-id", "timestamp": 1653113008463, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:03:53.547Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:03:53.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "policy-id", "timestamp": 1653113009726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:03:53.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:03:53.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113012412, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:03:53.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:03:53.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "cds", "timestamp": 1653113013711, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-21T06:03:53.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:03:53.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "clamp", "timestamp": 1653113012966, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:03:53.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:03:53.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "multicloud-k8s-id", "timestamp": 1653113008463, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:03:53.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:03:53.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "policy-id", "timestamp": 1653113009726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:03:53.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:03:53.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113012412, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:03:53.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:03:53.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "cds", "timestamp": 1653113013711, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:03:53.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:03:53.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "clamp", "timestamp": 1653113012966, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:03:53.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:03:53.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "multicloud-k8s-id", "timestamp": 1653113008463, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/artifacts/service-DemoPnfOxsyiyktenvg1fv6qo6f-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T06:03:53.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:03:53.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "policy-id", "timestamp": 1653113009726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/artifacts/service-DemoPnfOxsyiyktenvg1fv6qo6f-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T06:03:53.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:03:53.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113012412, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:03:53.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:03:53.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "cds", "timestamp": 1653113013711, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:03:53.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:03:53.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "clamp", "timestamp": 1653113012966, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:03:53.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:03:53.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "multicloud-k8s-id", "timestamp": 1653113008463, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/artifacts/service-DemoPnfOxsyiyktenvg1fv6qo6f-csar.csar", "status": "NOTIFIED" } 2022-05-21T06:03:53.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:03:53.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "policy-id", "timestamp": 1653113009726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/artifacts/service-DemoPnfOxsyiyktenvg1fv6qo6f-csar.csar", "status": "NOTIFIED" } 2022-05-21T06:03:53.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:03:53.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113012412, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/artifacts/service-DemoPnfOxsyiyktenvg1fv6qo6f-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T06:03:53.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:03:53.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "cds", "timestamp": 1653113013711, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:03:53.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:03:53.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "clamp", "timestamp": 1653113012966, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/artifacts/service-DemoPnfOxsyiyktenvg1fv6qo6f-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T06:03:53.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:03:53.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "policy-id", "timestamp": 1653113019946, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/artifacts/service-DemoPnfOxsyiyktenvg1fv6qo6f-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T06:03:53.552Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:03:53.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113012412, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/artifacts/service-DemoPnfOxsyiyktenvg1fv6qo6f-csar.csar", "status": "NOTIFIED" } 2022-05-21T06:03:53.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:03:53.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "cds", "timestamp": 1653113013711, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/artifacts/service-DemoPnfOxsyiyktenvg1fv6qo6f-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T06:03:53.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:03:53.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "clamp", "timestamp": 1653113012966, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/artifacts/service-DemoPnfOxsyiyktenvg1fv6qo6f-csar.csar", "status": "NOTIFIED" } 2022-05-21T06:03:53.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:03:53.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "ves-openapi-manager", "timestamp": 1653113020270, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:03:53.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:03:53.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "policy-id", "timestamp": 1653113020949, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/artifacts/service-DemoPnfOxsyiyktenvg1fv6qo6f-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T06:03:53.553Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:03:53.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "cds", "timestamp": 1653113013711, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/artifacts/service-DemoPnfOxsyiyktenvg1fv6qo6f-csar.csar", "status": "NOTIFIED" } 2022-05-21T06:03:53.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:03:53.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113021355, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/artifacts/service-DemoPnfOxsyiyktenvg1fv6qo6f-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T06:03:53.553Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:03:53.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "ves-openapi-manager", "timestamp": 1653113020270, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-21T06:03:53.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:03:53.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "policy-id", "timestamp": 1653113021951, "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-05-21T06:03:53.571Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 630c254b-0d33-4bd5-adf2-b1b0952710be 2022-05-21T06:03:53.571Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 630c254b-0d33-4bd5-adf2-b1b0952710be 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-05-21T06:03:53.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "cds", "timestamp": 1653113022548, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/artifacts/service-DemoPnfOxsyiyktenvg1fv6qo6f-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T06:03:53.580Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:03:53.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "ves-openapi-manager", "timestamp": 1653113020270, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-21T06:03:53.580Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:03:53.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113023484, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/artifacts/service-DemoPnfOxsyiyktenvg1fv6qo6f-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T06:03:53.581Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:03:53.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "cds", "timestamp": 1653113023553, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/artifacts/service-DemoPnfOxsyiyktenvg1fv6qo6f-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-05-21T06:03:53.586Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 630c254b-0d33-4bd5-adf2-b1b0952710be 2022-05-21T06:03:53.587Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 630c254b-0d33-4bd5-adf2-b1b0952710be 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-05-21T06:03:53.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "ves-openapi-manager", "timestamp": 1653113020270, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:03:53.595Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:03:53.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "clamp", "timestamp": 1653113023908, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/artifacts/service-DemoPnfOxsyiyktenvg1fv6qo6f-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T06:03:53.595Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:03:53.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113024487, "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-05-21T06:03:53.599Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 630c254b-0d33-4bd5-adf2-b1b0952710be 2022-05-21T06:03:53.599Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 630c254b-0d33-4bd5-adf2-b1b0952710be 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-05-21T06:03:53.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "ves-openapi-manager", "timestamp": 1653113020270, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:03:53.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:03:53.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "clamp", "timestamp": 1653113025467, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/artifacts/service-DemoPnfOxsyiyktenvg1fv6qo6f-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T06:03:53.608Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:03:53.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "ves-openapi-manager", "timestamp": 1653113020270, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-05-21T06:03:53.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:03:53.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "clamp", "timestamp": 1653113026471, "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-05-21T06:03:53.612Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 630c254b-0d33-4bd5-adf2-b1b0952710be 2022-05-21T06:03:53.612Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 630c254b-0d33-4bd5-adf2-b1b0952710be 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-05-21T06:03:53.621Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.621Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "ves-openapi-manager", "timestamp": 1653113020270, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/artifacts/service-DemoPnfOxsyiyktenvg1fv6qo6f-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T06:03:53.621Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:03:53.621Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.621Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "aai-ml", "timestamp": 1653113026744, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:03:53.622Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:03:53.622Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.622Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "ves-openapi-manager", "timestamp": 1653113020270, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/artifacts/service-DemoPnfOxsyiyktenvg1fv6qo6f-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-21T06:03:53.622Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:03:53.622Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.622Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "aai-ml", "timestamp": 1653113026744, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-21T06:03:53.622Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:03:53.622Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.622Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "ves-openapi-manager", "timestamp": 1653113029116, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-05-21T06:03:53.622Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:03:53.622Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.622Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "aai-ml", "timestamp": 1653113026744, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-21T06:03:53.623Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:03:53.623Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.623Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "ves-openapi-manager", "timestamp": 1653113030133, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-05-21T06:03:53.623Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:03:53.623Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.623Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "aai-ml", "timestamp": 1653113026744, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:03:53.623Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:03:53.623Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.623Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "ves-openapi-manager", "timestamp": 1653113031135, "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-05-21T06:03:53.629Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 630c254b-0d33-4bd5-adf2-b1b0952710be 2022-05-21T06:03:53.629Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 630c254b-0d33-4bd5-adf2-b1b0952710be 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-05-21T06:03:53.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "aai-ml", "timestamp": 1653113026744, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:03:53.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:03:53.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:03:53.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "aai-ml", "timestamp": 1653113026744, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:03:53.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:03:54.053Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:03:54.054Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-21T06:03:54.054Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"630c254b-0d33-4bd5-adf2-b1b0952710be","serviceName":"Demo_pNF_OXSYIykTenVG1FV6qO6F","serviceVersion":"1.0","serviceUUID":"c0603f2e-c454-49c4-8dd6-e6ebda814933","serviceDescription":"catalog service description","serviceInvariantUUID":"123b8de5-8eb6-477a-9afc-585dfb850977","resources":[{"resourceInstanceName":"pNF 7000e30b-15b8 0","resourceName":"pNF 7000e30b-15b8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b468cb6c-72fb-4b1d-9824-45664f521109","resourceInvariantUUID":"1140beb3-a0e2-42cd-9be3-3eeff64bfb6c","resourceCustomizationUUID":"6366afe8-cec3-424e-bbb1-b51dbd26607f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/vf-license-model.xml","artifactChecksum":"ZjNlNzMyYzRlZGVkNTQ3ZjQyZDQ0YmU4YWNiZWI0Y2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d0f552f5-b50b-4d58-8f2c-214a28ec02a1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/pNF.csar","artifactChecksum":"MDVmMzY2YjI4M2NmZjU0MGNkN2EwMzc1MWFlYjVhZmY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"96747a80-ed4a-4a24-9c78-380bafbad3ab","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a6cda9aa-1634-4bbb-b85d-5c077ba4a180","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/vendor-license-model.xml","artifactChecksum":"NTUxY2EwZmQyOTE4ZWU4ZGFjYzFmOGQzMWI2MDRmMDk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a7c766af-f805-4aa4-a10a-edb767274c0c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"27471bec-24f8-421c-bfa5-d09fd95c974a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4dabe792-ec3d-4fc7-ab1f-5c74bbd2dbd7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfOxsyiyktenvg1fv6qo6f-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/artifacts/service-DemoPnfOxsyiyktenvg1fv6qo6f-template.yml","artifactChecksum":"NzdjZmUwZDA3ZmNhMTUzOThlOWMyMjVkNGI0ZjRkYzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d4eb0099-e77c-4085-8159-53b3afe2e339","artifactVersion":"1"},{"artifactName":"service-DemoPnfOxsyiyktenvg1fv6qo6f-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/artifacts/service-DemoPnfOxsyiyktenvg1fv6qo6f-csar.csar","artifactChecksum":"ZTI2YWY2NmI5N2YyZTg3YmQ0YmViNzY5NjE2M2E3Y2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8bbd2187-aa13-4bb1-8fe5-f90b9c8e2279","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-21T06:03:54.056Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T06:03:54.056Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:03:54.058Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:03:54.058Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113033411, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:03:54.159Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:03:54.159Z||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-05-21T06:03:54.160Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:03:54.168Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:03:54.169Z||pool-73-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-05-21T06:03:55.059Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T06:03:55.059Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:03:55.062Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:03:55.062Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113033411, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-21T06:03:55.162Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:03:55.163Z||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-05-21T06:03:55.163Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:03:55.172Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:03:55.172Z||pool-74-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:03:56.062Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T06:03:56.063Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:03:56.065Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:03:56.065Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113033411, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-21T06:03:56.165Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:03:56.166Z||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-05-21T06:03:56.167Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:03:56.176Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:03:56.177Z||pool-75-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-05-21T06:03:57.066Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T06:03:57.067Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:03:57.069Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:03:57.069Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113033411, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:03:57.169Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:03:57.170Z||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-05-21T06:03:57.170Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:03:57.181Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:03:57.181Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:03:58.070Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T06:03:58.071Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:03:58.073Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:03:58.073Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113033411, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:03:58.173Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:03:58.174Z||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-05-21T06:03:58.174Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:03:58.183Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:03:58.183Z||pool-77-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:03:59.074Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T06:03:59.075Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:03:59.077Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:03:59.077Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113033411, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:03:59.177Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:03:59.178Z||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-05-21T06:03:59.178Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:03:59.188Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:03:59.189Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:04:00.078Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T06:04:00.078Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:04:00.081Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:04:00.081Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113033411, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/artifacts/service-DemoPnfOxsyiyktenvg1fv6qo6f-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T06:04:00.181Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:04:00.182Z||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-05-21T06:04:00.182Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:04:00.192Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:04:00.192Z||pool-79-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:04:01.082Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T06:04:01.082Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:04:01.084Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:04:01.084Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113033411, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/artifacts/service-DemoPnfOxsyiyktenvg1fv6qo6f-csar.csar", "status": "NOTIFIED" } 2022-05-21T06:04:01.185Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-21T06:04:01.185Z||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-05-21T06:04:01.185Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:04:01.196Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:04:01.196Z||pool-80-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:04:02.085Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "serviceName": "Demo_pNF_OXSYIykTenVG1FV6qO6F", "serviceVersion": "1.0", "serviceUUID": "c0603f2e-c454-49c4-8dd6-e6ebda814933", "serviceDescription": "catalog service description", "serviceInvariantUUID": "123b8de5-8eb6-477a-9afc-585dfb850977", "resources": [ { "resourceInstanceName": "pNF 7000e30b-15b8 0", "resourceCustomizationUUID": "6366afe8-cec3-424e-bbb1-b51dbd26607f", "resourceName": "pNF 7000e30b-15b8", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "b468cb6c-72fb-4b1d-9824-45664f521109", "resourceInvariantUUID": "1140beb3-a0e2-42cd-9be3-3eeff64bfb6c", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfOxsyiyktenvg1fv6qo6f-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/artifacts/service-DemoPnfOxsyiyktenvg1fv6qo6f-csar.csar", "artifactChecksum": "ZTI2YWY2NmI5N2YyZTg3YmQ0YmViNzY5NjE2M2E3Y2M\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8bbd2187-aa13-4bb1-8fe5-f90b9c8e2279" } ], "workloadContext": "Production" } 2022-05-21T06:04:02.086Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-21T06:04:02.086Z|29c4cf86-af63-4ff2-aa6f-789399eee43c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c0603f2e-c454-49c4-8dd6-e6ebda814933 ASDC 2022-05-21T06:04:02.086Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:630c254b-0d33-4bd5-adf2-b1b0952710be ServiceName:Demo_pNF_OXSYIykTenVG1FV6qO6F ServiceVersion:1.0 ServiceUUID:c0603f2e-c454-49c4-8dd6-e6ebda814933 ServiceInvariantUUID:123b8de5-8eb6-477a-9afc-585dfb850977 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfOxsyiyktenvg1fv6qo6f-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/artifacts/service-DemoPnfOxsyiyktenvg1fv6qo6f-csar.csar ArtifactUUID:8bbd2187-aa13-4bb1-8fe5-f90b9c8e2279 ArtifactChecksum:ZTI2YWY2NmI5N2YyZTg3YmQ0YmViNzY5NjE2M2E3Y2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 7000e30b-15b8 0 ResourceCustomizationUUID:6366afe8-cec3-424e-bbb1-b51dbd26607f ResourceInvariantUUID:1140beb3-a0e2-42cd-9be3-3eeff64bfb6c ResourceName:pNF 7000e30b-15b8 ResourceType:PNF ResourceUUID:b468cb6c-72fb-4b1d-9824-45664f521109 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-05-21T06:04:02.087Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c0603f2e-c454-49c4-8dd6-e6ebda814933 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-05-21T06:04:02.115Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-21T06:04:02.115Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-05-21T06:04:02.115Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-05-21T06:04:02.115Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8bbd2187-aa13-4bb1-8fe5-f90b9c8e2279 from URL: /sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/artifacts/service-DemoPnfOxsyiyktenvg1fv6qo6f-csar.csar 2022-05-21T06:04:02.115Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-05-21T06:04:02.115Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/artifacts/service-DemoPnfOxsyiyktenvg1fv6qo6f-csar.csar 2022-05-21T06:04:02.176Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-05-21T06:04:02.181Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/artifacts/service-DemoPnfOxsyiyktenvg1fv6qo6f-csar.csar 8bbd2187-aa13-4bb1-8fe5-f90b9c8e2279 82646 2022-05-21T06:04:02.181Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/artifacts/service-DemoPnfOxsyiyktenvg1fv6qo6f-csar.csar ASDC sendASDCNotification 2022-05-21T06:04:02.182Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/artifacts/service-DemoPnfOxsyiyktenvg1fv6qo6f-csar.csar 2022-05-21T06:04:02.182Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-21T06:04:02.182Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:04:02.184Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:04:02.184Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113042181, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/artifacts/service-DemoPnfOxsyiyktenvg1fv6qo6f-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T06:04:02.284Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:04:02.285Z||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-05-21T06:04:02.285Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:04:02.296Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:04:02.296Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:04:03.184Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-21T06:04:03.185Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-05-21T06:04:03.185Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 8bbd2187-aa13-4bb1-8fe5-f90b9c8e2279, URL: /sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/artifacts/service-DemoPnfOxsyiyktenvg1fv6qo6f-csar.csar to file: /app/ASDC/1/service-DemoPnfOxsyiyktenvg1fv6qo6f-csar.csar 2022-05-21T06:04:03.186Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfOxsyiyktenvg1fv6qo6f-csar.csar 2022-05-21T06:04:03.186Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfOxsyiyktenvg1fv6qo6f-csar.csar 2022-05-21T06:04:03.186Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfOxsyiyktenvg1fv6qo6f-csar.csar 2022-05-21T06:04:03.269Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6538107644811437453/Definitions/service-DemoPnfOxsyiyktenvg1fv6qo6f-template.yml 2022-05-21T06:04:03.808Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-21T06:04:03.808Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-05-21T06:04:03.808Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfOxsyiyktenvg1fv6qo6f-csar.csar 2022-05-21T06:04:03.808Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-05-21T06:04:03.809Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||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-DemoPnfOxsyiyktenvg1fv6qo6f-csar.csar 2022-05-21T06:04:03.809Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfOxsyiyktenvg1fv6qo6f-csar.csar 2022-05-21T06:04:03.809Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||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-DemoPnfOxsyiyktenvg1fv6qo6f-csar.csar 2022-05-21T06:04:03.809Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||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-DemoPnfOxsyiyktenvg1fv6qo6f-csar.csar 2022-05-21T06:04:03.809Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||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-DemoPnfOxsyiyktenvg1fv6qo6f-csar.csar 2022-05-21T06:04:03.809Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7000e30b-15b8 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-DemoPnfOxsyiyktenvg1fv6qo6f-csar.csar 2022-05-21T06:04:03.809Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||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-DemoPnfOxsyiyktenvg1fv6qo6f-csar.csar 2022-05-21T06:04:03.809Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-05-21T06:04:03.809Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:04:03.809Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_OXSYIykTenVG1FV6qO6F is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:04:03.809Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||Node template pNF 7000e30b-15b8 0 is matching search criteria 2022-05-21T06:04:03.810Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-05-21T06:04:03.810Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 7000e30b-15b8 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-21T06:04:03.810Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:04:03.810Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_OXSYIykTenVG1FV6qO6F is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:04:03.810Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||Node template pNF 7000e30b-15b8 0 is matching search criteria 2022-05-21T06:04:03.810Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-05-21T06:04:03.810Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 7000e30b-15b8 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-21T06:04:03.810Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:04:03.811Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_OXSYIykTenVG1FV6qO6F is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:04:03.811Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:04:03.811Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_OXSYIykTenVG1FV6qO6F is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:04:03.811Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:04:03.811Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_OXSYIykTenVG1FV6qO6F is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:04:03.811Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:04:03.811Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_OXSYIykTenVG1FV6qO6F is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:04:03.811Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:04:03.811Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_OXSYIykTenVG1FV6qO6F is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:04:03.811Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_OXSYIykTenVG1FV6qO6F Description:catalog service description Model UUID:c0603f2e-c454-49c4-8dd6-e6ebda814933 Model Version:NULL Model InvariantUuid:123b8de5-8eb6-477a-9afc-585dfb850977 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-05-21T06:04:03.820Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: b468cb6c-72fb-4b1d-9824-45664f521109 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-05-21T06:04:03.822Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500||pNF 7000e30b-15b8 0 2022-05-21T06:04:03.823Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b468cb6c-72fb-4b1d-9824-45664f521109 2022-05-21T06:04:03.823Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||No resources found for Service: c0603f2e-c454-49c4-8dd6-e6ebda814933 2022-05-21T06:04:03.823Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: c0603f2e-c454-49c4-8dd6-e6ebda814933 2022-05-21T06:04:03.823Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 7000e30b-15b8 0 b468cb6c-72fb-4b1d-9824-45664f521109 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-05-21T06:04:03.828Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7504e166, org.onap.sdc.toscaparser.api.parameters.Input@3c6cf3c2, org.onap.sdc.toscaparser.api.parameters.Input@5d801f04, org.onap.sdc.toscaparser.api.parameters.Input@21285d4e, org.onap.sdc.toscaparser.api.parameters.Input@73f597dc] 2022-05-21T06:04:03.828Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:04:03.829Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_OXSYIykTenVG1FV6qO6F is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:04:03.829Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid c0603f2e-c454-49c4-8dd6-e6ebda814933: pNF 7000e30b-15b8 2022-05-21T06:04:03.829Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500||Processing PNF resource: b468cb6c-72fb-4b1d-9824-45664f521109 2022-05-21T06:04:03.829Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:04:03.829Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_OXSYIykTenVG1FV6qO6F is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:04:03.829Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500||Resource customization UUID: 6366afe8-cec3-424e-bbb1-b51dbd26607f is the same as notified resource customizationUUID: 6366afe8-cec3-424e-bbb1-b51dbd26607f 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-05-21T06:04:03.865Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 7000e30b-15b8 b468cb6c-72fb-4b1d-9824-45664f521109 0 ASDC deployResourceStructure 2022-05-21T06:04:03.865Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/artifacts/service-DemoPnfOxsyiyktenvg1fv6qo6f-csar.csar ASDC sendASDCNotification 2022-05-21T06:04:03.865Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/artifacts/service-DemoPnfOxsyiyktenvg1fv6qo6f-csar.csar 2022-05-21T06:04:03.865Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-21T06:04:03.866Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:04:03.868Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:04:03.868Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113043865, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/artifacts/service-DemoPnfOxsyiyktenvg1fv6qo6f-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T06:04:03.968Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:04:03.969Z||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-05-21T06:04:03.969Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:04:03.979Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:04:03.979Z||pool-82-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-05-21T06:04:04.868Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 630c254b-0d33-4bd5-adf2-b1b0952710be Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-21T06:04:04.882Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 630c254b-0d33-4bd5-adf2-b1b0952710be Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-21T06:04:04.885Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-21T06:04:04.885Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-21T06:04:04.885Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-21T06:04:34.886Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 630c254b-0d33-4bd5-adf2-b1b0952710be Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-21T06:04:34.898Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 630c254b-0d33-4bd5-adf2-b1b0952710be Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-21T06:04:34.900Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-21T06:04:34.900Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-21T06:04:34.900Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-21T06:04:53.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:04:53.413Z||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-05-21T06:04:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:04:53.434Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:04:53.434Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:04:53.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "aai-ml", "timestamp": 1653113026744, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/artifacts/service-DemoPnfOxsyiyktenvg1fv6qo6f-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T06:04:53.435Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:05:04.901Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 630c254b-0d33-4bd5-adf2-b1b0952710be Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-21T06:05:04.913Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 630c254b-0d33-4bd5-adf2-b1b0952710be Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-21T06:05:04.916Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-21T06:05:04.916Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-21T06:05:04.916Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-21T06:05:34.916Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 630c254b-0d33-4bd5-adf2-b1b0952710be Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-21T06:05:34.928Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 630c254b-0d33-4bd5-adf2-b1b0952710be Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-21T06:05:34.930Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-21T06:05:34.931Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-21T06:05:34.931Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-21T06:05:53.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:05:53.413Z||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-05-21T06:05:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:05:53.935Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:05:53.935Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:05:53.935Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113033411, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:05:53.935Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:05:53.936Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:05:53.936Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "aai-ml", "timestamp": 1653113026744, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/artifacts/service-DemoPnfOxsyiyktenvg1fv6qo6f-csar.csar", "status": "NOTIFIED" } 2022-05-21T06:05:53.936Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:05:53.936Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:05:53.936Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113033411, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-21T06:05:53.936Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:05:53.936Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:05:53.936Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "aai-ml", "timestamp": 1653113035602, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/artifacts/service-DemoPnfOxsyiyktenvg1fv6qo6f-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T06:05:53.936Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:05:53.936Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:05:53.936Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113033411, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-21T06:05:53.936Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:05:53.936Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:05:53.936Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113033411, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:05:53.936Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:05:53.936Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:05:53.936Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113033411, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:05:53.936Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:05:53.936Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:05:53.936Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113033411, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/resourceInstances/pnf7000e30b15b80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:05:53.937Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:05:53.937Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:05:53.937Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "aai-ml", "timestamp": 1653113039676, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/artifacts/service-DemoPnfOxsyiyktenvg1fv6qo6f-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T06:05:53.937Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:05:53.937Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:05:53.937Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113033411, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/artifacts/service-DemoPnfOxsyiyktenvg1fv6qo6f-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T06:05:53.937Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:05:53.937Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:05:53.937Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "aai-ml", "timestamp": 1653113040679, "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-05-21T06:05:53.944Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 630c254b-0d33-4bd5-adf2-b1b0952710be 2022-05-21T06:05:53.944Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 630c254b-0d33-4bd5-adf2-b1b0952710be 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-05-21T06:05:53.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:05:53.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113033411, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/artifacts/service-DemoPnfOxsyiyktenvg1fv6qo6f-csar.csar", "status": "NOTIFIED" } 2022-05-21T06:05:53.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:05:53.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:05:53.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113042181, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/artifacts/service-DemoPnfOxsyiyktenvg1fv6qo6f-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T06:05:53.954Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:05:53.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:05:53.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113043865, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxsyiyktenvg1fv6qo6f/1.0/artifacts/service-DemoPnfOxsyiyktenvg1fv6qo6f-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T06:05:53.954Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:06:04.931Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 630c254b-0d33-4bd5-adf2-b1b0952710be Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-21T06:06:04.945Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 630c254b-0d33-4bd5-adf2-b1b0952710be Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-21T06:06:04.948Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-21T06:06:04.948Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-21T06:06:04.948Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-21T06:06:04.948Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-21T06:06:04.948Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T06:06:04.948Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T06:06:04.948Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T06:06:04.948Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T06:06:04.948Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T06:06:04.948Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T06:06:04.948Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T06:06:04.948Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||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-05-21T06:06:04.953Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-21T06:06:34.954Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 630c254b-0d33-4bd5-adf2-b1b0952710be 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-05-21T06:06:34.959Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 630c254b-0d33-4bd5-adf2-b1b0952710be and serviceModelVersionId: c0603f2e-c454-49c4-8dd6-e6ebda814933 2022-05-21T06:06:34.960Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 123b8de5-8eb6-477a-9afc-585dfb850977 2022-05-21T06:06:34.961Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/123b8de5-8eb6-477a-9afc-585dfb850977/model-vers/model-ver/c0603f2e-c454-49c4-8dd6-e6ebda814933?depth=0 2022-05-21T06:06:34.966Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-05-21T06:06:34.998Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/123b8de5-8eb6-477a-9afc-585dfb850977/model-vers/model-ver/c0603f2e-c454-49c4-8dd6-e6ebda814933?depth=0|INFO|500||Invoke 2022-05-21T06:06:34.998Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/123b8de5-8eb6-477a-9afc-585dfb850977/model-vers/model-ver/c0603f2e-c454-49c4-8dd6-e6ebda814933?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/123b8de5-8eb6-477a-9afc-585dfb850977/model-vers/model-ver/c0603f2e-c454-49c4-8dd6-e6ebda814933?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[630c254b-0d33-4bd5-adf2-b1b0952710be], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fea31a60-abcc-4fa4-a0ae-5ed3ba629ab6], X-ECOMP-RequestID=[630c254b-0d33-4bd5-adf2-b1b0952710be], X-TransactionId=[], X-ONAP-RequestID=[630c254b-0d33-4bd5-adf2-b1b0952710be], Content-Type=[application/merge-patch+json]} 2022-05-21T06:06:35.016Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/123b8de5-8eb6-477a-9afc-585dfb850977/model-vers/model-ver/c0603f2e-c454-49c4-8dd6-e6ebda814933?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-21T06:06:35.102Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/123b8de5-8eb6-477a-9afc-585dfb850977/model-vers/model-ver/c0603f2e-c454-49c4-8dd6-e6ebda814933?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/123b8de5-8eb6-477a-9afc-585dfb850977/model-vers/model-ver/c0603f2e-c454-49c4-8dd6-e6ebda814933?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220521-06:06:35:021-37580], vertex-id=[442472], Content-Length=[0], Date=[Sat, 21 May 2022 06:06:35 GMT], Content-Type=[application/json]} 2022-05-21T06:06:35.102Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/123b8de5-8eb6-477a-9afc-585dfb850977/model-vers/model-ver/c0603f2e-c454-49c4-8dd6-e6ebda814933?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-21T06:06:35.103Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/123b8de5-8eb6-477a-9afc-585dfb850977/model-vers/model-ver/c0603f2e-c454-49c4-8dd6-e6ebda814933?depth=0|INFO|500||InvokeReturn 2022-05-21T06:06:35.103Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-21T06:06:35.104Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||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-05-21T06:06:35.108Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||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-05-21T06:06:35.109Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 630c254b-0d33-4bd5-adf2-b1b0952710be and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-21T06:06:35.109Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-21T06:06:35.109Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:06:35.111Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:06:35.111Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113195109, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-21T06:06:35.211Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:06:35.212Z||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-05-21T06:06:35.212Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:06:35.226Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:06:35.226Z||pool-83-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-21T06:06:36.323Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:06:36.323Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-21T06:06:36.324Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:06:46.550Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:06:46.550Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:06:46.551Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-21T06:06:46.551Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:06:53.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:06:53.413Z||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-05-21T06:06:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:06:54.032Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:06:54.032Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:06:54.032Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "630c254b-0d33-4bd5-adf2-b1b0952710be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113195109, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-21T06:06:54.033Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:06:56.086Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:06:56.086Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:06:56.087Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-21T06:06:56.087Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:07:05.619Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:07:53.411Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:07:53.411Z||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-05-21T06:07:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:07:53.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:07:53.414Z||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-05-21T06:07:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:08:02.950Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:08:02.950Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:08:53.411Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:08:53.411Z||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-05-21T06:08:53.411Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:08:53.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:08:53.413Z||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-05-21T06:08:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:09:02.947Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:09:02.948Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:09:53.411Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:09:53.411Z||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-05-21T06:09:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:09:53.413Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:09:53.413Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|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-05-21T06:09:53.413Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:10:02.947Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:10:02.948Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:10:53.411Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:10:53.411Z||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-05-21T06:10:53.411Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:10:53.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:10:53.413Z||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-05-21T06:10:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:11:02.947Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:11:02.949Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:11:53.411Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:11:53.411Z||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-05-21T06:11:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:11:53.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:11:53.413Z||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-05-21T06:11:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:12:02.948Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:12:02.948Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:12:53.411Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:12:53.412Z||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-05-21T06:12:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:12:53.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:12:53.413Z||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-05-21T06:12:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:13:02.948Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:13:02.949Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:13:53.411Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:13:53.411Z||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-05-21T06:13:53.411Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:13:53.413Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:13:53.413Z|630c254b-0d33-4bd5-adf2-b1b0952710be|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-05-21T06:13:53.413Z|630c254b-0d33-4bd5-adf2-b1b0952710be|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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:14:02.947Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:14:02.948Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:14:53.411Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:14:53.411Z||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-05-21T06:14:53.411Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:14:53.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:14:53.413Z||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-05-21T06:14:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:14:53.534Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:14:53.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "policy-id", "timestamp": 1653113649726, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.920Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.920Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.920Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "multicloud-k8s-id", "timestamp": 1653113648463, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.920Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.920Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.921Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "policy-id", "timestamp": 1653113649726, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.921Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.921Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.921Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "multicloud-k8s-id", "timestamp": 1653113648463, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.921Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.921Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.921Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "policy-id", "timestamp": 1653113649726, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.922Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.922Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.922Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "multicloud-k8s-id", "timestamp": 1653113648463, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-05-21T06:14:53.922Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.922Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.923Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "aai-ml", "timestamp": 1653113656744, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.923Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.923Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.923Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "policy-id", "timestamp": 1653113649726, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-21T06:14:53.923Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.923Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.923Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "multicloud-k8s-id", "timestamp": 1653113648463, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-21T06:14:53.924Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.924Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.924Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "aai-ml", "timestamp": 1653113656744, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.924Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.924Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.925Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "policy-id", "timestamp": 1653113649726, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.925Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.925Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.925Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "multicloud-k8s-id", "timestamp": 1653113648463, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.925Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.926Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.926Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "cds", "timestamp": 1653113658711, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.926Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.926Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.926Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "aai-ml", "timestamp": 1653113656744, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.926Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.926Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.926Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "policy-id", "timestamp": 1653113649726, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.926Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.926Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.926Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "multicloud-k8s-id", "timestamp": 1653113648463, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-21T06:14:53.926Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.927Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "cds", "timestamp": 1653113658711, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.927Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.927Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "aai-ml", "timestamp": 1653113656744, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.927Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.927Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "ves-openapi-manager", "timestamp": 1653113660271, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.927Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.927Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "policy-id", "timestamp": 1653113649726, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.927Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.927Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "multicloud-k8s-id", "timestamp": 1653113648463, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.927Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.927Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "cds", "timestamp": 1653113658711, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.928Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.928Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "aai-ml", "timestamp": 1653113656744, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.928Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.928Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "ves-openapi-manager", "timestamp": 1653113660271, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.928Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.928Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "policy-id", "timestamp": 1653113649726, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-21T06:14:53.928Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.928Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "multicloud-k8s-id", "timestamp": 1653113648463, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-21T06:14:53.929Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.929Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.929Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "cds", "timestamp": 1653113658711, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.929Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.929Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.929Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "aai-ml", "timestamp": 1653113656744, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.929Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.929Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.929Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "ves-openapi-manager", "timestamp": 1653113660271, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.929Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.929Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.929Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "cds", "timestamp": 1653113658711, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.929Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.929Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.929Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "aai-ml", "timestamp": 1653113656744, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.930Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.930Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.930Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "multicloud-k8s-id", "timestamp": 1653113663697, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-21T06:14:53.930Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:14:53.930Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.930Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "policy-id", "timestamp": 1653113663712, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T06:14:53.930Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:14:53.930Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.930Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "ves-openapi-manager", "timestamp": 1653113660271, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.930Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.930Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.930Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "cds", "timestamp": 1653113658711, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.931Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.931Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.931Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "aai-ml", "timestamp": 1653113656744, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-21T06:14:53.931Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.931Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.931Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "policy-id", "timestamp": 1653113664717, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T06:14:53.931Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:14:53.931Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.931Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "ves-openapi-manager", "timestamp": 1653113660271, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.931Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.931Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.931Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "multicloud-k8s-id", "timestamp": 1653113665094, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-21T06:14:53.931Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:14:53.932Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.932Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "cds", "timestamp": 1653113658711, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.932Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.932Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.932Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "aai-ml", "timestamp": 1653113665709, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T06:14:53.932Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:14:53.932Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.932Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "policy-id", "timestamp": 1653113665720, "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-05-21T06:14:53.947Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fd36b922-f624-437d-be5d-f1fb2f33f34c 2022-05-21T06:14:53.947Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd36b922-f624-437d-be5d-f1fb2f33f34c 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-05-21T06:14:53.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "ves-openapi-manager", "timestamp": 1653113660271, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "cds", "timestamp": 1653113658711, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-21T06:14:53.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "multicloud-k8s-id", "timestamp": 1653113666392, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-21T06:14:53.955Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:14:53.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "ves-openapi-manager", "timestamp": 1653113660271, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "multicloud-k8s-id", "timestamp": 1653113667413, "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-05-21T06:14:53.960Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fd36b922-f624-437d-be5d-f1fb2f33f34c 2022-05-21T06:14:53.960Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd36b922-f624-437d-be5d-f1fb2f33f34c 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-05-21T06:14:53.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "cds", "timestamp": 1653113667509, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T06:14:53.968Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:14:53.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "ves-openapi-manager", "timestamp": 1653113660271, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.968Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "multicloud-k8s-id", "timestamp": 1653113668417, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-05-21T06:14:53.968Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:14:53.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "cds", "timestamp": 1653113668513, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-21T06:14:53.974Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fd36b922-f624-437d-be5d-f1fb2f33f34c 2022-05-21T06:14:53.974Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd36b922-f624-437d-be5d-f1fb2f33f34c 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-05-21T06:14:53.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "multicloud-k8s-id", "timestamp": 1653113669424, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.982Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.983Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.983Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "policy-id", "timestamp": 1653113669726, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.983Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.983Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.983Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "multicloud-k8s-id", "timestamp": 1653113669424, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-21T06:14:53.983Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.983Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.983Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "policy-id", "timestamp": 1653113669726, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.983Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.983Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.983Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "multicloud-k8s-id", "timestamp": 1653113669424, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-21T06:14:53.983Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.983Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.983Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "policy-id", "timestamp": 1653113669726, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-21T06:14:53.983Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.983Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.983Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113672412, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.983Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.983Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.983Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "multicloud-k8s-id", "timestamp": 1653113669424, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.983Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.984Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.984Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "policy-id", "timestamp": 1653113669726, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.984Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.984Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.984Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "clamp", "timestamp": 1653113672966, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.984Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.984Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.984Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113672412, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.984Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.984Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.984Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "multicloud-k8s-id", "timestamp": 1653113669424, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-21T06:14:53.984Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.984Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.984Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "cds", "timestamp": 1653113673711, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.984Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.984Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.984Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "policy-id", "timestamp": 1653113669726, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.984Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.984Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.984Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "clamp", "timestamp": 1653113672966, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.984Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.985Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.985Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113672412, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.985Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.985Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.985Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "multicloud-k8s-id", "timestamp": 1653113669424, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.985Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.985Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.985Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "cds", "timestamp": 1653113673711, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.985Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.985Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.985Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "policy-id", "timestamp": 1653113669726, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.985Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.985Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.985Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "clamp", "timestamp": 1653113672966, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-05-21T06:14:53.985Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.985Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.985Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113672412, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.985Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.985Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.985Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "multicloud-k8s-id", "timestamp": 1653113669424, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.986Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.986Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.986Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "cds", "timestamp": 1653113673711, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.986Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.986Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.986Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "policy-id", "timestamp": 1653113669726, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.986Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.986Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.986Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "clamp", "timestamp": 1653113672966, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.986Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.986Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.986Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113672412, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.986Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.986Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.986Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "multicloud-k8s-id", "timestamp": 1653113669424, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-21T06:14:53.986Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.986Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.986Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "cds", "timestamp": 1653113673711, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.986Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.986Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "policy-id", "timestamp": 1653113669726, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-21T06:14:53.987Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "clamp", "timestamp": 1653113672966, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.987Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113672412, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.987Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "multicloud-k8s-id", "timestamp": 1653113678166, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-21T06:14:53.987Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:14:53.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "cds", "timestamp": 1653113673711, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.987Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "policy-id", "timestamp": 1653113678416, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T06:14:53.987Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:14:53.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "clamp", "timestamp": 1653113672966, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.987Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113672412, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.988Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "multicloud-k8s-id", "timestamp": 1653113679338, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-21T06:14:53.988Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:14:53.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "cds", "timestamp": 1653113673711, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.988Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "policy-id", "timestamp": 1653113679420, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T06:14:53.988Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:14:53.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "clamp", "timestamp": 1653113672966, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.988Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113672412, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-21T06:14:53.988Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "cds", "timestamp": 1653113673711, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:53.989Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:53.989Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:53.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "policy-id", "timestamp": 1653113680422, "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-05-21T06:14:54.000Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c13d9791-1e27-450c-90ef-5807a86dfc06 2022-05-21T06:14:54.001Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c13d9791-1e27-450c-90ef-5807a86dfc06 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-05-21T06:14:54.009Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:54.009Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "clamp", "timestamp": 1653113672966, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-21T06:14:54.009Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:54.009Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:54.009Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "multicloud-k8s-id", "timestamp": 1653113680631, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-21T06:14:54.010Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:14:54.010Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:54.010Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "ves-openapi-manager", "timestamp": 1653113680270, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:54.010Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:54.010Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:54.010Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113681257, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T06:14:54.010Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:14:54.010Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:54.010Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "cds", "timestamp": 1653113673711, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-21T06:14:54.011Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:54.011Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:54.011Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "multicloud-k8s-id", "timestamp": 1653113681654, "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-05-21T06:14:54.017Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c13d9791-1e27-450c-90ef-5807a86dfc06 2022-05-21T06:14:54.017Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c13d9791-1e27-450c-90ef-5807a86dfc06 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-05-21T06:14:54.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:54.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "ves-openapi-manager", "timestamp": 1653113680270, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:54.025Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:54.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:54.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "cds", "timestamp": 1653113682637, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T06:14:54.026Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:14:54.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:54.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "multicloud-k8s-id", "timestamp": 1653113682657, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-21T06:14:54.026Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:14:54.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:54.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "ves-openapi-manager", "timestamp": 1653113680270, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:54.026Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:54.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:54.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113683371, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T06:14:54.026Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:14:54.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:54.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "ves-openapi-manager", "timestamp": 1653113680270, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:54.026Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:54.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:54.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113684374, "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-05-21T06:14:54.032Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fd36b922-f624-437d-be5d-f1fb2f33f34c 2022-05-21T06:14:54.032Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd36b922-f624-437d-be5d-f1fb2f33f34c 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=? 2022-05-21T06:14:54.036Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:14:54.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T06:14:54.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"fd36b922-f624-437d-be5d-f1fb2f33f34c","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"ce86a072-663a-460f-9cae-4e8688f1f9ae","serviceDescription":"service","serviceInvariantUUID":"defc98a7-27d5-44e4-803d-f39058047e68","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e285667c-e474-45a1-9fe0-e867878337dd","resourceInvariantUUID":"71be2f0b-1b71-454d-b85e-dfb123fc72c7","resourceCustomizationUUID":"f4c60f0b-9908-42c2-b77e-1754b36358be","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"61026068-4a4f-474f-9896-fecfa79e3617","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"NjAwMjhlOTEyNWY0NDFhNjkwNWI5MTEwYjc4MWE3ODU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3620048b-9440-48ff-a3e7-4eade579a324","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"ZTYyODljOTZiYjg0NWZjZGY1YTIxOTc2NWU1NmMwMzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"76c30587-2db0-4fd8-b79b-54a1d81d0dd1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"41e4da34-2c09-4214-885f-32673c9c5690","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"feb19268-8b43-4a02-80e7-791de993a23b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b1a6dad1-322b-49bd-b814-a2d47691f888","artifactVersion":"2","generatedFromUUID":"41e4da34-2c09-4214-885f-32673c9c5690"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"OWQyODhlZjQ0MzNhZWZlYzNlODMxMjE4ODNiOWVmNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5ae925f5-004c-4f52-9038-6fe0c534c7c5","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"OGRlODA2Mjc4OTU5ZDgxZTVkZWU3NDA3NTMyZWU1M2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c001efb9-c2f6-4b64-acb3-3b57c5c31146","artifactVersion":"1"}],"workloadContext":"Production"} Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-21T06:14:54.038Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T06:14:54.038Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:14:54.040Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:14:54.040Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113693411, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:54.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:54.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "cds", "timestamp": 1653113684732, "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-05-21T06:14:54.048Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c13d9791-1e27-450c-90ef-5807a86dfc06 2022-05-21T06:14:54.048Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c13d9791-1e27-450c-90ef-5807a86dfc06 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-05-21T06:14:54.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:54.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "ves-openapi-manager", "timestamp": 1653113680270, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:54.058Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:54.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:54.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113672412, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:54.058Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:54.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:54.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "clamp", "timestamp": 1653113685567, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T06:14:54.058Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:14:54.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:54.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "ves-openapi-manager", "timestamp": 1653113680270, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:54.058Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:54.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:54.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113672412, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:54.058Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:54.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:54.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "clamp", "timestamp": 1653113686571, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-21T06:14:54.059Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:14:54.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:54.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "ves-openapi-manager", "timestamp": 1653113680270, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:54.059Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:54.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:54.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113672412, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:54.059Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:54.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:54.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "ves-openapi-manager", "timestamp": 1653113680270, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:54.059Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:54.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:54.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113672412, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:54.059Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:54.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:54.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113672412, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:54.059Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:54.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:54.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "clamp", "timestamp": 1653113689782, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_ERROR" } 2022-05-21T06:14:54.060Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:14:54.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:54.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113672412, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:54.060Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:54.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:54.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "clamp", "timestamp": 1653113690785, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_ERROR" } 2022-05-21T06:14:54.060Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:14:54.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:54.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113672412, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:54.060Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:54.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:54.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "clamp", "timestamp": 1653113691788, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-21T06:14:54.066Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_ERROR distributionID of fd36b922-f624-437d-be5d-f1fb2f33f34c 2022-05-21T06:14:54.067Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd36b922-f624-437d-be5d-f1fb2f33f34c 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-05-21T06:14:54.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:54.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113672412, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-21T06:14:54.077Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:54.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:14:54.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "clamp", "timestamp": 1653113672966, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:54.078Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:14:54.140Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:14:54.141Z||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-05-21T06:14:54.141Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:14:54.151Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:14:54.151Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:14:55.040Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T06:14:55.041Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:14:55.042Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:14:55.042Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113693411, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:55.143Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-21T06:14:55.144Z||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-05-21T06:14:55.144Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:14:55.160Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:14:55.161Z||pool-85-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:14:56.043Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T06:14:56.044Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:14:56.046Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:14:56.046Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113693411, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-05-21T06:14:56.146Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:14:56.147Z||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-05-21T06:14:56.147Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:14:56.157Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:14:56.157Z||pool-86-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:14:57.047Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T06:14:57.048Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:14:57.049Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:14:57.049Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113693411, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-21T06:14:57.149Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:14:57.150Z||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-05-21T06:14:57.150Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:14:57.174Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:14:57.175Z||pool-87-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:14:58.050Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T06:14:58.051Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:14:58.054Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:14:58.054Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113693411, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:14:58.154Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:14:58.155Z||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-05-21T06:14:58.155Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:14:58.165Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:14:58.165Z||pool-88-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:14:59.054Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T06:14:59.055Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:14:59.058Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:14:59.058Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113693411, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-21T06:14:59.158Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:14:59.159Z||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-05-21T06:14:59.159Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:14:59.169Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:14:59.169Z||pool-89-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-05-21T06:15:00.058Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T06:15:00.060Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:15:00.062Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:15:00.062Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113693411, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T06:15:00.162Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:15:00.163Z||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-05-21T06:15:00.163Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:15:00.173Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:15:00.173Z||pool-90-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:15:01.062Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T06:15:01.063Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:15:01.065Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:15:01.065Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113693411, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-21T06:15:01.166Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-21T06:15:01.166Z||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-05-21T06:15:01.166Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:15:01.175Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:15:01.176Z||pool-91-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:15:02.067Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "ce86a072-663a-460f-9cae-4e8688f1f9ae", "serviceDescription": "service", "serviceInvariantUUID": "defc98a7-27d5-44e4-803d-f39058047e68", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "f4c60f0b-9908-42c2-b77e-1754b36358be", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e285667c-e474-45a1-9fe0-e867878337dd", "resourceInvariantUUID": "71be2f0b-1b71-454d-b85e-dfb123fc72c7", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basicclamp0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "artifactChecksum": "ZTYyODljOTZiYjg0NWZjZGY1YTIxOTc2NWU1NmMwMzQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "76c30587-2db0-4fd8-b79b-54a1d81d0dd1", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "41e4da34-2c09-4214-885f-32673c9c5690", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b1a6dad1-322b-49bd-b814-a2d47691f888", "generatedFromUUID": "41e4da34-2c09-4214-885f-32673c9c5690" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b1a6dad1-322b-49bd-b814-a2d47691f888", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "OGRlODA2Mjc4OTU5ZDgxZTVkZWU3NDA3NTMyZWU1M2Q\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c001efb9-c2f6-4b64-acb3-3b57c5c31146" } ], "workloadContext": "Production" } 2022-05-21T06:15:02.067Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-21T06:15:02.067Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ce86a072-663a-460f-9cae-4e8688f1f9ae ASDC 2022-05-21T06:15:02.067Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:fd36b922-f624-437d-be5d-f1fb2f33f34c ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:ce86a072-663a-460f-9cae-4e8688f1f9ae ServiceInvariantUUID:defc98a7-27d5-44e4-803d-f39058047e68 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Basicclamp-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ArtifactUUID:c001efb9-c2f6-4b64-acb3-3b57c5c31146 ArtifactChecksum:OGRlODA2Mjc4OTU5ZDgxZTVkZWU3NDA3NTMyZWU1M2Q= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:f4c60f0b-9908-42c2-b77e-1754b36358be ResourceInvariantUUID:71be2f0b-1b71-454d-b85e-dfb123fc72c7 ResourceName:basicclamp ResourceType:VF ResourceUUID:e285667c-e474-45a1-9fe0-e867878337dd ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basicclamp0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ArtifactUUID:76c30587-2db0-4fd8-b79b-54a1d81d0dd1 ArtifactChecksum:ZTYyODljOTZiYjg0NWZjZGY1YTIxOTc2NWU1NmMwMzQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ArtifactUUID:41e4da34-2c09-4214-885f-32673c9c5690 ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:b1a6dad1-322b-49bd-b814-a2d47691f888 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:b1a6dad1-322b-49bd-b814-a2d47691f888 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-21T06:15:02.067Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ce86a072-663a-460f-9cae-4e8688f1f9ae 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-05-21T06:15:02.098Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-21T06:15:02.099Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-05-21T06:15:02.099Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-05-21T06:15:02.099Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c001efb9-c2f6-4b64-acb3-3b57c5c31146 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-05-21T06:15:02.099Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-21T06:15:02.099Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-05-21T06:15:02.163Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-21T06:15:02.169Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar c001efb9-c2f6-4b64-acb3-3b57c5c31146 73673 2022-05-21T06:15:02.169Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-05-21T06:15:02.169Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-05-21T06:15:02.170Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-21T06:15:02.170Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:15:02.171Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:15:02.172Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113702169, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T06:15:02.272Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:15:02.273Z||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-05-21T06:15:02.273Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:15:02.281Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:15:02.281Z||pool-92-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:15:03.172Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-21T06:15:03.173Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-05-21T06:15:03.174Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: c001efb9-c2f6-4b64-acb3-3b57c5c31146, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-21T06:15:03.174Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2022-05-21T06:15:03.175Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-21T06:15:03.175Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-21T06:15:03.311Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16442771648297496512/Definitions/service-Basicclamp-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-05-21T06:15:04.161Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-21T06:15:04.162Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-05-21T06:15:04.162Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-21T06:15:04.162Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-21T06:15:04.162Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-21T06:15:04.162Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-21T06:15:04.162Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-21T06:15:04.162Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-21T06:15:04.162Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-21T06:15:04.163Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-21T06:15:04.163Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-21T06:15:04.163Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-21T06:15:04.163Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-21T06:15:04.163Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-05-21T06:15:04.163Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:15:04.163Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:15:04.163Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-21T06:15:04.164Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-05-21T06:15:04.164Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-21T06:15:04.164Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:15:04.164Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:15:04.164Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-21T06:15:04.164Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-05-21T06:15:04.164Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-21T06:15:04.164Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:15:04.164Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:15:04.164Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:15:04.165Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-05-21T06:15:04.165Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-05-21T06:15:04.165Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-05-21T06:15:04.165Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-05-21T06:15:04.165Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-21T06:15:04.165Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-21T06:15:04.165Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:15:04.165Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-21T06:15:04.165Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:15:04.165Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-21T06:15:04.165Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-21T06:15:04.165Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:15:04.166Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-21T06:15:04.166Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-21T06:15:04.166Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:15:04.166Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-21T06:15:04.166Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-21T06:15:04.166Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:15:04.166Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-05-21T06:15:04.166Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-05-21T06:15:04.166Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-21T06:15:04.166Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4f67b911-49bc-4678-a629-e69fe683acf4 2022-05-21T06:15:04.166Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:15:04.166Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:15:04.167Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:15:04.167Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:15:04.167Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:15:04.167Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:15:04.167Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:15:04.167Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:15:04.167Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:ce86a072-663a-460f-9cae-4e8688f1f9ae Model Version:NULL Model InvariantUuid:defc98a7-27d5-44e4-803d-f39058047e68 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:6dbdd726-a22c-45b3-b06c-ef14e0bf81a8 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:71be2f0b-1b71-454d-b85e-dfb123fc72c7 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f4c60f0b-9908-42c2-b77e-1754b36358be NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:bbebaa21-d451-4c2d-86a5-92873396e006 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:3493ee15-39ce-4f6a-93b4-36bc9de498c0 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:4f67b911-49bc-4678-a629-e69fe683acf4 ModelInvariantUuid:253c6177-9106-4939-83a9-38855bea3db9 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:8c64dfbb-d5de-4ca8-9195-1655401ac5ac ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:dbe9951e-61d9-4459-b840-cc9fcabf8b3e ModelInvariantUuid:5ee57532-cd2d-48f8-b80b-d67432900a99 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:581fbcb0-298f-45f0-a80a-7eff593ee9fc 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-05-21T06:15:04.176Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: e285667c-e474-45a1-9fe0-e867878337dd 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-05-21T06:15:04.179Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||basicclamp 0 2022-05-21T06:15:04.179Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e285667c-e474-45a1-9fe0-e867878337dd 2022-05-21T06:15:04.179Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 76c30587-2db0-4fd8-b79b-54a1d81d0dd1 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-05-21T06:15:04.179Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-21T06:15:04.180Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-05-21T06:15:04.229Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-21T06:15:04.230Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 76c30587-2db0-4fd8-b79b-54a1d81d0dd1 790 2022-05-21T06:15:04.230Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-05-21T06:15:04.230Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-05-21T06:15:04.230Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-21T06:15:04.230Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:15:04.232Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:15:04.232Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113704230, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-21T06:15:04.333Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-21T06:15:04.333Z||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-05-21T06:15:04.333Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:15:04.342Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:15:04.343Z||pool-93-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:15:05.233Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "bbebaa21-d451-4c2d-86a5-92873396e006", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3493ee15-39ce-4f6a-93b4-36bc9de498c0", "vfModuleModelCustomizationUUID": "15443423-af92-434a-8878-4c4770ba8c02", "isBase": true, "artifacts": [ "41e4da34-2c09-4214-885f-32673c9c5690", "b1a6dad1-322b-49bd-b814-a2d47691f888" ], "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-05-21T06:15:05.236Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3493ee15-39ce-4f6a-93b4-36bc9de498c0 VfModuleModelInvariantUUID:bbebaa21-d451-4c2d-86a5-92873396e006 VfModuleModelDescription:NULL Artifacts UUID List:{ 41e4da34-2c09-4214-885f-32673c9c5690 , b1a6dad1-322b-49bd-b814-a2d47691f888 } 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-05-21T06:15:05.239Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "bbebaa21-d451-4c2d-86a5-92873396e006", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3493ee15-39ce-4f6a-93b4-36bc9de498c0", "vfModuleModelCustomizationUUID": "15443423-af92-434a-8878-4c4770ba8c02", "isBase": true, "artifacts": [ "41e4da34-2c09-4214-885f-32673c9c5690", "b1a6dad1-322b-49bd-b814-a2d47691f888" ], "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-05-21T06:15:05.239Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3493ee15-39ce-4f6a-93b4-36bc9de498c0 VfModuleModelInvariantUUID:bbebaa21-d451-4c2d-86a5-92873396e006 VfModuleModelDescription:NULL Artifacts UUID List:{ 41e4da34-2c09-4214-885f-32673c9c5690 , b1a6dad1-322b-49bd-b814-a2d47691f888 } 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-05-21T06:15:05.239Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 41e4da34-2c09-4214-885f-32673c9c5690 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-05-21T06:15:05.239Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-21T06:15:05.239Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-05-21T06:15:05.283Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-21T06:15:05.284Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 41e4da34-2c09-4214-885f-32673c9c5690 5033 2022-05-21T06:15:05.284Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-05-21T06:15:05.284Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-05-21T06:15:05.284Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-21T06:15:05.285Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:15:05.287Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:15:05.287Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113705284, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-21T06:15:05.387Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:15:05.388Z||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-05-21T06:15:05.388Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:15:05.398Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:15:05.398Z||pool-94-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:15:06.288Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b1a6dad1-322b-49bd-b814-a2d47691f888 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-05-21T06:15:06.289Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-21T06:15:06.289Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-05-21T06:15:06.333Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-21T06:15:06.333Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env b1a6dad1-322b-49bd-b814-a2d47691f888 909 2022-05-21T06:15:06.334Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-05-21T06:15:06.334Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-05-21T06:15:06.334Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-21T06:15:06.334Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:15:06.336Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:15:06.337Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113706334, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-21T06:15:06.437Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:15:06.437Z||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-05-21T06:15:06.438Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:15:06.447Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:15:06.447Z||pool-95-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:15:07.337Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: ce86a072-663a-460f-9cae-4e8688f1f9ae 2022-05-21T06:15:07.338Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 e285667c-e474-45a1-9fe0-e867878337dd 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-05-21T06:15:07.352Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3fa95928, org.onap.sdc.toscaparser.api.parameters.Input@278c9b6a, org.onap.sdc.toscaparser.api.parameters.Input@deb134b, org.onap.sdc.toscaparser.api.parameters.Input@18ced76a, org.onap.sdc.toscaparser.api.parameters.Input@6ddbbd42] 2022-05-21T06:15:07.354Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:15:07.354Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:15:07.354Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-05-21T06:15:07.354Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= f4c60f0b-9908-42c2-b77e-1754b36358be 2022-05-21T06:15:07.354Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f4c60f0b-9908-42c2-b77e-1754b36358be matches Tosca VF Customization UUID: f4c60f0b-9908-42c2-b77e-1754b36358be 2022-05-21T06:15:07.355Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: f4c60f0b-9908-42c2-b77e-1754b36358be 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-05-21T06:15:07.357Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:15:07.357Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:15:07.358Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id f4c60f0b-9908-42c2-b77e-1754b36358be: {\"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-05-21T06:15:07.358Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@720b355a 2022-05-21T06:15:07.358Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:15:07.358Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-21T06:15:07.358Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 15443423-af92-434a-8878-4c4770ba8c02 2022-05-21T06:15:07.358Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 15443423-af92-434a-8878-4c4770ba8c02 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-05-21T06:15:07.360Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:15:07.360Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-21T06:15:07.361Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-21T06:15:07.361Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:15:07.361Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-21T06:15:07.361Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-21T06:15:07.361Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:15:07.361Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-05-21T06:15:07.361Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-05-21T06:15:07.362Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-21T06:15:07.362Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4f67b911-49bc-4678-a629-e69fe683acf4 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-05-21T06:15:07.364Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:15:07.364Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-21T06:15:07.364Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-21T06:15:07.364Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:15:07.364Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-21T06:15:07.364Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=f4c60f0b-9908-42c2-b77e-1754b36358be 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-05-21T06:15:07.366Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:15:07.366Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:15:07.366Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid ce86a072-663a-460f-9cae-4e8688f1f9ae: basicclamp 2022-05-21T06:15:07.366Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:15:07.366Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:15:07.366Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:15:07.367Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:15:07.367Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:15:07.367Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:15:07.367Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:15:07.367Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:15:07.367Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:15:07.367Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:15:07.367Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-21T06:15:07.452Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp e285667c-e474-45a1-9fe0-e867878337dd 1 ASDC deployResourceStructure 2022-05-21T06:15:07.452Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-05-21T06:15:07.452Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-05-21T06:15:07.452Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-21T06:15:07.453Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:15:07.455Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:15:07.455Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113707452, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-05-21T06:15:07.555Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:15:07.556Z||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-05-21T06:15:07.556Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:15:07.565Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:15:07.566Z||pool-96-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-05-21T06:15:08.455Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-05-21T06:15:08.456Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-05-21T06:15:08.456Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-21T06:15:08.456Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:15:08.458Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:15:08.458Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113708455, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-05-21T06:15:08.558Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:15:08.559Z||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-05-21T06:15:08.559Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:15:08.570Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:15:08.570Z||pool-97-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-05-21T06:15:09.459Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-05-21T06:15:09.460Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-05-21T06:15:09.460Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-21T06:15:09.460Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:15:09.462Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:15:09.462Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113709459, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-05-21T06:15:09.563Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-21T06:15:09.563Z||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-05-21T06:15:09.563Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:15:09.573Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:15:09.573Z||pool-98-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:15:10.463Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-05-21T06:15:10.464Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-05-21T06:15:10.464Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-21T06:15:10.464Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:15:10.466Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:15:10.466Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113710463, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T06:15:10.566Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:15:10.567Z||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-05-21T06:15:10.567Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:15:10.578Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:15:10.578Z||pool-99-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-05-21T06:15:11.467Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd36b922-f624-437d-be5d-f1fb2f33f34c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-21T06:15:11.478Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd36b922-f624-437d-be5d-f1fb2f33f34c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-21T06:15:11.481Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-21T06:15:11.481Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-21T06:15:11.481Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-21T06:15:41.482Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd36b922-f624-437d-be5d-f1fb2f33f34c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-21T06:15:41.494Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd36b922-f624-437d-be5d-f1fb2f33f34c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-21T06:15:41.496Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-21T06:15:41.496Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-21T06:15:41.496Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-21T06:15:53.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:15:53.413Z||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-05-21T06:15:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:15:53.432Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:15:53.432Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:15:53.433Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "clamp", "timestamp": 1653113672966, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-21T06:15:53.433Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:16:11.497Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd36b922-f624-437d-be5d-f1fb2f33f34c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-21T06:16:11.509Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd36b922-f624-437d-be5d-f1fb2f33f34c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-21T06:16:11.511Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-21T06:16:11.511Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-21T06:16:11.511Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-21T06:16:41.511Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd36b922-f624-437d-be5d-f1fb2f33f34c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-21T06:16:41.523Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd36b922-f624-437d-be5d-f1fb2f33f34c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-21T06:16:41.526Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-21T06:16:41.526Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-21T06:16:41.526Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-21T06:16:53.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:16:53.414Z||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-05-21T06:16:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:16:53.434Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:16:53.434Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:16:53.434Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113693904, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T06:16:53.435Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:17:11.526Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd36b922-f624-437d-be5d-f1fb2f33f34c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-21T06:17:11.532Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd36b922-f624-437d-be5d-f1fb2f33f34c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-21T06:17:11.534Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-21T06:17:11.534Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-21T06:17:11.534Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-21T06:17:41.534Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd36b922-f624-437d-be5d-f1fb2f33f34c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-21T06:17:41.545Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd36b922-f624-437d-be5d-f1fb2f33f34c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-21T06:17:41.547Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-21T06:17:41.547Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-21T06:17:41.547Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-21T06:17:53.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:17:53.413Z||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-05-21T06:17:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:17:53.430Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:17:53.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113693411, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.442Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "clamp", "timestamp": 1653113672966, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.443Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.443Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "aai-ml", "timestamp": 1653113695001, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T06:17:53.443Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:17:53.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.443Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113693411, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.443Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.443Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "clamp", "timestamp": 1653113672966, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.443Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.443Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "aai-ml", "timestamp": 1653113696005, "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-05-21T06:17:53.453Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fd36b922-f624-437d-be5d-f1fb2f33f34c 2022-05-21T06:17:53.453Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd36b922-f624-437d-be5d-f1fb2f33f34c 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-05-21T06:17:53.462Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.462Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113696040, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T06:17:53.462Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:17:53.462Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.462Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113693411, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-05-21T06:17:53.462Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.462Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.462Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "multicloud-k8s-id", "timestamp": 1653113688463, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.462Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.462Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.463Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "cds", "timestamp": 1653113688711, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.463Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.463Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.463Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "policy-id", "timestamp": 1653113689726, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.463Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.463Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.463Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "clamp", "timestamp": 1653113672966, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.463Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.463Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.463Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113697043, "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-05-21T06:17:53.468Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c13d9791-1e27-450c-90ef-5807a86dfc06 2022-05-21T06:17:53.468Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c13d9791-1e27-450c-90ef-5807a86dfc06 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-05-21T06:17:53.477Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.477Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113693411, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-21T06:17:53.477Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.477Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.477Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "multicloud-k8s-id", "timestamp": 1653113688463, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-21T06:17:53.477Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.477Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.477Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "cds", "timestamp": 1653113688711, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.478Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.478Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.478Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "policy-id", "timestamp": 1653113689726, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.478Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.478Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.478Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "aai-ml", "timestamp": 1653113697009, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.478Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.478Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.478Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "clamp", "timestamp": 1653113672966, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.478Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.478Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.478Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113693411, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.478Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.478Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.480Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "multicloud-k8s-id", "timestamp": 1653113688463, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-21T06:17:53.480Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.480Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.480Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "cds", "timestamp": 1653113688711, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.480Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.480Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.480Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "policy-id", "timestamp": 1653113689726, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-21T06:17:53.481Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "aai-ml", "timestamp": 1653113697009, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.481Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "clamp", "timestamp": 1653113672966, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.481Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113693411, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-21T06:17:53.481Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "multicloud-k8s-id", "timestamp": 1653113688463, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.481Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "cds", "timestamp": 1653113688711, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.481Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "policy-id", "timestamp": 1653113689726, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.482Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "aai-ml", "timestamp": 1653113697009, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.482Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "clamp", "timestamp": 1653113672966, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-21T06:17:53.482Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113693411, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.482Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "multicloud-k8s-id", "timestamp": 1653113688463, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-05-21T06:17:53.482Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "cds", "timestamp": 1653113688711, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.482Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "policy-id", "timestamp": 1653113689726, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.483Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "aai-ml", "timestamp": 1653113697009, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.483Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "ves-openapi-manager", "timestamp": 1653113700270, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.483Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113693411, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-21T06:17:53.483Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "multicloud-k8s-id", "timestamp": 1653113688463, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-05-21T06:17:53.483Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "cds", "timestamp": 1653113688711, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.483Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "policy-id", "timestamp": 1653113689726, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.484Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "aai-ml", "timestamp": 1653113697009, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.484Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "ves-openapi-manager", "timestamp": 1653113700270, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.484Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "multicloud-k8s-id", "timestamp": 1653113688463, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-05-21T06:17:53.484Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "cds", "timestamp": 1653113688711, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.484Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "policy-id", "timestamp": 1653113689726, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.484Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113702169, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T06:17:53.485Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:17:53.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "aai-ml", "timestamp": 1653113697009, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.485Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "ves-openapi-manager", "timestamp": 1653113700270, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.485Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113702412, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.485Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "cds", "timestamp": 1653113688711, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.485Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "multicloud-k8s-id", "timestamp": 1653113688463, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.485Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "policy-id", "timestamp": 1653113689726, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "aai-ml", "timestamp": 1653113697009, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "ves-openapi-manager", "timestamp": 1653113700270, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113702412, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "cds", "timestamp": 1653113688711, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "multicloud-k8s-id", "timestamp": 1653113688463, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.487Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "policy-id", "timestamp": 1653113689726, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.487Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113704230, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-21T06:17:53.487Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:17:53.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "aai-ml", "timestamp": 1653113697009, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-21T06:17:53.487Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "ves-openapi-manager", "timestamp": 1653113700270, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.487Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113702412, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "cds", "timestamp": 1653113688711, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-21T06:17:53.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "multicloud-k8s-id", "timestamp": 1653113688463, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-21T06:17:53.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "policy-id", "timestamp": 1653113689726, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-21T06:17:53.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113705284, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-21T06:17:53.488Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:17:53.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "aai-ml", "timestamp": 1653113705746, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T06:17:53.489Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:17:53.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "ves-openapi-manager", "timestamp": 1653113700270, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113702412, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "multicloud-k8s-id", "timestamp": 1653113706213, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-21T06:17:53.489Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:17:53.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "cds", "timestamp": 1653113706220, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T06:17:53.489Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:17:53.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "policy-id", "timestamp": 1653113706227, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T06:17:53.490Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:17:53.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113706334, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-21T06:17:53.490Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:17:53.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "ves-openapi-manager", "timestamp": 1653113700270, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.490Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113702412, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.490Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "policy-id", "timestamp": 1653113707230, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T06:17:53.490Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:17:53.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "multicloud-k8s-id", "timestamp": 1653113707268, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-05-21T06:17:53.491Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:17:53.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113707452, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-05-21T06:17:53.491Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:17:53.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "cds", "timestamp": 1653113707482, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-21T06:17:53.505Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 042ff285-182d-4f06-af82-73628881e653 2022-05-21T06:17:53.506Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 042ff285-182d-4f06-af82-73628881e653 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-05-21T06:17:53.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "ves-openapi-manager", "timestamp": 1653113700270, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.514Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113702412, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.514Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "policy-id", "timestamp": 1653113708233, "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-05-21T06:17:53.519Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 042ff285-182d-4f06-af82-73628881e653 2022-05-21T06:17:53.519Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 042ff285-182d-4f06-af82-73628881e653 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-05-21T06:17:53.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "multicloud-k8s-id", "timestamp": 1653113708321, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-05-21T06:17:53.529Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:17:53.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113708455, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-05-21T06:17:53.529Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:17:53.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "clamp", "timestamp": 1653113708571, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T06:17:53.530Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:17:53.530Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.530Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "ves-openapi-manager", "timestamp": 1653113700270, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.530Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.530Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.530Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113702412, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.530Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.530Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.530Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "multicloud-k8s-id", "timestamp": 1653113709369, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-05-21T06:17:53.531Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:17:53.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113709459, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-05-21T06:17:53.531Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:17:53.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "ves-openapi-manager", "timestamp": 1653113700270, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.531Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113702412, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.532Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113710463, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T06:17:53.532Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:17:53.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "multicloud-k8s-id", "timestamp": 1653113710627, "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-05-21T06:17:53.538Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 042ff285-182d-4f06-af82-73628881e653 2022-05-21T06:17:53.538Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 042ff285-182d-4f06-af82-73628881e653 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-05-21T06:17:53.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113702412, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "clamp", "timestamp": 1653113711577, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T06:17:53.545Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:17:53.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "multicloud-k8s-id", "timestamp": 1653113711630, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-21T06:17:53.546Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:17:53.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113702412, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-21T06:17:53.546Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "clamp", "timestamp": 1653113712579, "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-05-21T06:17:53.552Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c13d9791-1e27-450c-90ef-5807a86dfc06 2022-05-21T06:17:53.552Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c13d9791-1e27-450c-90ef-5807a86dfc06 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-05-21T06:17:53.564Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.564Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113713254, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T06:17:53.564Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:17:53.564Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.564Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "aai-ml", "timestamp": 1653113714038, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T06:17:53.565Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:17:53.565Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.565Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "clamp", "timestamp": 1653113713583, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.565Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.565Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.565Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "aai-ml", "timestamp": 1653113715041, "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-05-21T06:17:53.571Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c13d9791-1e27-450c-90ef-5807a86dfc06 2022-05-21T06:17:53.571Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c13d9791-1e27-450c-90ef-5807a86dfc06 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-05-21T06:17:53.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "clamp", "timestamp": 1653113713583, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-21T06:17:53.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113715682, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T06:17:53.582Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:17:53.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "aai-ml", "timestamp": 1653113697009, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "clamp", "timestamp": 1653113713583, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.583Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113716685, "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-05-21T06:17:53.588Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 042ff285-182d-4f06-af82-73628881e653 2022-05-21T06:17:53.589Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 042ff285-182d-4f06-af82-73628881e653 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-05-21T06:17:53.599Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.599Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "aai-ml", "timestamp": 1653113697009, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.599Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.599Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.599Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "clamp", "timestamp": 1653113713583, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.599Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.599Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.599Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "aai-ml", "timestamp": 1653113697009, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.600Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.600Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "clamp", "timestamp": 1653113713583, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.600Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.600Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "aai-ml", "timestamp": 1653113697009, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.600Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.600Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "clamp", "timestamp": 1653113713583, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.600Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.600Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "aai-ml", "timestamp": 1653113697009, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.600Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.600Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "clamp", "timestamp": 1653113713583, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.600Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.600Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "aai-ml", "timestamp": 1653113697009, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.600Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.600Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "clamp", "timestamp": 1653113713583, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.600Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.600Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "aai-ml", "timestamp": 1653113697009, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.600Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.601Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.601Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "clamp", "timestamp": 1653113713583, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.601Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.601Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.601Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "aai-ml", "timestamp": 1653113697009, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.601Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.601Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.601Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "clamp", "timestamp": 1653113713583, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-21T06:17:53.601Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.601Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.601Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "aai-ml", "timestamp": 1653113697009, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T06:17:53.601Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.601Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.601Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "aai-ml", "timestamp": 1653113697009, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-21T06:17:53.601Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:17:53.601Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.601Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "aai-ml", "timestamp": 1653113726311, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T06:17:53.601Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:17:53.601Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.601Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "clamp", "timestamp": 1653113729575, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T06:17:53.601Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:17:53.601Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.601Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "aai-ml", "timestamp": 1653113731755, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T06:17:53.601Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:17:53.602Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.602Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "aai-ml", "timestamp": 1653113732758, "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-05-21T06:17:53.607Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 042ff285-182d-4f06-af82-73628881e653 2022-05-21T06:17:53.607Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 042ff285-182d-4f06-af82-73628881e653 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-05-21T06:17:53.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "clamp", "timestamp": 1653113733581, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T06:17:53.616Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:17:53.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:17:53.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "clamp", "timestamp": 1653113734584, "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-05-21T06:17:53.621Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 042ff285-182d-4f06-af82-73628881e653 2022-05-21T06:17:53.621Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 042ff285-182d-4f06-af82-73628881e653 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-05-21T06:18:11.547Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd36b922-f624-437d-be5d-f1fb2f33f34c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-21T06:18:11.558Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd36b922-f624-437d-be5d-f1fb2f33f34c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-21T06:18:11.561Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-21T06:18:11.561Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-21T06:18:11.561Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-21T06:18:11.561Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-21T06:18:11.561Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T06:18:11.561Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T06:18:11.561Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-05-21T06:18:11.561Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-21T06:18:11.566Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-21T06:18:41.567Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fd36b922-f624-437d-be5d-f1fb2f33f34c 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-05-21T06:18:41.571Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fd36b922-f624-437d-be5d-f1fb2f33f34c and serviceModelVersionId: ce86a072-663a-460f-9cae-4e8688f1f9ae 2022-05-21T06:18:41.572Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : defc98a7-27d5-44e4-803d-f39058047e68 2022-05-21T06:18:41.572Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/defc98a7-27d5-44e4-803d-f39058047e68/model-vers/model-ver/ce86a072-663a-460f-9cae-4e8688f1f9ae?depth=0 2022-05-21T06:18:41.579Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-05-21T06:18:41.607Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/defc98a7-27d5-44e4-803d-f39058047e68/model-vers/model-ver/ce86a072-663a-460f-9cae-4e8688f1f9ae?depth=0|INFO|500||Invoke 2022-05-21T06:18:41.607Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/defc98a7-27d5-44e4-803d-f39058047e68/model-vers/model-ver/ce86a072-663a-460f-9cae-4e8688f1f9ae?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/defc98a7-27d5-44e4-803d-f39058047e68/model-vers/model-ver/ce86a072-663a-460f-9cae-4e8688f1f9ae?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fd36b922-f624-437d-be5d-f1fb2f33f34c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[84760408-4108-4c72-b123-c0d57507cf72], X-ECOMP-RequestID=[fd36b922-f624-437d-be5d-f1fb2f33f34c], X-TransactionId=[], X-ONAP-RequestID=[fd36b922-f624-437d-be5d-f1fb2f33f34c], Content-Type=[application/merge-patch+json]} 2022-05-21T06:18:41.623Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/defc98a7-27d5-44e4-803d-f39058047e68/model-vers/model-ver/ce86a072-663a-460f-9cae-4e8688f1f9ae?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-05-21T06:18:42.134Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/defc98a7-27d5-44e4-803d-f39058047e68/model-vers/model-ver/ce86a072-663a-460f-9cae-4e8688f1f9ae?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/defc98a7-27d5-44e4-803d-f39058047e68/model-vers/model-ver/ce86a072-663a-460f-9cae-4e8688f1f9ae?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220521-06:18:41:629-87437], vertex-id=[487528], Content-Length=[0], Date=[Sat, 21 May 2022 06:18:41 GMT], Content-Type=[application/json]} 2022-05-21T06:18:42.134Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/defc98a7-27d5-44e4-803d-f39058047e68/model-vers/model-ver/ce86a072-663a-460f-9cae-4e8688f1f9ae?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-21T06:18:42.135Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/defc98a7-27d5-44e4-803d-f39058047e68/model-vers/model-ver/ce86a072-663a-460f-9cae-4e8688f1f9ae?depth=0|INFO|500||InvokeReturn 2022-05-21T06:18:42.135Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-21T06:18:42.135Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-21T06:18:42.138Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-21T06:18:42.138Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fd36b922-f624-437d-be5d-f1fb2f33f34c and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null 2022-05-21T06:18:42.138Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-21T06:18:42.138Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:18:42.140Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:18:42.141Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113922138, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR" } 2022-05-21T06:18:42.241Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:18:42.243Z||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-05-21T06:18:42.243Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:18:42.257Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:18:42.258Z||pool-100-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-21T06:18:43.151Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T06:18:43.151Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"c13d9791-1e27-450c-90ef-5807a86dfc06","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"56e0b442-c9da-4dcd-a3cc-b7951258f1cf","serviceDescription":"service","serviceInvariantUUID":"338c7751-036e-474e-ba41-6103d2ee7d5a","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a9ffb346-565a-4d93-bea7-762c7ac61018","resourceInvariantUUID":"f4b529d9-ce51-4fd9-be35-405ae095678e","resourceCustomizationUUID":"b2171c76-416b-4d45-8824-cdc5e2f18490","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":"OTljYjBhN2Y3YmM4MTlmNWVlYWIxOWRkOWFmYjAyMGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ea2fe406-5402-493e-8cfe-5ebc7e49b730","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":"NWY3NzhhNjVmNjAwMjQ0OTRhNWNkNmU4OTE4YmU3OGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"df61d3f1-aee2-4f8c-81d9-18da9959b731","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3a7e0fd6-9ae4-4db9-acb5-6955bb5fe2d0","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":"60436b76-d15d-4022-8c41-b0dac60a488b","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":"7feac020-889a-4882-a5e9-df84a7b09478","artifactVersion":"2","generatedFromUUID":"3a7e0fd6-9ae4-4db9-acb5-6955bb5fe2d0"},{"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":"ZjJmYmFlMWE2NWExYTMwNWZlMjc2MjA0MGU5YzZjNjE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9fbcd037-ffe7-4a00-ae46-5da2ff3cc11e","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":"NzQwYjUxZWRlZDUyY2Y2ZGMyZWQ1NTcwYjliYTJmOGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4eb81614-c39d-4dea-b4af-5db1cd22cc49","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NjQyM2Q1NTc5MmFjN2EwNzllMmFjNjgxOTI4MTI4NWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d50c5644-cbe0-435a-8827-56f099e41af2","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-21T06:18:43.152Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T06:18:43.152Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:18:43.153Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:18:43.154Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113693411, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:43.254Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:18:43.255Z||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-05-21T06:18:43.255Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:18:43.264Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:18:43.264Z||pool-101-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:18:44.154Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T06:18:44.155Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:18:44.157Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:18:44.157Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113693411, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-21T06:18:44.257Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:18:44.258Z||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-05-21T06:18:44.258Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:18:44.268Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:18:44.268Z||pool-102-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:18:45.158Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T06:18:45.158Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:18:45.160Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:18:45.160Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113693411, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-21T06:18:45.260Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:18:45.261Z||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-05-21T06:18:45.261Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:18:45.271Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:18:45.271Z||pool-103-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:18:46.161Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T06:18:46.162Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:18:46.164Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:18:46.164Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113693411, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:46.264Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:18:46.265Z||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-05-21T06:18:46.265Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:18:46.276Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:18:46.276Z||pool-104-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:18:47.164Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T06:18:47.165Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:18:47.167Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:18:47.167Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113693411, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-21T06:18:47.268Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:18:47.268Z||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-05-21T06:18:47.268Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:18:47.279Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:18:47.279Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:18:48.168Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T06:18:48.169Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:18:48.171Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:18:48.171Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113693411, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:48.271Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:18:48.272Z||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-05-21T06:18:48.272Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:18:48.282Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:18:48.282Z||pool-106-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:18:49.172Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T06:18:49.173Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:18:49.175Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:18:49.175Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113693411, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:49.275Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:18:49.276Z||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-05-21T06:18:49.276Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:18:49.286Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:18:49.286Z||pool-107-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-05-21T06:18:50.176Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T06:18:50.177Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:18:50.179Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:18:50.180Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113693411, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-21T06:18:50.280Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:18:50.280Z||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-05-21T06:18:50.281Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:18:50.291Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:18:50.291Z||pool-108-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-05-21T06:18:51.181Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "56e0b442-c9da-4dcd-a3cc-b7951258f1cf", "serviceDescription": "service", "serviceInvariantUUID": "338c7751-036e-474e-ba41-6103d2ee7d5a", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "b2171c76-416b-4d45-8824-cdc5e2f18490", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a9ffb346-565a-4d93-bea7-762c7ac61018", "resourceInvariantUUID": "f4b529d9-ce51-4fd9-be35-405ae095678e", "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": "NWY3NzhhNjVmNjAwMjQ0OTRhNWNkNmU4OTE4YmU3OGY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "df61d3f1-aee2-4f8c-81d9-18da9959b731", "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": "3a7e0fd6-9ae4-4db9-acb5-6955bb5fe2d0", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "7feac020-889a-4882-a5e9-df84a7b09478", "generatedFromUUID": "3a7e0fd6-9ae4-4db9-acb5-6955bb5fe2d0" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "7feac020-889a-4882-a5e9-df84a7b09478", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "NjQyM2Q1NTc5MmFjN2EwNzllMmFjNjgxOTI4MTI4NWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d50c5644-cbe0-435a-8827-56f099e41af2" } ], "workloadContext": "Production" } 2022-05-21T06:18:51.181Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-21T06:18:51.181Z|fd36b922-f624-437d-be5d-f1fb2f33f34c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 56e0b442-c9da-4dcd-a3cc-b7951258f1cf ASDC 2022-05-21T06:18:51.181Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:c13d9791-1e27-450c-90ef-5807a86dfc06 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:56e0b442-c9da-4dcd-a3cc-b7951258f1cf ServiceInvariantUUID:338c7751-036e-474e-ba41-6103d2ee7d5a 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:d50c5644-cbe0-435a-8827-56f099e41af2 ArtifactChecksum:NjQyM2Q1NTc5MmFjN2EwNzllMmFjNjgxOTI4MTI4NWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:b2171c76-416b-4d45-8824-cdc5e2f18490 ResourceInvariantUUID:f4b529d9-ce51-4fd9-be35-405ae095678e ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:a9ffb346-565a-4d93-bea7-762c7ac61018 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ArtifactUUID:df61d3f1-aee2-4f8c-81d9-18da9959b731 ArtifactChecksum:NWY3NzhhNjVmNjAwMjQ0OTRhNWNkNmU4OTE4YmU3OGY= 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:3a7e0fd6-9ae4-4db9-acb5-6955bb5fe2d0 ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:7feac020-889a-4882-a5e9-df84a7b09478 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:7feac020-889a-4882-a5e9-df84a7b09478 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-21T06:18:51.181Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 56e0b442-c9da-4dcd-a3cc-b7951258f1cf 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-05-21T06:18:51.205Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-21T06:18:51.206Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-05-21T06:18:51.206Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-05-21T06:18:51.206Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d50c5644-cbe0-435a-8827-56f099e41af2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-21T06:18:51.206Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-21T06:18:51.207Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-21T06:18:52.486Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-21T06:18:52.488Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar d50c5644-cbe0-435a-8827-56f099e41af2 78795 2022-05-21T06:18:52.488Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-05-21T06:18:52.489Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-21T06:18:52.489Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-21T06:18:52.489Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:18:52.490Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:18:52.490Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113932488, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T06:18:52.590Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:18:52.591Z||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-05-21T06:18:52.591Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:18:52.607Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:18:52.608Z||pool-109-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:18:53.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:18:53.413Z||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-05-21T06:18:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:18:53.431Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:18:53.433Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.434Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "aai-ml", "timestamp": 1653113836744, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.434Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.434Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.434Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "multicloud-k8s-id", "timestamp": 1653113828463, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.434Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.434Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.434Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "policy-id", "timestamp": 1653113829726, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.434Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "multicloud-k8s-id", "timestamp": 1653113828463, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.435Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "aai-ml", "timestamp": 1653113836744, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.435Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "policy-id", "timestamp": 1653113829726, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.435Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.436Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "cds", "timestamp": 1653113838711, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.436Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.436Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "multicloud-k8s-id", "timestamp": 1653113828463, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.436Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.436Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "aai-ml", "timestamp": 1653113836744, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.436Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.437Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "policy-id", "timestamp": 1653113829726, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.437Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.437Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.437Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "cds", "timestamp": 1653113838711, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.437Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.437Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.437Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "aai-ml", "timestamp": 1653113836744, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.437Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.437Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.437Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "multicloud-k8s-id", "timestamp": 1653113828463, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.438Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.438Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "policy-id", "timestamp": 1653113829726, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.438Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.438Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "ves-openapi-manager", "timestamp": 1653113840270, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.438Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.438Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "cds", "timestamp": 1653113838711, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.438Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.438Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "aai-ml", "timestamp": 1653113836744, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.438Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.438Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "multicloud-k8s-id", "timestamp": 1653113828463, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.438Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "policy-id", "timestamp": 1653113829726, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.439Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "ves-openapi-manager", "timestamp": 1653113840270, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.439Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "cds", "timestamp": 1653113838711, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.439Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "aai-ml", "timestamp": 1653113836744, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.439Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "multicloud-k8s-id", "timestamp": 1653113828463, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.439Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "policy-id", "timestamp": 1653113829726, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.439Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.440Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "ves-openapi-manager", "timestamp": 1653113840270, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.440Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.440Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "cds", "timestamp": 1653113838711, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.440Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.440Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "aai-ml", "timestamp": 1653113836744, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.440Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.440Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "multicloud-k8s-id", "timestamp": 1653113828463, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.440Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.440Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "policy-id", "timestamp": 1653113829726, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.440Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.440Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "ves-openapi-manager", "timestamp": 1653113840270, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.440Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.440Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "cds", "timestamp": 1653113838711, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.440Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.440Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "aai-ml", "timestamp": 1653113836744, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.440Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "multicloud-k8s-id", "timestamp": 1653113828463, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.441Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "policy-id", "timestamp": 1653113829726, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.441Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "ves-openapi-manager", "timestamp": 1653113840270, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.441Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "cds", "timestamp": 1653113838711, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.441Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "aai-ml", "timestamp": 1653113836744, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-21T06:18:53.441Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "multicloud-k8s-id", "timestamp": 1653113828463, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-21T06:18:53.441Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "policy-id", "timestamp": 1653113829726, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-21T06:18:53.442Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "ves-openapi-manager", "timestamp": 1653113840270, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.442Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "cds", "timestamp": 1653113838711, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.442Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "ves-openapi-manager", "timestamp": 1653113840270, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-05-21T06:18:53.442Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "aai-ml", "timestamp": 1653113847117, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T06:18:53.442Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:18:53.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "policy-id", "timestamp": 1653113847210, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T06:18:53.442Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:18:53.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "cds", "timestamp": 1653113838711, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-21T06:18:53.442Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.443Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "ves-openapi-manager", "timestamp": 1653113840270, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.443Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.443Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "policy-id", "timestamp": 1653113848213, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T06:18:53.443Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:18:53.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.443Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "cds", "timestamp": 1653113848599, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T06:18:53.443Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:18:53.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.443Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "ves-openapi-manager", "timestamp": 1653113840270, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.443Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.443Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "policy-id", "timestamp": 1653113849216, "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-05-21T06:18:53.452Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 219851d2-8d7e-4f63-b40e-114ce41f0d6e 2022-05-21T06:18:53.452Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 219851d2-8d7e-4f63-b40e-114ce41f0d6e 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-05-21T06:18:53.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.457Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "cds", "timestamp": 1653113849812, "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-05-21T06:18:53.458Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 219851d2-8d7e-4f63-b40e-114ce41f0d6e 2022-05-21T06:18:53.458Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 219851d2-8d7e-4f63-b40e-114ce41f0d6e 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-05-21T06:18:53.463Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.463Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "ves-openapi-manager", "timestamp": 1653113850188, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-05-21T06:18:53.463Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:18:53.463Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.463Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "aai-ml", "timestamp": 1653113851091, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T06:18:53.463Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:18:53.463Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.463Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "ves-openapi-manager", "timestamp": 1653113851202, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-05-21T06:18:53.463Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:18:53.463Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.463Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "aai-ml", "timestamp": 1653113852095, "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-05-21T06:18:53.465Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 219851d2-8d7e-4f63-b40e-114ce41f0d6e 2022-05-21T06:18:53.465Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 219851d2-8d7e-4f63-b40e-114ce41f0d6e 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-05-21T06:18:53.469Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.470Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "ves-openapi-manager", "timestamp": 1653113852204, "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-05-21T06:18:53.471Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 219851d2-8d7e-4f63-b40e-114ce41f0d6e 2022-05-21T06:18:53.471Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 219851d2-8d7e-4f63-b40e-114ce41f0d6e 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-05-21T06:18:53.476Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.476Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113852412, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.476Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.476Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.476Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "clamp", "timestamp": 1653113852966, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.476Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.476Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.476Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113852412, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.476Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.476Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.476Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "clamp", "timestamp": 1653113852966, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.477Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.477Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.477Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113852412, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.477Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.477Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.477Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "clamp", "timestamp": 1653113852966, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.477Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.477Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.477Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113852412, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.477Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.477Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.477Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "clamp", "timestamp": 1653113852966, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.477Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.477Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.477Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113852412, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.477Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.477Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.477Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "clamp", "timestamp": 1653113852966, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.477Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.477Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.477Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113852412, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.478Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.478Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.478Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "clamp", "timestamp": 1653113852966, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.478Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.478Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.478Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113852412, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.478Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.478Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.478Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "clamp", "timestamp": 1653113852966, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.478Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.478Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.478Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113852412, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.478Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.478Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.478Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "clamp", "timestamp": 1653113852966, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T06:18:53.478Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.478Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.478Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113852412, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-21T06:18:53.478Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.478Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.478Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "clamp", "timestamp": 1653113852966, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-21T06:18:53.478Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:18:53.479Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113862441, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T06:18:53.479Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:18:53.479Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113864242, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T06:18:53.479Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:18:53.479Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653113865250, "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-05-21T06:18:53.481Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 219851d2-8d7e-4f63-b40e-114ce41f0d6e 2022-05-21T06:18:53.481Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 219851d2-8d7e-4f63-b40e-114ce41f0d6e 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-05-21T06:18:53.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "clamp", "timestamp": 1653113867597, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T06:18:53.485Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:18:53.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "clamp", "timestamp": 1653113869605, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T06:18:53.485Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:18:53.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:18:53.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "clamp", "timestamp": 1653113870608, "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-05-21T06:18:53.488Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 219851d2-8d7e-4f63-b40e-114ce41f0d6e 2022-05-21T06:18:53.488Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 219851d2-8d7e-4f63-b40e-114ce41f0d6e 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-05-21T06:18:53.490Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-21T06:18:53.491Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-05-21T06:18:53.491Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: d50c5644-cbe0-435a-8827-56f099e41af2, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-21T06:18:53.492Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-05-21T06:18:53.492Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-21T06:18:53.492Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-21T06:18:53.574Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12482245347489985399/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-05-21T06:18:54.405Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-21T06:18:54.406Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-05-21T06:18:54.406Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-21T06:18:54.406Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-21T06:18:54.406Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||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-05-21T06:18:54.406Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||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-05-21T06:18:54.406Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-21T06:18:54.406Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-21T06:18:54.406Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-21T06:18:54.406Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-21T06:18:54.406Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-21T06:18:54.406Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||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-05-21T06:18:54.406Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-21T06:18:54.406Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-05-21T06:18:54.406Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:18:54.406Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:18:54.406Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-21T06:18:54.406Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-05-21T06:18:54.407Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-21T06:18:54.407Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:18:54.407Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:18:54.407Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-21T06:18:54.407Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-05-21T06:18:54.407Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-21T06:18:54.407Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:18:54.407Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:18:54.407Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:18:54.407Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-05-21T06:18:54.407Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-05-21T06:18:54.407Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-05-21T06:18:54.407Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-05-21T06:18:54.407Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-21T06:18:54.408Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-21T06:18:54.408Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:18:54.408Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-21T06:18:54.408Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:18:54.408Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-21T06:18:54.408Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-21T06:18:54.408Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:18:54.408Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-21T06:18:54.408Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-21T06:18:54.408Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:18:54.408Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-21T06:18:54.408Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-21T06:18:54.408Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:18:54.409Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-05-21T06:18:54.409Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-21T06:18:54.409Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-21T06:18:54.409Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4e05a1b8-ef63-4a06-a24f-6f564c3a8238 2022-05-21T06:18:54.409Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:18:54.409Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:18:54.409Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:18:54.409Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:18:54.409Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:18:54.409Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:18:54.409Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:18:54.409Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:18:54.409Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:56e0b442-c9da-4dcd-a3cc-b7951258f1cf Model Version:NULL Model InvariantUuid:338c7751-036e-474e-ba41-6103d2ee7d5a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:ce4c310e-200d-4930-b50b-b2d7964ce72b Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:f4b529d9-ce51-4fd9-be35-405ae095678e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b2171c76-416b-4d45-8824-cdc5e2f18490 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:de6ca40e-bdd9-4c0c-a3af-49023b257be6 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:499047c0-a76b-44d7-a120-a90bd0e5277b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:4e05a1b8-ef63-4a06-a24f-6f564c3a8238 ModelInvariantUuid:74d1becb-8e53-4e1d-bd1a-7ad0dbabfcea ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:8ac3c8eb-a19a-4b8b-a994-1dd7ba20685e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:e3289a6d-4a55-4263-9279-c4a22824354a ModelInvariantUuid:0bb5d37c-e837-48d1-906f-5ef7e6f5ae95 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:83ddb345-9d68-4c79-90a0-39f6b0af9bb0 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-05-21T06:18:54.412Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: a9ffb346-565a-4d93-bea7-762c7ac61018 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-05-21T06:18:54.414Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||basic_vm_macro 0 2022-05-21T06:18:54.414Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a9ffb346-565a-4d93-bea7-762c7ac61018 2022-05-21T06:18:54.414Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: df61d3f1-aee2-4f8c-81d9-18da9959b731 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-05-21T06:18:54.414Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-21T06:18:54.415Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-05-21T06:18:54.692Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-21T06:18:54.692Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json df61d3f1-aee2-4f8c-81d9-18da9959b731 792 2022-05-21T06:18:54.692Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-05-21T06:18:54.693Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-05-21T06:18:54.693Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-21T06:18:54.693Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:18:54.695Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:18:54.695Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113934692, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-21T06:18:54.795Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:18:54.796Z||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-05-21T06:18:54.796Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:18:54.806Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:18:54.806Z||pool-110-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:18:55.696Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "de6ca40e-bdd9-4c0c-a3af-49023b257be6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "499047c0-a76b-44d7-a120-a90bd0e5277b", "vfModuleModelCustomizationUUID": "0e6ea2c3-4897-48df-8a9a-d7c369676a54", "isBase": true, "artifacts": [ "3a7e0fd6-9ae4-4db9-acb5-6955bb5fe2d0", "7feac020-889a-4882-a5e9-df84a7b09478" ], "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-05-21T06:18:55.700Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:499047c0-a76b-44d7-a120-a90bd0e5277b VfModuleModelInvariantUUID:de6ca40e-bdd9-4c0c-a3af-49023b257be6 VfModuleModelDescription:NULL Artifacts UUID List:{ 3a7e0fd6-9ae4-4db9-acb5-6955bb5fe2d0 , 7feac020-889a-4882-a5e9-df84a7b09478 } 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-05-21T06:18:55.703Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "de6ca40e-bdd9-4c0c-a3af-49023b257be6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "499047c0-a76b-44d7-a120-a90bd0e5277b", "vfModuleModelCustomizationUUID": "0e6ea2c3-4897-48df-8a9a-d7c369676a54", "isBase": true, "artifacts": [ "3a7e0fd6-9ae4-4db9-acb5-6955bb5fe2d0", "7feac020-889a-4882-a5e9-df84a7b09478" ], "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-05-21T06:18:55.703Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:499047c0-a76b-44d7-a120-a90bd0e5277b VfModuleModelInvariantUUID:de6ca40e-bdd9-4c0c-a3af-49023b257be6 VfModuleModelDescription:NULL Artifacts UUID List:{ 3a7e0fd6-9ae4-4db9-acb5-6955bb5fe2d0 , 7feac020-889a-4882-a5e9-df84a7b09478 } 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-05-21T06:18:55.703Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3a7e0fd6-9ae4-4db9-acb5-6955bb5fe2d0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-05-21T06:18:55.703Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-21T06:18:55.703Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-05-21T06:18:55.889Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-21T06:18:55.890Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 3a7e0fd6-9ae4-4db9-acb5-6955bb5fe2d0 5033 2022-05-21T06:18:55.890Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-05-21T06:18:55.890Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-05-21T06:18:55.890Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-21T06:18:55.890Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:18:55.891Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:18:55.892Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113935890, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-21T06:18:55.992Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:18:55.993Z||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-05-21T06:18:55.993Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:18:56.002Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:18:56.002Z||pool-111-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:18:56.892Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7feac020-889a-4882-a5e9-df84a7b09478 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-05-21T06:18:56.893Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-21T06:18:56.893Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-05-21T06:18:57.184Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-21T06:18:57.184Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 7feac020-889a-4882-a5e9-df84a7b09478 903 2022-05-21T06:18:57.184Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-05-21T06:18:57.185Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-05-21T06:18:57.185Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-21T06:18:57.185Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:18:57.187Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:18:57.187Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113937184, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-21T06:18:57.287Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:18:57.287Z||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-05-21T06:18:57.288Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:18:57.299Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:18:57.299Z||pool-112-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:18:58.187Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 56e0b442-c9da-4dcd-a3cc-b7951258f1cf 2022-05-21T06:18:58.188Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 a9ffb346-565a-4d93-bea7-762c7ac61018 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-05-21T06:18:58.198Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3eba2831, org.onap.sdc.toscaparser.api.parameters.Input@48442789, org.onap.sdc.toscaparser.api.parameters.Input@3cec1eab, org.onap.sdc.toscaparser.api.parameters.Input@3f008fad, org.onap.sdc.toscaparser.api.parameters.Input@5094d3dc] 2022-05-21T06:18:58.199Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:18:58.199Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:18:58.199Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-05-21T06:18:58.200Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= b2171c76-416b-4d45-8824-cdc5e2f18490 2022-05-21T06:18:58.200Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b2171c76-416b-4d45-8824-cdc5e2f18490 matches Tosca VF Customization UUID: b2171c76-416b-4d45-8824-cdc5e2f18490 2022-05-21T06:18:58.200Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: b2171c76-416b-4d45-8824-cdc5e2f18490 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-05-21T06:18:58.201Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:18:58.201Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:18:58.202Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id b2171c76-416b-4d45-8824-cdc5e2f18490: {\"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-05-21T06:18:58.202Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5e861017 2022-05-21T06:18:58.202Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:18:58.202Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-21T06:18:58.202Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0e6ea2c3-4897-48df-8a9a-d7c369676a54 2022-05-21T06:18:58.202Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0e6ea2c3-4897-48df-8a9a-d7c369676a54 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-05-21T06:18:58.204Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:18:58.204Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-21T06:18:58.204Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-21T06:18:58.204Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:18:58.204Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-21T06:18:58.204Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-21T06:18:58.204Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:18:58.204Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-05-21T06:18:58.204Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-21T06:18:58.205Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-21T06:18:58.205Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4e05a1b8-ef63-4a06-a24f-6f564c3a8238 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-05-21T06:18:58.206Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:18:58.206Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-21T06:18:58.207Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-21T06:18:58.207Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:18:58.207Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-21T06:18:58.207Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=b2171c76-416b-4d45-8824-cdc5e2f18490 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-05-21T06:18:58.208Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:18:58.209Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:18:58.209Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 56e0b442-c9da-4dcd-a3cc-b7951258f1cf: basic_vm_macro 2022-05-21T06:18:58.209Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:18:58.209Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:18:58.209Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:18:58.209Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:18:58.209Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:18:58.209Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:18:58.209Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:18:58.209Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:18:58.210Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:18:58.210Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:18:58.210Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-21T06:18:58.269Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro a9ffb346-565a-4d93-bea7-762c7ac61018 1 ASDC deployResourceStructure 2022-05-21T06:18:58.269Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-05-21T06:18:58.269Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-05-21T06:18:58.269Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-21T06:18:58.269Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:18:58.271Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:18:58.271Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113938269, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-21T06:18:58.371Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:18:58.372Z||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-05-21T06:18:58.372Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:18:58.382Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:18:58.382Z||pool-113-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:18:59.271Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-05-21T06:18:59.272Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-05-21T06:18:59.272Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-21T06:18:59.272Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:18:59.275Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:18:59.275Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113939271, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-21T06:18:59.374Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-21T06:18:59.375Z||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-05-21T06:18:59.375Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:18:59.385Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:18:59.385Z||pool-114-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:19:00.276Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-05-21T06:19:00.276Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-05-21T06:19:00.276Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-21T06:19:00.277Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:19:00.279Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:19:00.279Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113940275, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-21T06:19:00.379Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:19:00.379Z||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-05-21T06:19:00.379Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:19:00.388Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:19:00.388Z||pool-115-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:19:01.280Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-05-21T06:19:01.280Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-21T06:19:01.280Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-21T06:19:01.280Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:19:01.282Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:19:01.282Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113941279, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T06:19:01.382Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:19:01.383Z||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-05-21T06:19:01.383Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:19:01.393Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:19:01.393Z||pool-116-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-05-21T06:19:02.283Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c13d9791-1e27-450c-90ef-5807a86dfc06 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-21T06:19:02.290Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c13d9791-1e27-450c-90ef-5807a86dfc06 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-21T06:19:02.292Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-21T06:19:02.292Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-21T06:19:02.292Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-21T06:19:02.292Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-21T06:19:02.292Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T06:19:02.293Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T06:19:02.293Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T06:19:02.293Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T06:19:02.293Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T06:19:02.293Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T06:19:02.293Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-21T06:19:02.296Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-21T06:19:32.296Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c13d9791-1e27-450c-90ef-5807a86dfc06 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-05-21T06:19:32.303Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c13d9791-1e27-450c-90ef-5807a86dfc06 and serviceModelVersionId: 56e0b442-c9da-4dcd-a3cc-b7951258f1cf 2022-05-21T06:19:32.303Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 338c7751-036e-474e-ba41-6103d2ee7d5a 2022-05-21T06:19:32.304Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/338c7751-036e-474e-ba41-6103d2ee7d5a/model-vers/model-ver/56e0b442-c9da-4dcd-a3cc-b7951258f1cf?depth=0 2022-05-21T06:19:32.310Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-05-21T06:19:32.338Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/338c7751-036e-474e-ba41-6103d2ee7d5a/model-vers/model-ver/56e0b442-c9da-4dcd-a3cc-b7951258f1cf?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-05-21T06:19:32.338Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/338c7751-036e-474e-ba41-6103d2ee7d5a/model-vers/model-ver/56e0b442-c9da-4dcd-a3cc-b7951258f1cf?depth=0|INFO|500||Invoke 2022-05-21T06:19:32.355Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/338c7751-036e-474e-ba41-6103d2ee7d5a/model-vers/model-ver/56e0b442-c9da-4dcd-a3cc-b7951258f1cf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-21T06:19:32.439Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/338c7751-036e-474e-ba41-6103d2ee7d5a/model-vers/model-ver/56e0b442-c9da-4dcd-a3cc-b7951258f1cf?depth=0|INFO|500||InvokeReturn 2022-05-21T06:19:32.440Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/338c7751-036e-474e-ba41-6103d2ee7d5a/model-vers/model-ver/56e0b442-c9da-4dcd-a3cc-b7951258f1cf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220521-06:19:32:360-9115], vertex-id=[286864], Content-Length=[0], Date=[Sat, 21 May 2022 06:19:32 GMT], Content-Type=[application/json]} 2022-05-21T06:19:32.440Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2022-05-21T06:19:32.440Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-21T06:19:32.440Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-21T06:19:32.443Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-21T06:19:32.444Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c13d9791-1e27-450c-90ef-5807a86dfc06 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-21T06:19:32.444Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-21T06:19:32.444Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:19:32.446Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:19:32.446Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113972444, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-21T06:19:32.547Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-21T06:19:32.547Z||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-05-21T06:19:32.548Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:19:32.562Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:19:32.562Z||pool-117-thread-1|||||INFO|500||cambria reply ok (15 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-05-21T06:19:33.456Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:19:33.456Z|c13d9791-1e27-450c-90ef-5807a86dfc06|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-05-21T06:19:33.456Z|c13d9791-1e27-450c-90ef-5807a86dfc06|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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:19:37.812Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:19:37.813Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T06:19:37.813Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"042ff285-182d-4f06-af82-73628881e653","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"f47f5c86-c074-48eb-8852-ec81dce2e61b","serviceDescription":"service","serviceInvariantUUID":"69fe8368-f1be-4b75-864b-6afac067fa97","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"44cb7ceb-d3e6-43f2-946a-73f8c2ca137d","resourceInvariantUUID":"16bddc90-88ce-40b1-bb10-03f2aa282c26","resourceCustomizationUUID":"c3fc50d9-5154-48ab-9591-e53a66c61721","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":"ZGQ4ZWI5N2VhZmVhNTNjMTA0ZDQ2YjRlZmY2ZDQ3NzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b5ac2144-e8ea-4349-8bd9-fb3194610e67","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":"MDFlZjE4NWRhNTZmNjljYzVmMGZiODRlYTI2ZGYyMDk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b0589a94-cb38-4523-a7bd-f381dede6701","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":"3efd8dd4-2a12-4b6f-a89c-a84c83f87300","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":"18b25b29-437c-429c-9f3f-45b726da968c","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":"55d58ac0-035a-4cd2-9936-1d7616a1d66f","artifactVersion":"2","generatedFromUUID":"da2da16d-1544-48bc-8d1f-07efb888200d"},{"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":"d033c842-dbee-4f7e-899d-d62fccb36aab","artifactVersion":"2","generatedFromUUID":"3efd8dd4-2a12-4b6f-a89c-a84c83f87300"},{"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":"da2da16d-1544-48bc-8d1f-07efb888200d","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":"060b6931-6090-4c90-9bd7-2f40ae79cd7a","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":"YTdhNmYzMjAxYzA5YjBiNGQyZmMzNzQzOTBlYTVkZGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7bc245b6-dbb4-4610-ac2c-a8b7cbe51af3","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MmYyNjE4MTVmYzU2MzcwMWNiNTcwM2UzNmM1MzFiNjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"62e6a871-f672-4c9b-b5cc-fb8a9ff08ad1","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-21T06:19:37.814Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T06:19:37.815Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:19:37.816Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:19:37.816Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113973456, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:19:37.917Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-21T06:19:37.917Z||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-05-21T06:19:37.918Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:19:37.927Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:19:37.927Z||pool-118-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:19:38.817Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T06:19:38.818Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:19:38.820Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:19:38.821Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113973456, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-21T06:19:38.921Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:19:38.922Z||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-05-21T06:19:38.922Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:19:38.932Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:19:38.933Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:19:39.821Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T06:19:39.822Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:19:39.823Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:19:39.824Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113973456, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-21T06:19:39.924Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:19:39.925Z||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-05-21T06:19:39.925Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:19:39.935Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:19:39.936Z||pool-120-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:19:40.824Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T06:19:40.825Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:19:40.828Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:19:40.828Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113973456, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:19:40.928Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:19:40.929Z||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-05-21T06:19:40.929Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:19:40.939Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:19:40.940Z||pool-121-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:19:41.828Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T06:19:41.829Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:19:41.832Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:19:41.832Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113973456, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-05-21T06:19:41.932Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:19:41.932Z||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-05-21T06:19:41.933Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:19:41.942Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:19:41.943Z||pool-122-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:19:42.832Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T06:19:42.832Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:19:42.835Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:19:42.835Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113973456, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-05-21T06:19:42.935Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:19:42.936Z||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-05-21T06:19:42.936Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:19:42.946Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:19:42.946Z||pool-123-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:19:43.836Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T06:19:43.837Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:19:43.838Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:19:43.839Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113973456, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-05-21T06:19:43.939Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:19:43.940Z||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-05-21T06:19:43.940Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:19:43.950Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:19:43.950Z||pool-124-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:19:44.839Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T06:19:44.840Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:19:44.842Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:19:44.842Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113973456, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-21T06:19:44.942Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:19:44.943Z||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-05-21T06:19:44.943Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:19:44.953Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:19:44.953Z||pool-125-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:19:45.842Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T06:19:45.843Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:19:45.845Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:19:45.846Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113973456, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T06:19:45.946Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:19:45.946Z||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-05-21T06:19:45.947Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:19:45.963Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:19:45.963Z||pool-126-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:19:46.846Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T06:19:46.847Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:19:46.849Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:19:46.850Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113973456, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-21T06:19:46.950Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:19:46.951Z||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-05-21T06:19:46.951Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:19:46.961Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:19:46.961Z||pool-127-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:19:47.851Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "f47f5c86-c074-48eb-8852-ec81dce2e61b", "serviceDescription": "service", "serviceInvariantUUID": "69fe8368-f1be-4b75-864b-6afac067fa97", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "c3fc50d9-5154-48ab-9591-e53a66c61721", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "44cb7ceb-d3e6-43f2-946a-73f8c2ca137d", "resourceInvariantUUID": "16bddc90-88ce-40b1-bb10-03f2aa282c26", "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": "MDFlZjE4NWRhNTZmNjljYzVmMGZiODRlYTI2ZGYyMDk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b0589a94-cb38-4523-a7bd-f381dede6701", "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": "3efd8dd4-2a12-4b6f-a89c-a84c83f87300", "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": "d033c842-dbee-4f7e-899d-d62fccb36aab", "generatedFromUUID": "3efd8dd4-2a12-4b6f-a89c-a84c83f87300" }, "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": "55d58ac0-035a-4cd2-9936-1d7616a1d66f", "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": "d033c842-dbee-4f7e-899d-d62fccb36aab", "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": "da2da16d-1544-48bc-8d1f-07efb888200d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "MmYyNjE4MTVmYzU2MzcwMWNiNTcwM2UzNmM1MzFiNjQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "62e6a871-f672-4c9b-b5cc-fb8a9ff08ad1" } ], "workloadContext": "Production" } 2022-05-21T06:19:47.851Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-21T06:19:47.851Z|c13d9791-1e27-450c-90ef-5807a86dfc06|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f47f5c86-c074-48eb-8852-ec81dce2e61b ASDC 2022-05-21T06:19:47.852Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:042ff285-182d-4f06-af82-73628881e653 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:f47f5c86-c074-48eb-8852-ec81dce2e61b ServiceInvariantUUID:69fe8368-f1be-4b75-864b-6afac067fa97 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:62e6a871-f672-4c9b-b5cc-fb8a9ff08ad1 ArtifactChecksum:MmYyNjE4MTVmYzU2MzcwMWNiNTcwM2UzNmM1MzFiNjQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:c3fc50d9-5154-48ab-9591-e53a66c61721 ResourceInvariantUUID:16bddc90-88ce-40b1-bb10-03f2aa282c26 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:44cb7ceb-d3e6-43f2-946a-73f8c2ca137d 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:b0589a94-cb38-4523-a7bd-f381dede6701 ArtifactChecksum:MDFlZjE4NWRhNTZmNjljYzVmMGZiODRlYTI2ZGYyMDk= 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:3efd8dd4-2a12-4b6f-a89c-a84c83f87300 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:d033c842-dbee-4f7e-899d-d62fccb36aab 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:55d58ac0-035a-4cd2-9936-1d7616a1d66f 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:d033c842-dbee-4f7e-899d-d62fccb36aab 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:da2da16d-1544-48bc-8d1f-07efb888200d ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-21T06:19:47.852Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f47f5c86-c074-48eb-8852-ec81dce2e61b 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-05-21T06:19:47.881Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-21T06:19:47.881Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-05-21T06:19:47.881Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-05-21T06:19:47.881Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 62e6a871-f672-4c9b-b5cc-fb8a9ff08ad1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-21T06:19:47.882Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-21T06:19:47.882Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-21T06:19:48.806Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-21T06:19:48.816Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 62e6a871-f672-4c9b-b5cc-fb8a9ff08ad1 158200 2022-05-21T06:19:48.816Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-05-21T06:19:48.817Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-21T06:19:48.817Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-21T06:19:48.817Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:19:48.818Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:19:48.818Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113988816, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T06:19:48.919Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:19:48.919Z||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-05-21T06:19:48.919Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:19:48.929Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:19:48.929Z||pool-128-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:19:49.819Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-21T06:19:49.820Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-05-21T06:19:49.820Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 62e6a871-f672-4c9b-b5cc-fb8a9ff08ad1, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-21T06:19:49.820Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-05-21T06:19:49.821Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-21T06:19:49.821Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-21T06:19:49.906Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17126995074488639840/Definitions/service-BasicCnfMacro-template.yml 2022-05-21T06:19:50.782Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-21T06:19:50.783Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-05-21T06:19:50.783Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-21T06:19:50.783Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-05-21T06:19:50.783Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-21T06:19:50.783Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-21T06:19:50.783Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-21T06:19:50.783Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||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-05-21T06:19:50.783Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-05-21T06:19:50.783Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:19:50.784Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:19:50.784Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-21T06:19:50.784Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-05-21T06:19:50.784Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-21T06:19:50.784Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:19:50.784Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:19:50.784Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-21T06:19:50.785Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-05-21T06:19:50.785Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-21T06:19:50.785Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:19:50.785Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:19:50.785Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:19:50.785Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-05-21T06:19:50.785Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-05-21T06:19:50.786Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-05-21T06:19:50.786Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-21T06:19:50.786Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:19:50.786Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-21T06:19:50.786Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:19:50.786Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-21T06:19:50.786Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-21T06:19:50.787Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:19:50.787Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-21T06:19:50.787Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-21T06:19:50.787Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:19:50.787Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-21T06:19:50.787Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-21T06:19:50.787Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:19:50.788Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-21T06:19:50.788Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-21T06:19:50.788Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:19:50.788Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-05-21T06:19:50.788Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-05-21T06:19:50.788Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=e0b504fb-eabd-4563-98a1-f8c5b3f0dbcc 2022-05-21T06:19:50.788Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:19:50.788Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:19:50.789Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:19:50.789Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:19:50.789Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:19:50.789Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:19:50.789Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:19:50.789Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:19:50.789Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:f47f5c86-c074-48eb-8852-ec81dce2e61b Model Version:NULL Model InvariantUuid:69fe8368-f1be-4b75-864b-6afac067fa97 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:728771cf-f93e-4a30-8c25-63f3b207e983 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:16bddc90-88ce-40b1-bb10-03f2aa282c26 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c3fc50d9-5154-48ab-9591-e53a66c61721 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:3e0bab51-401f-4c2a-a552-ab4cf4e0186a ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:116590b0-b4a8-43e7-8616-135259932e06 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:6b9f79a4-0d65-4192-b902-6db64e702bc5 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:80a719b9-176e-4222-824a-125ddd35871f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e0b504fb-eabd-4563-98a1-f8c5b3f0dbcc ModelInvariantUuid:f2c8857f-8291-40e5-ae6d-afbc407e532c ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:57df4f52-73bd-4bad-b0af-5641927fa6d0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:cc2020ee-fd98-4b54-aeb7-db4255d68bb7 ModelInvariantUuid:f7acae75-db2a-4f8b-8e98-3aa4058f4b32 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:68ccce1d-28f2-44b3-89e4-5aa4b66ebcc8 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-05-21T06:19:50.793Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 44cb7ceb-d3e6-43f2-946a-73f8c2ca137d 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-05-21T06:19:50.795Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||basic_cnf_macro 0 2022-05-21T06:19:50.795Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 44cb7ceb-d3e6-43f2-946a-73f8c2ca137d 2022-05-21T06:19:50.795Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b0589a94-cb38-4523-a7bd-f381dede6701 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-05-21T06:19:50.795Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-21T06:19:50.795Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-05-21T06:19:51.192Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-21T06:19:51.193Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json b0589a94-cb38-4523-a7bd-f381dede6701 1565 2022-05-21T06:19:51.193Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-05-21T06:19:51.193Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-05-21T06:19:51.193Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-21T06:19:51.193Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:19:51.196Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:19:51.196Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113991193, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-21T06:19:51.296Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:19:51.297Z||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-05-21T06:19:51.297Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:19:51.308Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:19:51.308Z||pool-129-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-05-21T06:19:52.196Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "6b9f79a4-0d65-4192-b902-6db64e702bc5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "80a719b9-176e-4222-824a-125ddd35871f", "vfModuleModelCustomizationUUID": "3f240629-d133-4051-aad3-8e0a39dee62e", "isBase": true, "artifacts": [ "3efd8dd4-2a12-4b6f-a89c-a84c83f87300", "d033c842-dbee-4f7e-899d-d62fccb36aab" ], "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": "3e0bab51-401f-4c2a-a552-ab4cf4e0186a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "116590b0-b4a8-43e7-8616-135259932e06", "vfModuleModelCustomizationUUID": "2dbd6b30-f9e4-439b-9790-824c23e6b2c2", "isBase": false, "artifacts": [ "da2da16d-1544-48bc-8d1f-07efb888200d" ], "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-05-21T06:19:52.202Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:80a719b9-176e-4222-824a-125ddd35871f VfModuleModelInvariantUUID:6b9f79a4-0d65-4192-b902-6db64e702bc5 VfModuleModelDescription:NULL Artifacts UUID List:{ 3efd8dd4-2a12-4b6f-a89c-a84c83f87300 , d033c842-dbee-4f7e-899d-d62fccb36aab } 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:116590b0-b4a8-43e7-8616-135259932e06 VfModuleModelInvariantUUID:3e0bab51-401f-4c2a-a552-ab4cf4e0186a VfModuleModelDescription:NULL Artifacts UUID List:{ da2da16d-1544-48bc-8d1f-07efb888200d } 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-05-21T06:19:52.205Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "6b9f79a4-0d65-4192-b902-6db64e702bc5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "80a719b9-176e-4222-824a-125ddd35871f", "vfModuleModelCustomizationUUID": "3f240629-d133-4051-aad3-8e0a39dee62e", "isBase": true, "artifacts": [ "3efd8dd4-2a12-4b6f-a89c-a84c83f87300", "d033c842-dbee-4f7e-899d-d62fccb36aab" ], "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": "3e0bab51-401f-4c2a-a552-ab4cf4e0186a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "116590b0-b4a8-43e7-8616-135259932e06", "vfModuleModelCustomizationUUID": "2dbd6b30-f9e4-439b-9790-824c23e6b2c2", "isBase": false, "artifacts": [ "da2da16d-1544-48bc-8d1f-07efb888200d" ], "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-05-21T06:19:52.205Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:80a719b9-176e-4222-824a-125ddd35871f VfModuleModelInvariantUUID:6b9f79a4-0d65-4192-b902-6db64e702bc5 VfModuleModelDescription:NULL Artifacts UUID List:{ 3efd8dd4-2a12-4b6f-a89c-a84c83f87300 , d033c842-dbee-4f7e-899d-d62fccb36aab } 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:116590b0-b4a8-43e7-8616-135259932e06 VfModuleModelInvariantUUID:3e0bab51-401f-4c2a-a552-ab4cf4e0186a VfModuleModelDescription:NULL Artifacts UUID List:{ da2da16d-1544-48bc-8d1f-07efb888200d } 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-05-21T06:19:52.205Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3efd8dd4-2a12-4b6f-a89c-a84c83f87300 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-05-21T06:19:52.205Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-21T06:19:52.205Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-05-21T06:19:52.497Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-21T06:19:52.497Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 3efd8dd4-2a12-4b6f-a89c-a84c83f87300 914 2022-05-21T06:19:52.497Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-05-21T06:19:52.498Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-05-21T06:19:52.498Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-21T06:19:52.498Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:19:52.500Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:19:52.500Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113992497, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-05-21T06:19:52.600Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:19:52.601Z||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-05-21T06:19:52.601Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:19:52.610Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:19:52.611Z||pool-130-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-05-21T06:19:53.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:19:53.413Z||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-05-21T06:19:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:19:53.429Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:19:53.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:19:53.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd36b922-f624-437d-be5d-f1fb2f33f34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113922138, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR" } 2022-05-21T06:19:53.431Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:19:53.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:19:53.431Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113693411, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:19:53.431Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:19:53.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:19:53.431Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113693411, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-21T06:19:53.431Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:19:53.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:19:53.431Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113693411, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-21T06:19:53.432Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:19:53.432Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:19:53.432Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113693411, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:19:53.432Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:19:53.432Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:19:53.432Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113693411, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-21T06:19:53.432Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:19:53.432Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:19:53.432Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113693411, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-21T06:19:53.432Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:19:53.432Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:19:53.432Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113693411, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T06:19:53.432Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:19:53.433Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:19:53.433Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113693411, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-21T06:19:53.433Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:19:53.433Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:19:53.433Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113932488, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T06:19:53.433Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:19:53.501Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 55d58ac0-035a-4cd2-9936-1d7616a1d66f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-05-21T06:19:53.501Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-21T06:19:53.501Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-05-21T06:19:53.899Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-21T06:19:53.899Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 55d58ac0-035a-4cd2-9936-1d7616a1d66f 12 2022-05-21T06:19:53.900Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-05-21T06:19:53.900Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-05-21T06:19:53.900Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-21T06:19:53.900Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:19:53.902Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:19:53.902Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113993899, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-05-21T06:19:54.002Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:19:54.003Z||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-05-21T06:19:54.003Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:19:54.014Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:19:54.014Z||pool-131-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:19:54.903Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d033c842-dbee-4f7e-899d-d62fccb36aab from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-05-21T06:19:54.904Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-21T06:19:54.904Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-05-21T06:19:55.099Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-21T06:19:55.100Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env d033c842-dbee-4f7e-899d-d62fccb36aab 96 2022-05-21T06:19:55.100Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-05-21T06:19:55.100Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-05-21T06:19:55.100Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-21T06:19:55.100Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:19:55.102Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:19:55.102Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113995100, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-05-21T06:19:55.202Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:19:55.203Z||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-05-21T06:19:55.203Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:19:55.213Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:19:55.213Z||pool-132-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:19:56.103Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: da2da16d-1544-48bc-8d1f-07efb888200d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-05-21T06:19:56.103Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-21T06:19:56.104Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-05-21T06:19:56.214Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-21T06:19:56.215Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz da2da16d-1544-48bc-8d1f-07efb888200d 20206 2022-05-21T06:19:56.215Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-05-21T06:19:56.215Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-05-21T06:19:56.215Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-21T06:19:56.215Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:19:56.218Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:19:56.218Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113996215, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-05-21T06:19:56.317Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-21T06:19:56.318Z||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-05-21T06:19:56.318Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:19:56.334Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:19:56.334Z||pool-133-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:19:57.224Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: f47f5c86-c074-48eb-8852-ec81dce2e61b 2022-05-21T06:19:57.224Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 44cb7ceb-d3e6-43f2-946a-73f8c2ca137d 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-05-21T06:19:57.230Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@43c7b69b, org.onap.sdc.toscaparser.api.parameters.Input@7d16a27e, org.onap.sdc.toscaparser.api.parameters.Input@3f3ddf84, org.onap.sdc.toscaparser.api.parameters.Input@70746aae, org.onap.sdc.toscaparser.api.parameters.Input@ef97955] 2022-05-21T06:19:57.231Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:19:57.232Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:19:57.232Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-05-21T06:19:57.232Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= c3fc50d9-5154-48ab-9591-e53a66c61721 2022-05-21T06:19:57.232Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c3fc50d9-5154-48ab-9591-e53a66c61721 matches Tosca VF Customization UUID: c3fc50d9-5154-48ab-9591-e53a66c61721 2022-05-21T06:19:57.232Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: c3fc50d9-5154-48ab-9591-e53a66c61721 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-05-21T06:19:57.234Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:19:57.234Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:19:57.234Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id c3fc50d9-5154-48ab-9591-e53a66c61721: {\"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-05-21T06:19:57.234Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@44d6204b 2022-05-21T06:19:57.235Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:19:57.235Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-21T06:19:57.235Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2dbd6b30-f9e4-439b-9790-824c23e6b2c2 2022-05-21T06:19:57.235Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2dbd6b30-f9e4-439b-9790-824c23e6b2c2 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-05-21T06:19:57.236Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:19:57.237Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-21T06:19:57.237Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-21T06:19:57.237Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:19:57.238Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-21T06:19:57.238Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-21T06:19:57.238Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:19:57.239Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-21T06:19:57.239Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=c3fc50d9-5154-48ab-9591-e53a66c61721 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-05-21T06:19:57.240Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:19:57.240Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:19:57.241Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid f47f5c86-c074-48eb-8852-ec81dce2e61b: basic_cnf_macro 2022-05-21T06:19:57.241Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:19:57.241Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:19:57.241Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:19:57.241Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:19:57.242Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:19:57.242Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:19:57.242Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:19:57.242Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:19:57.242Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:19:57.242Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:19:57.242Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-21T06:19:57.262Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 44cb7ceb-d3e6-43f2-946a-73f8c2ca137d 2 ASDC deployResourceStructure 2022-05-21T06:19:57.263Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-05-21T06:19:57.263Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-05-21T06:19:57.263Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-21T06:19:57.263Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:19:57.264Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:19:57.265Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113997263, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-21T06:19:57.365Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:19:57.366Z||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-05-21T06:19:57.366Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:19:57.378Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:19:57.378Z||pool-134-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:19:58.266Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-05-21T06:19:58.266Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-05-21T06:19:58.266Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-21T06:19:58.267Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:19:58.268Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:19:58.269Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113998265, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-05-21T06:19:58.369Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:19:58.369Z||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-05-21T06:19:58.370Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:19:58.381Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:19:58.381Z||pool-135-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-05-21T06:19:59.270Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-05-21T06:19:59.270Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-05-21T06:19:59.271Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-21T06:19:59.271Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:19:59.273Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:19:59.273Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113999269, "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-05-21T06:19:59.373Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:19:59.374Z||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-05-21T06:19:59.374Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:19:59.385Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:19:59.385Z||pool-136-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:20:00.274Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-05-21T06:20:00.275Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-05-21T06:20:00.275Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-21T06:20:00.275Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:20:00.277Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:20:00.277Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653114000274, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-05-21T06:20:00.377Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:20:00.378Z||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-05-21T06:20:00.378Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:20:00.388Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:20:00.388Z||pool-137-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:20:01.277Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-05-21T06:20:01.278Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-05-21T06:20:01.278Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-21T06:20:01.279Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:20:01.280Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:20:01.280Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653114001277, "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-05-21T06:20:01.381Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:20:01.382Z||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-05-21T06:20:01.382Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:20:01.392Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:20:01.393Z||pool-138-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-05-21T06:20:02.282Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-05-21T06:20:02.282Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-21T06:20:02.282Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-21T06:20:02.282Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:20:02.284Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:20:02.284Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653114002282, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T06:20:02.384Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:20:02.384Z||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-05-21T06:20:02.385Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:20:02.396Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:20:02.396Z||pool-139-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:20:03.284Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 042ff285-182d-4f06-af82-73628881e653 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-21T06:20:03.293Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 042ff285-182d-4f06-af82-73628881e653 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-21T06:20:03.294Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-21T06:20:03.295Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-21T06:20:03.295Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-21T06:20:03.295Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-21T06:20:03.295Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T06:20:03.295Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T06:20:03.295Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T06:20:03.295Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T06:20:03.295Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T06:20:03.296Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T06:20:03.296Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-21T06:20:03.298Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-21T06:20:33.299Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 042ff285-182d-4f06-af82-73628881e653 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-05-21T06:20:33.303Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 042ff285-182d-4f06-af82-73628881e653 and serviceModelVersionId: f47f5c86-c074-48eb-8852-ec81dce2e61b 2022-05-21T06:20:33.303Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 69fe8368-f1be-4b75-864b-6afac067fa97 2022-05-21T06:20:33.304Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/69fe8368-f1be-4b75-864b-6afac067fa97/model-vers/model-ver/f47f5c86-c074-48eb-8852-ec81dce2e61b?depth=0 2022-05-21T06:20:33.310Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-05-21T06:20:33.334Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69fe8368-f1be-4b75-864b-6afac067fa97/model-vers/model-ver/f47f5c86-c074-48eb-8852-ec81dce2e61b?depth=0|INFO|500||Invoke 2022-05-21T06:20:33.334Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69fe8368-f1be-4b75-864b-6afac067fa97/model-vers/model-ver/f47f5c86-c074-48eb-8852-ec81dce2e61b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69fe8368-f1be-4b75-864b-6afac067fa97/model-vers/model-ver/f47f5c86-c074-48eb-8852-ec81dce2e61b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[042ff285-182d-4f06-af82-73628881e653], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c9208f4b-220b-49b9-b3ac-08147a7b4c92], X-ECOMP-RequestID=[042ff285-182d-4f06-af82-73628881e653], X-TransactionId=[], X-ONAP-RequestID=[042ff285-182d-4f06-af82-73628881e653], Content-Type=[application/merge-patch+json]} 2022-05-21T06:20:33.352Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69fe8368-f1be-4b75-864b-6afac067fa97/model-vers/model-ver/f47f5c86-c074-48eb-8852-ec81dce2e61b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-21T06:20:33.442Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69fe8368-f1be-4b75-864b-6afac067fa97/model-vers/model-ver/f47f5c86-c074-48eb-8852-ec81dce2e61b?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/69fe8368-f1be-4b75-864b-6afac067fa97/model-vers/model-ver/f47f5c86-c074-48eb-8852-ec81dce2e61b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220521-06:20:33:358-73797], vertex-id=[512104], Content-Length=[0], Date=[Sat, 21 May 2022 06:20:33 GMT], Content-Type=[application/json]} 2022-05-21T06:20:33.443Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69fe8368-f1be-4b75-864b-6afac067fa97/model-vers/model-ver/f47f5c86-c074-48eb-8852-ec81dce2e61b?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-21T06:20:33.443Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69fe8368-f1be-4b75-864b-6afac067fa97/model-vers/model-ver/f47f5c86-c074-48eb-8852-ec81dce2e61b?depth=0|INFO|500||InvokeReturn 2022-05-21T06:20:33.444Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-21T06:20:33.444Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-21T06:20:33.447Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-21T06:20:33.447Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 042ff285-182d-4f06-af82-73628881e653 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-21T06:20:33.447Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-21T06:20:33.448Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:20:33.450Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:20:33.450Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653114033447, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-21T06:20:33.549Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-21T06:20:33.550Z||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-05-21T06:20:33.550Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:20:33.565Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:20:33.565Z||pool-140-thread-1|||||INFO|500||cambria reply ok (15 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-05-21T06:20:34.460Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-21T06:20:34.461Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"219851d2-8d7e-4f63-b40e-114ce41f0d6e","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"fc1ebad4-37b8-4e7b-bc5a-468b5d1a0a74","serviceDescription":"service","serviceInvariantUUID":"f868cfb5-0f50-49a4-abf5-733c809c4028","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"bcf734be-d52d-4acf-a7d0-ed04b05a703b","resourceInvariantUUID":"93ff3fc2-444a-4a52-9aa9-15ae846f975c","resourceCustomizationUUID":"a9623301-899a-4e79-98b8-3c4bb304b56d","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":"Yzk4Mzk2YWUwN2ZmZjlmY2FkMDMwYzRhNzhjZWVkZjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f78c5977-cdb4-4477-bb8c-3d562d9e3cde","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":"8478600f-9e36-44bf-ba6f-c1bef681ed73","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":"9a7d4371-ff1d-4703-8650-aec96fe7ed13","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":"ZmY2YjYxZmVjM2JhNGYzOWViZWJlNTI4OTNhZDIyZTY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e84a2f7f-a9cb-4d57-8a50-121353c6a482","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":"91ef3854-0490-4e1e-b045-7b8e729819de","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":"cf245b2f-0d25-4acc-a937-f92a16f2fe47","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":"4eae849a-025b-42ea-83e6-3e3fde4dc2b7","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":"MzM0OWY2OThjYjQ0OWM2NzU3NjYwZDE5YTgwMjI4NmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2dd38066-c287-4f7b-9a19-fe950edf0cc2","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NmNiNWMwZGQyM2VhY2QxYzExNDU2NmI3ZmRjZGY4YjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"259464c4-e336-42a1-95ac-0069366f6ab0","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-21T06:20:34.461Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T06:20:34.461Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:20:34.462Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:20:34.463Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113973456, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:20:34.562Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-21T06:20:34.563Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-21T06:20:34.563Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:20:34.573Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:20:34.573Z||pool-141-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:20:35.463Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T06:20:35.464Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:20:35.465Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:20:35.465Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113973456, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-21T06:20:35.565Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:20:35.566Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-21T06:20:35.566Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:20:35.575Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:20:35.576Z||pool-142-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:20:36.466Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T06:20:36.466Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:20:36.468Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:20:36.468Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113973456, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-21T06:20:36.568Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-21T06:20:36.568Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-21T06:20:36.568Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:20:36.578Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:20:36.579Z||pool-143-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-05-21T06:20:37.468Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T06:20:37.469Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:20:37.471Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:20:37.471Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113973456, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-21T06:20:37.571Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:20:37.571Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-21T06:20:37.572Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:20:37.581Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:20:37.582Z||pool-144-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:20:38.471Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T06:20:38.472Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:20:38.474Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:20:38.474Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113973456, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:20:38.574Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:20:38.575Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-21T06:20:38.575Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:20:38.585Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:20:38.585Z||pool-145-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:20:39.475Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T06:20:39.476Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:20:39.478Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:20:39.479Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113973456, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:20:39.578Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-21T06:20:39.579Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-21T06:20:39.579Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:20:39.588Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:20:39.589Z||pool-146-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:20:40.479Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T06:20:40.480Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:20:40.483Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:20:40.483Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113973456, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:20:40.582Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-21T06:20:40.583Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-21T06:20:40.583Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:20:40.593Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:20:40.593Z||pool-147-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:20:41.483Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T06:20:41.484Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:20:41.486Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:20:41.487Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113973456, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T06:20:41.586Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-21T06:20:41.587Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-21T06:20:41.587Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:20:41.596Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:20:41.597Z||pool-148-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-05-21T06:20:42.487Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-21T06:20:42.488Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:20:42.490Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:20:42.490Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113973456, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-21T06:20:42.590Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-21T06:20:42.590Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-21T06:20:42.591Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:20:42.605Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:20:42.605Z||pool-149-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:20:43.491Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "fc1ebad4-37b8-4e7b-bc5a-468b5d1a0a74", "serviceDescription": "service", "serviceInvariantUUID": "f868cfb5-0f50-49a4-abf5-733c809c4028", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "a9623301-899a-4e79-98b8-3c4bb304b56d", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "bcf734be-d52d-4acf-a7d0-ed04b05a703b", "resourceInvariantUUID": "93ff3fc2-444a-4a52-9aa9-15ae846f975c", "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": "NmNiNWMwZGQyM2VhY2QxYzExNDU2NmI3ZmRjZGY4YjI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "259464c4-e336-42a1-95ac-0069366f6ab0" } ], "workloadContext": "Production" } 2022-05-21T06:20:43.491Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-21T06:20:43.491Z|042ff285-182d-4f06-af82-73628881e653|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fc1ebad4-37b8-4e7b-bc5a-468b5d1a0a74 ASDC 2022-05-21T06:20:43.492Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:219851d2-8d7e-4f63-b40e-114ce41f0d6e ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:fc1ebad4-37b8-4e7b-bc5a-468b5d1a0a74 ServiceInvariantUUID:f868cfb5-0f50-49a4-abf5-733c809c4028 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:259464c4-e336-42a1-95ac-0069366f6ab0 ArtifactChecksum:NmNiNWMwZGQyM2VhY2QxYzExNDU2NmI3ZmRjZGY4YjI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:a9623301-899a-4e79-98b8-3c4bb304b56d ResourceInvariantUUID:93ff3fc2-444a-4a52-9aa9-15ae846f975c ResourceName:test-pnf ResourceType:PNF ResourceUUID:bcf734be-d52d-4acf-a7d0-ed04b05a703b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-05-21T06:20:43.492Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fc1ebad4-37b8-4e7b-bc5a-468b5d1a0a74 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-05-21T06:20:43.509Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-21T06:20:43.509Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-05-21T06:20:43.509Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-05-21T06:20:43.509Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 259464c4-e336-42a1-95ac-0069366f6ab0 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-21T06:20:43.509Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-21T06:20:43.510Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-21T06:20:44.039Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-21T06:20:44.045Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 259464c4-e336-42a1-95ac-0069366f6ab0 105655 2022-05-21T06:20:44.045Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-05-21T06:20:44.045Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-21T06:20:44.046Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-21T06:20:44.046Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:20:44.047Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:20:44.047Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653114044045, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T06:20:44.147Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:20:44.148Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-21T06:20:44.148Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:20:44.157Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:20:44.157Z||pool-150-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:20:45.048Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-21T06:20:45.049Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-05-21T06:20:45.049Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 259464c4-e336-42a1-95ac-0069366f6ab0, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-21T06:20:45.049Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-05-21T06:20:45.050Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-21T06:20:45.050Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-21T06:20:45.143Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9481312280547493531/Definitions/service-TestPnfMacro-template.yml 2022-05-21T06:20:45.782Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-21T06:20:45.782Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-05-21T06:20:45.782Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-21T06:20:45.783Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-05-21T06:20:45.783Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-21T06:20:45.783Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-21T06:20:45.783Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-21T06:20:45.783Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-21T06:20:45.783Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-21T06:20:45.783Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-21T06:20:45.783Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-21T06:20:45.783Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-05-21T06:20:45.783Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:20:45.783Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:20:45.783Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-05-21T06:20:45.783Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-05-21T06:20:45.783Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-21T06:20:45.783Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:20:45.784Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:20:45.784Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-05-21T06:20:45.784Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-05-21T06:20:45.784Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-21T06:20:45.784Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:20:45.784Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:20:45.784Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:20:45.784Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:20:45.784Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:20:45.784Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:20:45.784Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:20:45.784Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:20:45.784Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:20:45.784Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:20:45.784Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:fc1ebad4-37b8-4e7b-bc5a-468b5d1a0a74 Model Version:NULL Model InvariantUuid:f868cfb5-0f50-49a4-abf5-733c809c4028 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-05-21T06:20:45.787Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: bcf734be-d52d-4acf-a7d0-ed04b05a703b 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-05-21T06:20:45.788Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500||test-pnf 0 2022-05-21T06:20:45.788Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: bcf734be-d52d-4acf-a7d0-ed04b05a703b 2022-05-21T06:20:45.788Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||No resources found for Service: fc1ebad4-37b8-4e7b-bc5a-468b5d1a0a74 2022-05-21T06:20:45.788Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: fc1ebad4-37b8-4e7b-bc5a-468b5d1a0a74 2022-05-21T06:20:45.788Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 bcf734be-d52d-4acf-a7d0-ed04b05a703b 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-05-21T06:20:45.790Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1beb621, org.onap.sdc.toscaparser.api.parameters.Input@5efad917, org.onap.sdc.toscaparser.api.parameters.Input@7e115b8a, org.onap.sdc.toscaparser.api.parameters.Input@3a9b0a98, org.onap.sdc.toscaparser.api.parameters.Input@4e60ac54] 2022-05-21T06:20:45.790Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:20:45.790Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:20:45.791Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid fc1ebad4-37b8-4e7b-bc5a-468b5d1a0a74: test-pnf 2022-05-21T06:20:45.791Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500||Processing PNF resource: bcf734be-d52d-4acf-a7d0-ed04b05a703b 2022-05-21T06:20:45.791Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-21T06:20:45.791Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-21T06:20:45.791Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500||Resource customization UUID: a9623301-899a-4e79-98b8-3c4bb304b56d is the same as notified resource customizationUUID: a9623301-899a-4e79-98b8-3c4bb304b56d 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-05-21T06:20:45.814Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf bcf734be-d52d-4acf-a7d0-ed04b05a703b 0 ASDC deployResourceStructure 2022-05-21T06:20:45.814Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-05-21T06:20:45.814Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-21T06:20:45.814Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-21T06:20:45.814Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:20:45.816Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:20:45.816Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653114045814, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T06:20:45.916Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-21T06:20:45.916Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-21T06:20:45.917Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:20:45.926Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:20:45.926Z||pool-151-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-21T06:20:46.817Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 219851d2-8d7e-4f63-b40e-114ce41f0d6e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-21T06:20:46.825Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 219851d2-8d7e-4f63-b40e-114ce41f0d6e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-21T06:20:46.827Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-21T06:20:46.828Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-21T06:20:46.828Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-21T06:20:46.828Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-21T06:20:46.828Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T06:20:46.828Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T06:20:46.828Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T06:20:46.828Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T06:20:46.829Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T06:20:46.829Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T06:20:46.829Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-21T06:20:46.829Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-21T06:20:46.831Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-21T06:20:53.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:20:53.414Z||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-05-21T06:20:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:20:53.433Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:20:53.434Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:20:53.434Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113934692, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-21T06:20:53.434Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:20:53.434Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:20:53.434Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113935890, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-21T06:20:53.434Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:20:53.434Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:20:53.434Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113937184, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-21T06:20:53.434Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:20:53.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:20:53.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113938269, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-21T06:20:53.435Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:20:53.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:20:53.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113939271, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-21T06:20:53.435Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:20:53.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:20:53.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113940275, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-21T06:20:53.435Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:20:53.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:20:53.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113941279, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T06:20:53.435Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:20:53.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:20:53.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c13d9791-1e27-450c-90ef-5807a86dfc06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113972444, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-21T06:20:53.435Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:20:53.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:20:53.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113973456, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:20:53.435Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:20:53.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:20:53.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113973456, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-21T06:20:53.435Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:20:53.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:20:53.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113973456, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-21T06:20:53.435Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:20:53.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:20:53.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113973456, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:20:53.436Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:20:53.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:20:53.436Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113973456, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-05-21T06:20:53.436Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:20:53.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:20:53.436Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113973456, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-05-21T06:20:53.436Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:20:53.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:20:53.436Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113973456, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-05-21T06:20:53.436Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:20:53.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:20:53.436Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113973456, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-21T06:20:53.436Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:20:53.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:20:53.436Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113973456, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T06:20:53.436Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:20:53.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:20:53.436Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113973456, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-21T06:20:53.436Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-21T06:20:53.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:20:53.436Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113988816, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T06:20:53.436Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:20:53.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:20:53.436Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113991193, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-21T06:20:53.436Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:20:53.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-21T06:20:53.436Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113992497, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-05-21T06:20:53.436Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:21:16.832Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 219851d2-8d7e-4f63-b40e-114ce41f0d6e 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-05-21T06:21:16.837Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 219851d2-8d7e-4f63-b40e-114ce41f0d6e and serviceModelVersionId: fc1ebad4-37b8-4e7b-bc5a-468b5d1a0a74 2022-05-21T06:21:16.837Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f868cfb5-0f50-49a4-abf5-733c809c4028 2022-05-21T06:21:16.838Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f868cfb5-0f50-49a4-abf5-733c809c4028/model-vers/model-ver/fc1ebad4-37b8-4e7b-bc5a-468b5d1a0a74?depth=0 2022-05-21T06:21:16.844Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-05-21T06:21:16.867Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f868cfb5-0f50-49a4-abf5-733c809c4028/model-vers/model-ver/fc1ebad4-37b8-4e7b-bc5a-468b5d1a0a74?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-05-21T06:21:16.867Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f868cfb5-0f50-49a4-abf5-733c809c4028/model-vers/model-ver/fc1ebad4-37b8-4e7b-bc5a-468b5d1a0a74?depth=0|INFO|500||Invoke 2022-05-21T06:21:16.885Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f868cfb5-0f50-49a4-abf5-733c809c4028/model-vers/model-ver/fc1ebad4-37b8-4e7b-bc5a-468b5d1a0a74?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-21T06:21:17.301Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f868cfb5-0f50-49a4-abf5-733c809c4028/model-vers/model-ver/fc1ebad4-37b8-4e7b-bc5a-468b5d1a0a74?depth=0|INFO|500||InvokeReturn 2022-05-21T06:21:17.301Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f868cfb5-0f50-49a4-abf5-733c809c4028/model-vers/model-ver/fc1ebad4-37b8-4e7b-bc5a-468b5d1a0a74?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220521-06:21:16:891-33469], vertex-id=[786448], Content-Length=[0], Date=[Sat, 21 May 2022 06:21:16 GMT], Content-Type=[application/json]} 2022-05-21T06:21:17.302Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2022-05-21T06:21:17.302Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-21T06:21:17.302Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-21T06:21:17.305Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-21T06:21:17.306Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 219851d2-8d7e-4f63-b40e-114ce41f0d6e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-21T06:21:17.306Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-21T06:21:17.306Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-21T06:21:17.308Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-21T06:21:17.308Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653114077306, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-21T06:21:17.408Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-21T06:21:17.409Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-21T06:21:17.409Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ... 2022-05-21T06:21:17.422Z||pool-152-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:21:17.423Z||pool-152-thread-1|||||INFO|500||cambria reply ok (15 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-05-21T06:21:18.320Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:21:18.320Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|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-05-21T06:21:18.320Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:21:27.854Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:21:27.854Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:21:27.855Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|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-05-21T06:21:27.855Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:21:37.386Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:21:37.387Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:21:37.387Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|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-05-21T06:21:37.387Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:21:46.917Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:21:46.918Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:21:46.918Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|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-05-21T06:21:46.918Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:21:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:21:53.413Z||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-05-21T06:21:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:21:53.435Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:21:53.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T06:21:53.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113993899, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-05-21T06:21:53.436Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:21:53.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T06:21:53.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113995100, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-05-21T06:21:53.437Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:21:53.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T06:21:53.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113996215, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-05-21T06:21:53.437Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:21:53.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T06:21:53.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113997263, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-21T06:21:53.437Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:21:53.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T06:21:53.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113998265, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-05-21T06:21:53.437Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:21:53.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T06:21:53.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113999269, "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-05-21T06:21:53.437Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:21:53.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T06:21:53.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653114000274, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-05-21T06:21:53.438Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:21:53.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T06:21:53.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653114001277, "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-05-21T06:21:53.438Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:21:53.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T06:21:53.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653114002282, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T06:21:53.438Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:21:53.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T06:21:53.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "042ff285-182d-4f06-af82-73628881e653", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653114033447, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-21T06:21:53.438Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:21:53.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T06:21:53.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113973456, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:21:53.438Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T06:21:53.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T06:21:53.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113973456, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-21T06:21:53.438Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T06:21:53.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T06:21:53.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113973456, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-21T06:21:53.438Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T06:21:53.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T06:21:53.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113973456, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-21T06:21:53.439Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T06:21:53.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T06:21:53.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113973456, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-21T06:21:53.439Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T06:21:53.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T06:21:53.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113973456, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:21:53.439Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T06:21:53.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T06:21:53.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113973456, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-21T06:21:53.439Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T06:21:53.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T06:21:53.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113973456, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-21T06:21:53.439Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T06:21:53.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T06:21:53.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653113973456, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-21T06:21:53.439Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-21T06:21:53.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T06:21:53.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653114044045, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-21T06:21:53.439Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:21:53.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T06:21:53.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653114045814, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-21T06:21:53.439Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:21:56.446Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:21:56.447Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:21:56.448Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|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-05-21T06:21:56.448Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:22:05.978Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:22:05.979Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:22:05.980Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|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-05-21T06:22:05.981Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:22:15.509Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:22:53.411Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:22:53.412Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|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-05-21T06:22:53.412Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:22:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:22:53.413Z||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-05-21T06:22:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:22:53.932Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:22:53.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-21T06:22:53.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "219851d2-8d7e-4f63-b40e-114ce41f0d6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653114077306, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-21T06:22:53.934Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-21T06:23:02.951Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:23:53.411Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:23:53.411Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|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-05-21T06:23:53.412Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:23:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:23:53.413Z||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-05-21T06:23:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:24:02.950Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:24:02.950Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:24:53.411Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:24:53.411Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|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-05-21T06:24:53.411Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:24:53.413Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:24:53.413Z|630c254b-0d33-4bd5-adf2-b1b0952710be|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-05-21T06:24:53.413Z|630c254b-0d33-4bd5-adf2-b1b0952710be|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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:25:02.945Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:25:02.946Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:25:53.411Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:25:53.411Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|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-05-21T06:25:53.411Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:25:53.413Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:25:53.413Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|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-05-21T06:25:53.413Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:26:02.950Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:26:02.951Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:26:53.411Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:26:53.411Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|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-05-21T06:26:53.411Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:26:53.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:26:53.413Z||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-05-21T06:26:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:27:02.977Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:27:02.977Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:27:53.411Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:27:53.411Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|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-05-21T06:27:53.412Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:27:53.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:27:53.413Z||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-05-21T06:27:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:28:02.949Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:28:02.950Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:28:53.411Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:28:53.411Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|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-05-21T06:28:53.411Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:28:53.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:28:53.413Z||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-05-21T06:28:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:29:02.948Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:29:02.949Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:29:53.411Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:29:53.411Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|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-05-21T06:29:53.411Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:29:53.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:29:53.413Z||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-05-21T06:29:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:30:02.947Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:30:02.948Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:30:53.411Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:30:53.411Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|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-05-21T06:30:53.411Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:30:53.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:30:53.413Z||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-05-21T06:30:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:31:02.956Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:31:02.956Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:31:53.411Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:31:53.411Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|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-05-21T06:31:53.411Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:31:53.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:31:53.413Z||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-05-21T06:31:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:32:02.949Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:32:02.950Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:32:53.411Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:32:53.411Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|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-05-21T06:32:53.411Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:32:53.413Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:32:53.413Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|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-05-21T06:32:53.413Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:33:02.971Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:33:02.972Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:33:53.411Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:33:53.411Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|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-05-21T06:33:53.411Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:33:53.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:33:53.413Z||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-05-21T06:33:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:34:02.950Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:34:02.951Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:34:53.411Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:34:53.411Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|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-05-21T06:34:53.411Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:34:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:34:53.413Z||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-05-21T06:34:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:35:02.947Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:35:02.947Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:35:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:35:53.411Z||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-05-21T06:35:53.411Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:35:53.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:35:53.414Z||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-05-21T06:35:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:36:02.951Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:36:02.953Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:36:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:36:53.411Z||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-05-21T06:36:53.411Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:36:53.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:36:53.413Z||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-05-21T06:36:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:37:02.949Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:37:02.950Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:37:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:37:53.411Z||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-05-21T06:37:53.411Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:37:53.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:37:53.413Z||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-05-21T06:37:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:38:02.951Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:38:02.951Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:38:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:38:53.411Z||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-05-21T06:38:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:38:53.413Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:38:53.413Z|630c254b-0d33-4bd5-adf2-b1b0952710be|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-05-21T06:38:53.413Z|630c254b-0d33-4bd5-adf2-b1b0952710be|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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:39:02.949Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:39:02.949Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:39:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:39:53.411Z||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-05-21T06:39:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:39:53.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:39:53.413Z||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-05-21T06:39:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:40:02.948Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:40:02.948Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:40:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:40:53.412Z||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-05-21T06:40:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:40:53.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:40:53.413Z||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-05-21T06:40:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:41:02.950Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:41:02.951Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:41:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:41:53.412Z||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-05-21T06:41:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:41:53.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:41:53.413Z||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-05-21T06:41:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:42:02.946Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:42:02.950Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:42:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:42:53.412Z||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-05-21T06:42:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:42:53.413Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:42:53.413Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|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-05-21T06:42:53.413Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:43:02.953Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:43:02.954Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:43:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:43:53.412Z||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-05-21T06:43:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:43:53.413Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:43:53.413Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|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-05-21T06:43:53.413Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:44:02.955Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:44:02.955Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:44:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:44:53.412Z||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-05-21T06:44:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:44:53.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:44:53.413Z||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-05-21T06:44:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:45:02.945Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:45:02.972Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:45:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:45:53.412Z||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-05-21T06:45:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:45:53.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:45:53.413Z||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-05-21T06:45:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:46:02.944Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:46:02.946Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:46:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:46:53.411Z||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-05-21T06:46:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:46:53.413Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:46:53.413Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|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-05-21T06:46:53.413Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:47:02.948Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:47:02.949Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:47:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:47:53.411Z||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-05-21T06:47:53.411Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:47:53.413Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:47:53.413Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|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-05-21T06:47:53.413Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:48:02.950Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:48:02.951Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:48:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:48:53.411Z||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-05-21T06:48:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:48:53.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:48:53.413Z||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-05-21T06:48:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:49:02.948Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:49:02.955Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:49:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:49:53.411Z||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-05-21T06:49:53.411Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:49:53.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:49:53.413Z||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-05-21T06:49:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:50:02.949Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:50:02.949Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:50:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:50:53.411Z||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-05-21T06:50:53.411Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:50:53.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:50:53.413Z||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-05-21T06:50:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:51:02.952Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:51:02.952Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:51:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:51:53.412Z||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-05-21T06:51:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:51:53.414Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:51:53.414Z||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-05-21T06:51:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:52:02.952Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:52:02.953Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:52:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:52:53.411Z||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-05-21T06:52:53.411Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:52:53.413Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:52:53.413Z|630c254b-0d33-4bd5-adf2-b1b0952710be|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-05-21T06:52:53.414Z|630c254b-0d33-4bd5-adf2-b1b0952710be|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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:53:02.947Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:53:02.949Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:53:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:53:53.411Z||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-05-21T06:53:53.411Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:53:53.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:53:53.413Z||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-05-21T06:53:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:54:02.948Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:54:02.949Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:54:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:54:53.411Z||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-05-21T06:54:53.411Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:54:53.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:54:53.413Z||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-05-21T06:54:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:55:02.946Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:55:02.947Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:55:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:55:53.412Z||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-05-21T06:55:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:55:53.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:55:53.413Z||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-05-21T06:55:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:56:02.950Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:56:02.950Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:56:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:56:53.412Z||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-05-21T06:56:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:56:53.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:56:53.413Z||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-05-21T06:56:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:57:02.949Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:57:02.949Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:57:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:57:53.411Z||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-05-21T06:57:53.411Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:57:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:57:53.413Z||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-05-21T06:57:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:58:02.954Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:58:02.956Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:58:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:58:53.411Z||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-05-21T06:58:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:58:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:58:53.413Z||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-05-21T06:58:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:59:02.950Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:59:02.950Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T06:59:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:59:53.411Z||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-05-21T06:59:53.411Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T06:59:53.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T06:59:53.413Z||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-05-21T06:59:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T07:00:02.950Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T07:00:02.951Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T07:00:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T07:00:53.411Z||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-05-21T07:00:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T07:00:53.413Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T07:00:53.413Z|630c254b-0d33-4bd5-adf2-b1b0952710be|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-05-21T07:00:53.413Z|630c254b-0d33-4bd5-adf2-b1b0952710be|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 JvgWT6TStJwn1lgz) ... 2022-05-21T07:01:02.952Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T07:01:02.952Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T07:01:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T07:01:53.411Z||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-05-21T07:01:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T07:01:53.413Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T07:01:53.413Z|630c254b-0d33-4bd5-adf2-b1b0952710be|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-05-21T07:01:53.413Z|630c254b-0d33-4bd5-adf2-b1b0952710be|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 JvgWT6TStJwn1lgz) ... 2022-05-21T07:02:02.950Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T07:02:02.950Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T07:02:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T07:02:53.411Z||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-05-21T07:02:53.412Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T07:02:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T07:02:53.413Z||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-05-21T07:02:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T07:03:02.949Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T07:03:02.949Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T07:03:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T07:03:53.411Z||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-05-21T07:03:53.411Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T07:03:53.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T07:03:53.413Z||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-05-21T07:03:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T07:04:02.946Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T07:04:02.950Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T07:04:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T07:04:53.411Z||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-05-21T07:04:53.411Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T07:04:53.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T07:04:53.413Z||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-05-21T07:04:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T07:05:02.947Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T07:05:02.948Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T07:05:53.411Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T07:05:53.411Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|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-05-21T07:05:53.412Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|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 JvgWT6TStJwn1lgz) ... 2022-05-21T07:05:53.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T07:05:53.413Z||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-05-21T07:05:53.414Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T07:06:02.950Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T07:06:02.950Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T07:06:53.411Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T07:06:53.411Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|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-05-21T07:06:53.411Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|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 JvgWT6TStJwn1lgz) ... 2022-05-21T07:06:53.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T07:06:53.413Z||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-05-21T07:06:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T07:07:02.948Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T07:07:02.950Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T07:07:53.411Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T07:07:53.411Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|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-05-21T07:07:53.411Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|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 JvgWT6TStJwn1lgz) ... 2022-05-21T07:07:53.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T07:07:53.413Z||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-05-21T07:07:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T07:08:02.952Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T07:08:02.952Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T07:08:53.411Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T07:08:53.411Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|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-05-21T07:08:53.411Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|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 JvgWT6TStJwn1lgz) ... 2022-05-21T07:08:53.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T07:08:53.413Z||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-05-21T07:08:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T07:09:02.949Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T07:09:02.949Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T07:09:53.411Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T07:09:53.411Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|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-05-21T07:09:53.411Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|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 JvgWT6TStJwn1lgz) ... 2022-05-21T07:09:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T07:09:53.413Z||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-05-21T07:09:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T07:10:02.946Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T07:10:02.948Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T07:10:53.411Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T07:10:53.411Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|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-05-21T07:10:53.411Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|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 JvgWT6TStJwn1lgz) ... 2022-05-21T07:10:53.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T07:10:53.413Z||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-05-21T07:10:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T07:11:02.945Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T07:11:02.951Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T07:11:53.411Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T07:11:53.411Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|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-05-21T07:11:53.411Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|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 JvgWT6TStJwn1lgz) ... 2022-05-21T07:11:53.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T07:11:53.413Z||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-05-21T07:11:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T07:12:02.950Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T07:12:02.951Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T07:12:53.411Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T07:12:53.411Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|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-05-21T07:12:53.411Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|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 JvgWT6TStJwn1lgz) ... 2022-05-21T07:12:53.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T07:12:53.413Z||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-05-21T07:12:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T07:13:02.947Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T07:13:02.949Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T07:13:53.411Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T07:13:53.411Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-21T07:13:53.411Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JvgWT6TStJwn1lgz) ... 2022-05-21T07:13:53.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T07:13:53.413Z||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-05-21T07:13:53.413Z||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 JvgWT6TStJwn1lgz) ... 2022-05-21T07:14:02.950Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T07:14:02.950Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T07:14:53.411Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T07:14:53.411Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-21T07:14:53.411Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JvgWT6TStJwn1lgz) ... 2022-05-21T07:14:53.413Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T07:14:53.413Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|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-05-21T07:14:53.413Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|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 JvgWT6TStJwn1lgz) ... 2022-05-21T07:15:02.947Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T07:15:02.949Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T07:15:53.411Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T07:15:53.411Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-21T07:15:53.411Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JvgWT6TStJwn1lgz) ... 2022-05-21T07:15:53.413Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-21T07:15:53.413Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|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-05-21T07:15:53.413Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|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 JvgWT6TStJwn1lgz) ... 2022-05-21T07:16:02.946Z|219851d2-8d7e-4f63-b40e-114ce41f0d6e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-21T07:16:02.948Z|630c254b-0d33-4bd5-adf2-b1b0952710be|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK